Searched refs:HapManager (Results 1 – 11 of 11) sorted by relevance
55 HapManager::HapManager(ResConfigImpl *resConfig, bool isSystem) in HapManager() function in OHOS::Global::Resource::HapManager60 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 …]
70 hapManager_ = new (std::nothrow) HapManager(resConfig, isSystem); in Init()
29 HapManager::HapManager(ResConfigImpl *resConfig) in HapManager() function in OHOS::Global::Resource::HapManager53 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 …]
162 HapManager hapManager(resConfig); in GLOBAL_GetValueById()195 HapManager hapManager(resConfig); in GLOBAL_GetValueByName()
62 hapManager_ = new (std::nothrow) HapManager(resConfig); in Init()
73 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);
72 HapManager *hapManager = new HapManager(new ResConfigImpl);105 HapManager *hapManager = new HapManager(new ResConfigImpl);
30 class HapManager {35 explicit HapManager(ResConfigImpl *resConfig);40 ~HapManager();
310 HapManager *hapManager_;
32 class HapManager {40 HapManager(ResConfigImpl *resConfig, bool isSystem = false);45 ~HapManager();300 void AddSystemResource(const HapManager *systemHapManager);
573 HapManager *hapManager_;