Home
last modified time | relevance | path

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

/base/startup/init/services/modules/init_hook/
Dinit_hook.c99 info.stage = INIT_SERVICE_CLEAR; in InitAddClearServiceHook()
138 HookMgrExecute(GetBootStageHookMgr(), INIT_SERVICE_CLEAR, (void *)&ctx, NULL); in CmdClear()
142 HookMgrExecute(GetBootStageHookMgr(), INIT_SERVICE_CLEAR, (void *)&ctx, NULL); in CmdClear()
/base/startup/init/interfaces/innerkits/init_module_engine/include/
Dbootstage.h43 INIT_SERVICE_CLEAR = 56, enumerator
/base/startup/init/services/modules/bootevent/
Dbootevent.c274 HookMgrExecute(GetBootStageHookMgr(), INIT_SERVICE_CLEAR, (void *)&ctx, NULL); in ServiceParseBootEventHook()
/base/startup/init/services/init/
Dinit_service_manager.c130 HookMgrExecute(GetBootStageHookMgr(), INIT_SERVICE_CLEAR, (void *)&ctx, NULL); in ExecuteServiceClear()