Searched defs:stage (Results 1 – 8 of 8) sorted by relevance
/base/startup/init/interfaces/innerkits/hookmgr/ |
D | hookmgr.c | 34 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/ |
D | log.h | 35 #define STAGE(stage) StageLogger(stage).OutputUpdaterStage() argument 84 StageLogger(int stage) : stage_(stage) {} in StageLogger()
|
/base/update/updater/services/log/ |
D | dump.cpp | 32 DumpStageHelper::DumpStageHelper(const std::string &stage) in DumpStageHelper()
|
/base/startup/init/test/fuzztest/hookmgradd_fuzzer/ |
D | hookmgradd_fuzzer.cpp | 30 int stage = *data; in FuzzHookMgrAdd() local
|
/base/startup/init/initsync/src/ |
D | init_sync.c | 56 int SystemInitStage(QuickstartStage stage) in SystemInitStage()
|
/base/startup/init/interfaces/innerkits/include/ |
D | hookmgr.h | 82 int stage; /* hook stage */ member
|
/base/update/updater/interfaces/kits/include/misc_info/ |
D | misc_info.h | 48 char stage[MAX_STAGE_SIZE]; member
|
/base/startup/init/services/init/ |
D | init_common_service.c | 126 static void ServiceHookExecute(const char *serviceName, const char *info, int stage) in ServiceHookExecute()
|