Searched refs:handlePhase (Results 1 – 2 of 2) sorted by relevance
30 void RegisterOnStartOnStopFunc(std::string phase, LifeCycleFuncType handlePhase) in RegisterOnStartOnStopFunc() argument32 OHOS::UpdateEngine::ModuleManager::GetInstance().HookOnStartOnStopFunc(phase, handlePhase); in RegisterOnStartOnStopFunc()35 void RegisterOnIdleFunc(std::string phase, LifeCycleFuncReturnType handlePhase) in RegisterOnIdleFunc() argument37 OHOS::UpdateEngine::ModuleManager::GetInstance().HookOnIdleFunc(phase, handlePhase); in RegisterOnIdleFunc()
43 void RegisterOnStartOnStopFunc(std::string phase, LifeCycleFuncType handlePhase);44 void RegisterOnIdleFunc(std::string phase, LifeCycleFuncReturnType handlePhase);