Home
last modified time | relevance | path

Searched refs:onStartOnStopFuncMap_ (Results 1 - 2 of 2) sorted by relevance

/base/update/updateservice/interfaces/inner_api/modulemgr/src/
H A Dmodule_manager.cpp27 std::map<std::string, LifeCycleFuncType> ModuleManager::onStartOnStopFuncMap_; member in OHOS::UpdateEngine::ModuleManager
115 if (onStartOnStopFuncMap_.find(phase) == onStartOnStopFuncMap_.end()) { in HookOnStartOnStopFunc()
117 onStartOnStopFuncMap_.insert(std::make_pair(phase, handleSAOnStartOnStop)); in HookOnStartOnStopFunc()
120 onStartOnStopFuncMap_[phase] = handleSAOnStartOnStop; in HookOnStartOnStopFunc()
126 if (onStartOnStopFuncMap_.find(phase) == onStartOnStopFuncMap_.end()) { in HandleOnStartOnStopFunc()
131 ((LifeCycleFuncType)onStartOnStopFuncMap_[phase])(reason); in HandleOnStartOnStopFunc()
/base/update/updateservice/interfaces/inner_api/modulemgr/include/
H A Dmodule_manager.h56 static std::map<std::string, LifeCycleFuncType> onStartOnStopFuncMap_; member in OHOS::UpdateEngine::ModuleManager

Completed in 1 milliseconds