Lines Matching refs:Runtime
19 Runtime::Runtime() in Runtime() function in HdcTest::Runtime
37 Runtime::~Runtime() in ~Runtime()
49 int Runtime::InnerCall(int method) in InnerCall()
54 void Runtime::CheckStopServer(uv_idle_t *arg) in CheckStopServer()
56 Runtime *thisClass = (Runtime *)arg->data; in CheckStopServer()
66 void Runtime::StartServer(uv_work_t *arg) in StartServer()
69 Runtime *thisClass = static_cast<Runtime *>(arg->data); in StartServer()
84 void Runtime::CheckStopDaemon(uv_idle_t *arg) in CheckStopDaemon()
86 Runtime *thisClass = (Runtime *)arg->data; in CheckStopDaemon()
96 void Runtime::StartDaemon(uv_work_t *arg) in StartDaemon()
98 Runtime *thisClass = static_cast<Runtime *>(arg->data); in StartDaemon()
112 int Runtime::CheckServerDaemonReady() in CheckServerDaemonReady()
128 void Runtime::DoCheck(uv_timer_t *handle) in DoCheck()
130 Runtime *thisClass = (Runtime *)handle->data; in DoCheck()
163 bool Runtime::Initial(bool bConnectToDaemonIn) in Initial()
168 auto thisClass = (Runtime *)req->data; in Initial()
174 auto thisClass = (Runtime *)req->data; in Initial()
186 bool Runtime::CheckEntry(UtModType type) in CheckEntry()
195 bool Runtime::ResetUtTmpFolder() in ResetUtTmpFolder()
212 bool Runtime::ResetUtTmpFile(string file) in ResetUtTmpFile()
223 void Runtime::WorkerPendding() in WorkerPendding()