Home
last modified time | relevance | path

Searched defs:stage (Results 1 – 14 of 14) 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/location/frameworks/location_common/common/source/
Dhook_utils.cpp33 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/
Dappspawn_modulemgr.c143 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/
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.cpp34 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.h53 char stage[MAX_STAGE_SIZE]; member
/base/notification/eventhandler/interfaces/inner_api/
Devent_queue.h85 std::string stage; member
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_queue_base.cpp415 …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/
Dlib_event_handler_event_queue_test.cpp2007 [[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/
Dpower_napi.cpp190 int stage = SHUT_STAGE_FRAMEWORK_START; in SetFrameworkBootStage() local
/base/startup/init/services/init/
Dinit_common_service.c151 static void ServiceHookExecute(const char *serviceName, const char *info, int stage) in ServiceHookExecute()