Home
last modified time | relevance | path

Searched defs:resConfig (Results 1 - 16 of 16) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_config.cpp34 bool ThemeConfig::Match(const std::shared_ptr<ThemeConfig> &themeConfig, const ResConfigImpl &resConfig) in Match() argument
H A Dresource_manager.cpp52 CreateResourceManagerDef( const std::string &bundleName, const std::string &moduleName, const std::string &hapPath, const std::vector<std::string> &overlayPath, ResConfig &resConfig, int32_t userId) CreateResourceManagerDef() argument
97 CreateResourceManager(const std::string &bundleName, const std::string &moduleName, const std::string &hapPath, const std::vector<std::string> &overlayPath, ResConfig &resConfig, int32_t appType, int32_t userId) CreateResourceManager() argument
H A Dnative_resource_manager.cpp395 ResConfigImpl resConfig; in OH_ResourceManager_GetConfiguration() local
H A Dtheme_pack_manager.cpp183 FindThemeResource(const std::pair<std::string, std::string> &bundleInfo, const std::vector<std::shared_ptr<IdItem>> &idItems, const ResConfigImpl &resConfig, bool isThemeSystemResEnable) FindThemeResource() argument
207 GetThemeResource(const std::pair<std::string, std::string> &bundInfo, const ResType &resType, const std::string &resName, const ResConfigImpl &resConfig) GetThemeResource() argument
237 GetThemeQualifierValue( const std::pair<std::string, std::string> &bundInfo, const ResType &resType, const std::string &resName, const ResConfigImpl &resConfig) GetThemeQualifierValue() argument
248 GetBestMatchThemeResource( const std::vector<std::shared_ptr<ThemeResource::ThemeValue> > &candidates, const ResConfigImpl &resConfig) GetBestMatchThemeResource() argument
[all...]
H A Dresource_manager_impl.cpp68 auto resConfig = std::make_shared<ResConfigImpl>(); in Init() local
157 ResConfigImpl resConfig; in GetStringFormatById() local
175 ResConfigImpl resConfig; in GetStringFormatByName() local
459 ResConfigImpl resConfig; in GetThemeValues() local
583 ResConfigImpl resConfig; GetThemeFloat() local
599 ResConfigImpl resConfig; GetThemeFloat() local
826 ResConfigImpl resConfig; GetThemeColor() local
1120 UpdateFakeLocaleFlag(ResConfig &resConfig) UpdateFakeLocaleFlag() argument
1149 UpdateResConfig(ResConfig &resConfig, bool isUpdateTheme) UpdateResConfig() argument
1166 UpdateOverrideResConfig(ResConfig &resConfig) UpdateOverrideResConfig() argument
1175 GetResConfig(ResConfig &resConfig) GetResConfig() argument
1180 GetOverrideResConfig(ResConfig &resConfig) GetOverrideResConfig() argument
1209 ResConfigImpl resConfig; GetThemeMedia() local
1267 ResConfigImpl resConfig; GetThemeMediaBase64() local
1530 ResConfigImpl resConfig; GetStringFormatById() local
1545 ResConfigImpl resConfig; GetStringFormatByName() local
1571 ResConfigImpl resConfig; GetFormatPluralStringById() local
1598 ResConfigImpl resConfig; GetFormatPluralStringByName() local
[all...]
H A Dhap_manager.cpp68 HapManager::HapManager(std::shared_ptr<ResConfigImpl> resConfig, bool isSystem) in HapManager() argument
260 const auto resConfig = path->GetResConfig(); in MatchBestResource() local
349 RState HapManager::UpdateResConfig(ResConfig &resConfig) in UpdateResConfig() argument
356 RState HapManager::UpdateOverrideResConfig(ResConfig &resConfig) in UpdateOverrideResConfig() argument
363 GetResConfig(ResConfig &resConfig) GetResConfig() argument
369 GetOverrideResConfig(ResConfig &resConfig) GetOverrideResConfig() argument
[all...]
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_config_test.cpp41 std::shared_ptr<ResConfigImpl> resConfig; member in __anon284::ThemeConfigTest
[all...]
H A Dtest_common.cpp74 ResConfig *resConfig = CreateResConfig(); in CreateResConfig() local
92 std::shared_ptr<ResConfigImpl> resConfig = std::make_shared<ResConfigImpl>(); in InitDefaultResConfig() local
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dtest_common.cpp71 ResConfig *resConfig = CreateResConfig(); in CreateResConfig() local
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dglobal.cpp157 ResConfigImpl *resConfig = new(std::nothrow) ResConfigImpl; in GLOBAL_GetValueById() local
190 ResConfigImpl *resConfig = new(std::nothrow) ResConfigImpl; in GLOBAL_GetValueByName() local
H A Dhap_manager.cpp29 HapManager::HapManager(ResConfigImpl *resConfig) in HapManager() argument
135 const ResConfigImpl *resConfig = path->GetResConfig(); in FindQualifierValueByName() local
167 const ResConfigImpl *resConfig = path->GetResConfig(); in FindQualifierValueById() local
184 UpdateResConfig(ResConfig &resConfig) UpdateResConfig() argument
196 GetResConfig(ResConfig &resConfig) GetResConfig() argument
[all...]
H A Dresource_manager_impl.cpp57 ResConfigImpl *resConfig = new (std::nothrow) ResConfigImpl; in Init() local
602 RState ResourceManagerImpl::UpdateResConfig(ResConfig &resConfig) in UpdateResConfig() argument
613 void ResourceManagerImpl::GetResConfig(ResConfig &resConfig) in GetResConfig() argument
[all...]
H A Dglobal_utils.c176 static uint32_t FindOffsetByLangWithScriptOrRegion(char **resConfig, const Key *keys, uint32_t configNum) in FindOffsetByLangWithScriptOrRegion() argument
211 static uint32_t FindOffsetByAllParam(char **resConfig, const Key *keys, uint32_t configNum) in FindOffsetByAllParam() argument
258 GetIdHeaderOffsetByCount(char **resConfig, const Key *keys, uint32_t configNum, int32_t count) GetIdHeaderOffsetByCount() argument
483 char *resConfig[LOCALE_ELEMENT_NUM] = {0}; GetIdHeaderOffsetByLocale() local
[all...]
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dstring_utils.cpp176 bool LocalizeNumber(std::string &inputOutputNum, const ResConfigImpl &resConfig, in LocalizeNumber() argument
292 bool ReplacePlaceholderWithParams(std::string &inputOutputValue, const ResConfigImpl &resConfig, in ReplacePlaceholderWithParams() argument
H A Dhap_parser.cpp644 auto resConfig = std::make_shared<ResConfigImpl>(); in CreateResConfigFromKeyParams() local
695 auto resConfig = std::make_shared<ResConfigImpl>(); in BuildResConfig() local
[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp398 ResConfigImpl *resConfig = new (std::nothrow) ResConfigImpl; in CreateResConfigFromKeyParams() local

Completed in 14 milliseconds