Searched refs:ProcessIdle (Results 1 - 2 of 2) sorted by relevance
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.h | 192 static void ProcessIdle(const TimerHandle taskHandle, void *context); 194 static void ProcessIdle(const IdleHandle taskHandle, void *context);
|
H A D | app_spawn_test_helper.cpp | 92 int ret = LE_CreateTimer(LE_GetDefaultLoop(), &timer_, ProcessIdle, this); in StartCheckHandler() 97 LE_AddIdle(LE_GetDefaultLoop(), &idle_, ProcessIdle, this, 10000000); // 10000000 repeat in StartCheckHandler() 227 void AppSpawnTestServer::ProcessIdle(const TimerHandle taskHandle, void *context) in ProcessIdle() function in OHOS::AppSpawnTestServer 229 void AppSpawnTestServer::ProcessIdle(const IdleHandle taskHandle, void *context) in ProcessIdle() 232 APPSPAWN_LOGV("AppSpawnTestServer::ProcessIdle"); in ProcessIdle()
|
Completed in 2 milliseconds