Home
last modified time | relevance | path

Searched refs:Runtime (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/test/
Dut_runtime.cpp19 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()
[all …]
Dmain.cpp34 Runtime *ftest = new Runtime(); in TEST()
42 Runtime *ftest = new Runtime(); in TEST()
50 Runtime *ftest = new Runtime(); in TEST()
58 Runtime *ftest = new Runtime(); in TEST()
66 Runtime *ftest = new Runtime(); in TEST()
Dut_mod.cpp23 Runtime *rt = (Runtime *)runtimePtr; in TestBaseCommand()
74 Runtime *rt = (Runtime *)runtimePtr; in TestShellExecute()
132 Runtime *rt = (Runtime *)runtimePtr; in TestFileCommand()
266 Runtime *rt = (Runtime *)runtimePtr; in TestForwardCommand()
288 Runtime *rt = (Runtime *)runtimePtr; in TestAppCommand()
Dut_runtime.h20 class Runtime {
30 Runtime();
31 ~Runtime();