/base/global/resource_management/frameworks/resmgr/src/ |
H A D | theme_pack_config.cpp | 34 bool ThemeConfig::Match(const std::shared_ptr<ThemeConfig> &themeConfig, const ResConfigImpl &resConfig) in Match() argument
|
H A D | resource_manager.cpp | 52 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 D | native_resource_manager.cpp | 395 ResConfigImpl resConfig;
in OH_ResourceManager_GetConfiguration() local
|
H A D | theme_pack_manager.cpp | 183 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 D | resource_manager_impl.cpp | 68 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 D | hap_manager.cpp | 68 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 D | theme_config_test.cpp | 41 std::shared_ptr<ResConfigImpl> resConfig; member in __anon284::ThemeConfigTest [all...] |
H A D | test_common.cpp | 74 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 D | test_common.cpp | 71 ResConfig *resConfig = CreateResConfig(); in CreateResConfig() local
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | global.cpp | 157 ResConfigImpl *resConfig = new(std::nothrow) ResConfigImpl; in GLOBAL_GetValueById() local 190 ResConfigImpl *resConfig = new(std::nothrow) ResConfigImpl; in GLOBAL_GetValueByName() local
|
H A D | hap_manager.cpp | 29 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 D | resource_manager_impl.cpp | 57 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 D | global_utils.c | 176 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 D | string_utils.cpp | 176 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 D | hap_parser.cpp | 644 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 D | hap_parser.cpp | 398 ResConfigImpl *resConfig = new (std::nothrow) ResConfigImpl; in CreateResConfigFromKeyParams() local
|