Home
last modified time | relevance | path

Searched refs:CheckStopServer (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/test/
Dut_runtime.h47 static void CheckStopServer(uv_idle_t *arg);
Dut_runtime.cpp54 void Runtime::CheckStopServer(uv_idle_t *arg) in CheckStopServer() function in HdcTest::Runtime
78 uv_idle_start(idt, CheckStopServer); in StartServer()