Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/src/
H A Dmodule_manager.cpp26 std::map<uint32_t, RequestFuncType> ModuleManager::onRemoteRequestFuncMap_; member in OHOS::UpdateEngine::ModuleManager
85 onRemoteRequestFuncMap_.insert(std::make_pair(code, handleRemoteRequest)); in HookFunc()
98 return ((RequestFuncType)onRemoteRequestFuncMap_[code])(code, data, reply, option); in HandleFunc()
157 return onRemoteRequestFuncMap_.count(code); in IsMapFuncExist()
/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/include/
H A Dmodule_manager.h55 static std::map<uint32_t, RequestFuncType> onRemoteRequestFuncMap_; variable