Home
last modified time | relevance | path

Searched refs:HapManager (Results 1 – 11 of 11) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
Dhap_manager.cpp55 HapManager::HapManager(ResConfigImpl *resConfig, bool isSystem) in HapManager() function in OHOS::Global::Resource::HapManager
60 bool HapManager::icuInitialized = HapManager::Init();
62 bool HapManager::Init() in Init()
96 std::string HapManager::GetPluralRulesAndSelect(int quantity) in GetPluralRulesAndSelect()
149 const IdItem *HapManager::FindResourceById(uint32_t id) in FindResourceById()
158 const IdItem *HapManager::FindResourceByName(const char *name, const ResType resType) in FindResourceByName()
167 const HapResource::ValueUnderQualifierDir *HapManager::FindQualifierValueByName( in FindQualifierValueByName()
178 const HapResource::ValueUnderQualifierDir *HapManager::FindQualifierValueById(uint32_t id, uint32_t… in FindQualifierValueById()
188 const HapResource::ValueUnderQualifierDir *HapManager::GetBestMatchResource(std::vector<const HapRe… in GetBestMatchResource()
239 RState HapManager::FindRawFile(const std::string &name, std::string &outValue) in FindRawFile()
[all …]
Dresource_manager_impl.cpp70 hapManager_ = new (std::nothrow) HapManager(resConfig, isSystem); in Init()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dhap_manager.cpp29 HapManager::HapManager(ResConfigImpl *resConfig) in HapManager() function in OHOS::Global::Resource::HapManager
53 std::string HapManager::GetPluralRulesAndSelect(int quantity) in GetPluralRulesAndSelect()
101 const IdItem *HapManager::FindResourceById(uint32_t id) in FindResourceById()
110 const IdItem *HapManager::FindResourceByName(const char *name, const ResType resType) in FindResourceByName()
119 const HapResource::ValueUnderQualifierDir *HapManager::FindQualifierValueByName( in FindQualifierValueByName()
152 const HapResource::ValueUnderQualifierDir *HapManager::FindQualifierValueById(uint32_t id) in FindQualifierValueById()
184 RState HapManager::UpdateResConfig(ResConfig &resConfig) in UpdateResConfig()
196 void HapManager::GetResConfig(ResConfig &resConfig) in GetResConfig()
202 bool HapManager::AddResource(const char *path) in AddResource()
208 HapManager::~HapManager() in ~HapManager()
[all …]
Dglobal.cpp162 HapManager hapManager(resConfig); in GLOBAL_GetValueById()
195 HapManager hapManager(resConfig); in GLOBAL_GetValueByName()
Dresource_manager_impl.cpp62 hapManager_ = new (std::nothrow) HapManager(resConfig); in Init()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dhap_manager_test.cpp73 HapManager *hapManager = new HapManager(new ResConfigImpl);
106 HapManager *hapManager = new HapManager(new ResConfigImpl);
171 HapManager *hapManager = new HapManager(new ResConfigImpl);
213 HapManager *hapManager = new HapManager(new ResConfigImpl);
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dhap_manager_test.cpp72 HapManager *hapManager = new HapManager(new ResConfigImpl);
105 HapManager *hapManager = new HapManager(new ResConfigImpl);
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dhap_manager.h30 class HapManager {
35 explicit HapManager(ResConfigImpl *resConfig);
40 ~HapManager();
Dresource_manager_impl.h310 HapManager *hapManager_;
/base/global/resource_management/frameworks/resmgr/include/
Dhap_manager.h32 class HapManager {
40 HapManager(ResConfigImpl *resConfig, bool isSystem = false);
45 ~HapManager();
300 void AddSystemResource(const HapManager *systemHapManager);
Dresource_manager_impl.h573 HapManager *hapManager_;