Home
last modified time | relevance | path

Searched refs:hapManager_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp62 hapManager_ = new (std::nothrow) HapManager(resConfig); in Init()
63 if (hapManager_ == nullptr) { in Init()
73 const IdItem *idItem = hapManager_->FindResourceById(id); in GetStringById()
85 const IdItem *idItem = hapManager_->FindResourceById(id); in GetStringFormatById()
359 currItem = hapManager_->FindResourceById(id); in ResolveParentReference()
540 auto qd = hapManager_->FindQualifierValueById(id); in GetProfileById()
558 auto qd = hapManager_->FindQualifierValueById(id); in GetMediaById()
592 if (hapManager_ != nullptr) { in ~ResourceManagerImpl()
593 delete hapManager_; in ~ResourceManagerImpl()
599 return this->hapManager_->AddResource(path); in AddResource()
[all …]
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp57 this->hapManager_->AddSystemResource(systemResourceManager->hapManager_); in AddSystemResource()
75 if (hapManager_ == nullptr) { in Init()
89 this->hapManager_ = hapManager; in Init()
468 hapManager_->IsThemeSystemResEnableHap()); in GetThemeValues()
839 hapManager_->IsThemeSystemResEnableHap()); in GetThemeColor()
1194 this->hapManager_->GetResConfig(resConfig); in GetResConfig()
1204 return this->hapManager_->GetResourcePaths(); in GetResourcePaths()
1375 if (hapManager_->IsLoadHap(hapPath)) { in IsLoadHap()
1629 if (hapManager_ == nullptr) { in GetResourceLimitKeys()
1633 return hapManager_->GetResourceLimitKeys(); in GetResourceLimitKeys()
[all …]
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp70 … auto idv = ((ResourceManagerImpl *)rm)->hapManager_->GetResourceListByName(name.c_str(), resType); in GetResId()
319 ((ResourceManagerImpl *)rm)->hapManager_->hapResources_.push_back(hapResource);
1643 idItem = ((ResourceManagerImpl *)rm)->hapManager_->FindResourceById(id);
1652 idItem = ((ResourceManagerImpl *)rm)->hapManager_->FindResourceById(id);
1661 idItem = ((ResourceManagerImpl *)rm)->hapManager_->FindResourceById(id);
H A Dresource_manager_performance_test.cpp63 … auto idv = ((ResourceManagerImpl *)rm)->hapManager_->GetResourceListByName(name.c_str(), resType); in GetResId()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager_impl.h310 HapManager *hapManager_; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test.cpp276 ((ResourceManagerImpl *)rm)->hapManager_->hapResources_.push_back(hapResource);
277 …((ResourceManagerImpl *)rm)->hapManager_->loadedHapPaths_["/data/test/non_exist"] = std::vector<st…
1810 auto idItem = ((ResourceManagerImpl *)rm)->hapManager_->FindResourceById(id);
1818 idItem = ((ResourceManagerImpl *)rm)->hapManager_->FindResourceById(id);
1826 idItem = ((ResourceManagerImpl *)rm)->hapManager_->FindResourceById(id);
H A Dresource_manager_test_common.cpp55 … auto idv = ((ResourceManagerImpl *)rm)->hapManager_->GetResourceListByName(name.c_str(), resType); in GetResId()
H A Dresource_manager_performance_test.cpp63 … auto idv = ((ResourceManagerImpl *)rm)->hapManager_->GetResourceListByName(name.c_str(), resType); in GetResId()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h800 std::shared_ptr<HapManager> hapManager_; variable