tools/qtestlib/wince/cetest/cetcpsyncconnection.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    73     bool moveDirectory(const QString&, const QString&, bool recursive = true);
    73     bool moveDirectory(const QString&, const QString&, bool recursive = true);
    74 
    74 
    75     bool createDirectory(const QString&, bool deleteBefore=false);
    75     bool createDirectory(const QString&, bool deleteBefore=false);
    76 
    76 
    77     bool execute(QString program, QString arguments = QString(), int timeout = -1, int *returnValue = NULL);
    77     bool execute(QString program, QString arguments = QString(), int timeout = -1, int *returnValue = NULL);
       
    78     bool resetDevice();
       
    79     bool toggleDevicePower(int *returnValue = NULL);
       
    80     bool setDeviceAwake(bool activate, int *returnValue = NULL);
    78 private:
    81 private:
    79     bool connected;
    82     bool connected;
    80 };
    83 };
    81 
    84 
    82 #endif
    85 #endif