Home
last modified time | relevance | path

Searched refs:handlePhase (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/src/
H A Dupdate_service_module.cpp30 void RegisterOnStartOnStopFunc(std::string phase, LifeCycleFuncType handlePhase) in RegisterOnStartOnStopFunc() argument
32 OHOS::UpdateEngine::ModuleManager::GetInstance().HookOnStartOnStopFunc(phase, handlePhase); in RegisterOnStartOnStopFunc()
35 void RegisterOnIdleFunc(std::string phase, LifeCycleFuncReturnType handlePhase) in RegisterOnIdleFunc() argument
37 OHOS::UpdateEngine::ModuleManager::GetInstance().HookOnIdleFunc(phase, handlePhase); in RegisterOnIdleFunc()
/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/include/
H A Dupdate_service_module.h43 void RegisterOnStartOnStopFunc(std::string phase, LifeCycleFuncType handlePhase);
44 void RegisterOnIdleFunc(std::string phase, LifeCycleFuncReturnType handlePhase);