| /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/location/frameworks/location_common/common/source/ |
| D | hook_utils.cpp | 33 LocationErrCode HookUtils::RegisterHook(LocationProcessStage stage, int prio, OhosHook hook) in RegisterHook() 44 void HookUtils::UnregisterHook(LocationProcessStage stage, OhosHook hook) in UnregisterHook() 50 LocationProcessStage stage, void *executionContext, const HOOK_EXEC_OPTIONS *options) in ExecuteHook()
|
| /base/startup/appspawn/modules/modulemgr/ |
| D | appspawn_modulemgr.c | 143 int ServerStageHookExecute(AppSpawnHookStage stage, AppSpawnContent *content) in ServerStageHookExecute() 160 int AddServerStageHook(AppSpawnHookStage stage, int prio, ServerStageHook hook) in AddServerStageHook() 197 int AppSpawnHookExecute(AppSpawnHookStage stage, uint32_t flags, AppSpawnContent *content, AppSpawn… in AppSpawnHookExecute() 243 int AddAppSpawnHook(AppSpawnHookStage stage, int prio, AppSpawnHook hook) in AddAppSpawnHook() 257 int ProcessMgrHookExecute(AppSpawnHookStage stage, const AppSpawnContent *content, in ProcessMgrHookExecute() 279 int AddProcessMgrHook(AppSpawnHookStage stage, int prio, ProcessChangeHook hook) in AddProcessMgrHook()
|
| /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 | 34 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 | 53 char stage[MAX_STAGE_SIZE]; member
|
| /base/notification/eventhandler/interfaces/inner_api/ |
| D | event_queue.h | 85 std::string stage; member
|
| /base/notification/eventhandler/frameworks/eventhandler/src/ |
| D | event_queue_base.cpp | 415 …eueBase::TryExecuteObserverCallback(InnerEvent::TimePoint &nextExpiredTime, EventRunnerStage stage) in TryExecuteObserverCallback() 454 int64_t EventQueueBase::ExecuteObserverCallback(ObserverTrace obsTrace, EventRunnerStage stage, Sta… in ExecuteObserverCallback()
|
| /base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
| D | lib_event_handler_event_queue_test.cpp | 2007 [[maybe_unused]]const StageInfo* info) -> int { in __anon78b39ddf1402() 2065 auto callback = [this]([[maybe_unused]]EventRunnerStage stage, 2066 [[maybe_unused]]const StageInfo* info) -> int { in __anon78b39ddf1602()
|
| /base/powermgr/power_manager/frameworks/napi/power/ |
| D | power_napi.cpp | 190 int stage = SHUT_STAGE_FRAMEWORK_START; in SetFrameworkBootStage() local
|
| /base/startup/init/services/init/ |
| D | init_common_service.c | 151 static void ServiceHookExecute(const char *serviceName, const char *info, int stage) in ServiceHookExecute()
|