Searched refs:resMgrExt (Results 1 – 3 of 3) sorted by relevance
41 bool ResourceManagerExtMgr::Init(std::shared_ptr<ResourceManager> &resMgrExt, const std::string &bu… in Init() argument55 resMgrExt = resMgrExtMap_[resMgrExtKey]; in Init()59 int ret = (*iResMgrExt)(resMgrExt, bundleName, appType); in Init()64 resMgrExtMap_[bundleName] = resMgrExt; in Init()
89 std::shared_ptr<ResourceManager> resMgrExt; in CreateResourceManagerExt() local90 if (!resMgrExtMgr->Init(resMgrExt, bundleName, appType) || resMgrExt == nullptr) { in CreateResourceManagerExt()94 return resMgrExt; in CreateResourceManagerExt()
25 typedef int (*IResMgrExt) (std::shared_ptr<ResourceManager> &resMgrExt, const std::string &bundleNa…31 …bool Init(std::shared_ptr<ResourceManager> &resMgrExt, const std::string &bundleName, const int32_…