Searched refs:LE_AddIdle (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/startup/init/services/loopevent/idle/ |
H A D | le_idle.c | 36 LE_STATUS LE_AddIdle(const LoopHandle loopHandle, IdleHandle *idle, in LE_AddIdle() function 81 return LE_AddIdle(loopHandle, NULL, idle, context, 0); in LE_DelayProc()
|
/ohos5.0/base/startup/init/interfaces/innerkits/ |
H A D | libbegetutil.versionscript | 87 LE_AddIdle;
|
/ohos5.0/base/startup/init/interfaces/innerkits/include/ |
H A D | loop_event.h | 215 LE_STATUS LE_AddIdle(const LoopHandle loopHandle, IdleHandle *idle,
|
/ohos5.0/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 97 LE_AddIdle(LE_GetDefaultLoop(), &idle_, ProcessIdle, this, 10000000); // 10000000 repeat in StartCheckHandler()
|