Home
last modified time | relevance | path

Searched defs:stage (Results 1 – 8 of 8) sorted by relevance

/base/startup/init/interfaces/innerkits/hookmgr/
Dhookmgr.c34 HOOK_STAGE *stage; member
42 int stage; member
74 const HOOK_STAGE *stage; in hookStageCompare() local
83 HOOK_STAGE *stage; in hookStageDestroy() local
93 static HOOK_STAGE *getHookStage(HOOK_MGR *hookMgr, int stage, int createIfNotFound) in getHookStage()
185 int HookMgrAdd(HOOK_MGR *hookMgr, int stage, int prio, OhosHook hook) in HookMgrAdd()
214 void HookMgrDel(HOOK_MGR *hookMgr, int stage, OhosHook hook) in HookMgrDel()
263 int HookMgrExecute(HOOK_MGR *hookMgr, int stage, void *executionContext, const HOOK_EXEC_OPTIONS *o… in HookMgrExecute()
367 int HookMgrGetHooksCnt(HOOK_MGR *hookMgr, int stage) in HookMgrGetHooksCnt()
/base/update/updater/services/include/log/
Dlog.h35 #define STAGE(stage) StageLogger(stage).OutputUpdaterStage() argument
84 StageLogger(int stage) : stage_(stage) {} in StageLogger()
/base/update/updater/services/log/
Ddump.cpp32 DumpStageHelper::DumpStageHelper(const std::string &stage) in DumpStageHelper()
/base/startup/init/test/fuzztest/hookmgradd_fuzzer/
Dhookmgradd_fuzzer.cpp30 int stage = *data; in FuzzHookMgrAdd() local
/base/startup/init/initsync/src/
Dinit_sync.c56 int SystemInitStage(QuickstartStage stage) in SystemInitStage()
/base/startup/init/interfaces/innerkits/include/
Dhookmgr.h82 int stage; /* hook stage */ member
/base/update/updater/interfaces/kits/include/misc_info/
Dmisc_info.h48 char stage[MAX_STAGE_SIZE]; member
/base/startup/init/services/init/
Dinit_common_service.c126 static void ServiceHookExecute(const char *serviceName, const char *info, int stage) in ServiceHookExecute()