Home
last modified time | relevance | path

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

/base/update/updateservice/napi/include/
H A Dnapi_auto_register.h39 if (createMap_.find(functionType) != createMap_.end()) { in RegisterType()
42 return createMap_.emplace(functionType, type).second; in RegisterType()
47 if (createMap_.find(functionType) == createMap_.end()) { in GetPtr()
50 FuncType function = createMap_[functionType]; in GetPtr()
62 std::unordered_map<uint32_t, FuncType> createMap_; member in OHOS::UpdateEngine::Container

Completed in 1 milliseconds