Home
last modified time | relevance | path

Searched defs:resConfig (Results 1 – 25 of 61) sorted by relevance

123

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_configuration.cpp40 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in InitResourceGlobalConfig() local
75 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in InitResourceGlobalConfig() local
H A Dbundle_resource_parser.cpp76 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in GetBadgeResource() local
145 … std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in ParseResourceInfos() local
201 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in ParseResourceInfoWithSameHap() local
H A Dbundle_resource_callback.cpp188 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in SetThemeIdForThemeChanged() local
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dhap_manager.cpp29 HapManager::HapManager(ResConfigImpl *resConfig) in HapManager()
135 const ResConfigImpl *resConfig = path->GetResConfig(); in FindQualifierValueByName() local
167 const ResConfigImpl *resConfig = path->GetResConfig(); in FindQualifierValueById() local
184 RState HapManager::UpdateResConfig(ResConfig &resConfig) in UpdateResConfig()
196 void HapManager::GetResConfig(ResConfig &resConfig) in GetResConfig()
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 Dglobal_utils.c176 static uint32_t FindOffsetByLangWithScriptOrRegion(char **resConfig, const Key *keys, uint32_t conf… in FindOffsetByLangWithScriptOrRegion()
211 static uint32_t FindOffsetByAllParam(char **resConfig, const Key *keys, uint32_t configNum) in FindOffsetByAllParam()
258 static uint32_t GetIdHeaderOffsetByCount(char **resConfig, const Key *keys, uint32_t configNum, int… in GetIdHeaderOffsetByCount()
483 char *resConfig[LOCALE_ELEMENT_NUM] = {0}; in GetIdHeaderOffsetByLocale() local
/ohos5.0/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnetworkvpn_service_test.cpp301 sptr<SysVpnConfig> resConfig = nullptr; variable
308 sptr<SysVpnConfig> resConfig = nullptr; variable
314 sptr<SysVpnConfig> resConfig = nullptr; variable
H A Dnetworkvpn_client_test.cpp303 sptr<SysVpnConfig> resConfig = nullptr; variable
311 sptr<SysVpnConfig> resConfig = nullptr; variable
318 sptr<SysVpnConfig> resConfig = nullptr; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtest_common.cpp74 ResConfig *resConfig = CreateResConfig(); in CreateResConfig() local
92 std::shared_ptr<ResConfigImpl> resConfig = std::make_shared<ResConfigImpl>(); in InitDefaultResConfig() local
H A Dtheme_config_test.cpp41 std::shared_ptr<ResConfigImpl> resConfig; member in __anon7d22b7fb0110::ThemeConfigTest
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager.cpp55 ResConfig &resConfig, int32_t userId) in CreateResourceManagerDef()
100 ResConfig &resConfig, int32_t appType, int32_t userId) in CreateResourceManager()
H A Dresource_manager_impl.cpp159 ResConfigImpl resConfig; in GetStringFormatById() local
461 ResConfigImpl resConfig; in GetThemeValues() local
585 ResConfigImpl resConfig; in GetThemeFloat() local
602 ResConfigImpl resConfig; in GetThemeFloat() local
833 ResConfigImpl resConfig; in GetThemeColor() local
1226 ResConfigImpl resConfig; in GetThemeMedia() local
1285 ResConfigImpl resConfig; in GetThemeMediaBase64() local
1550 ResConfigImpl resConfig; in GetStringFormatById() local
1565 ResConfigImpl resConfig; in GetStringFormatByName() local
1591 ResConfigImpl resConfig; in GetFormatPluralStringById() local
[all …]
H A Dtheme_pack_config.cpp34 …ThemeConfig::Match(const std::shared_ptr<ThemeConfig> &themeConfig, const ResConfigImpl &resConfig) in Match()
H A Dtheme_pack_manager.cpp180 std::vector<std::shared_ptr<IdItem>> idItems, const ResConfigImpl &resConfig, int32_t userId, in FindThemeResource()
205 …const ResType &resType, const std::string &resName, const ResConfigImpl &resConfig, int32_t userId) in GetThemeResource()
240 const std::string &resName, const ResConfigImpl &resConfig, int32_t userId) in GetThemeQualifierValue()
250 …d::vector<std::shared_ptr<ThemeResource::ThemeValue> > &candidates, const ResConfigImpl &resConfig) in GetBestMatchThemeResource()
H A Dhap_manager.cpp67 HapManager::HapManager(std::shared_ptr<ResConfigImpl> resConfig, bool isSystem) in HapManager()
259 const auto resConfig = path->GetResConfig(); in MatchBestResource() local
348 RState HapManager::UpdateResConfig(ResConfig &resConfig) in UpdateResConfig()
355 RState HapManager::UpdateOverrideResConfig(ResConfig &resConfig) in UpdateOverrideResConfig()
362 void HapManager::GetResConfig(ResConfig &resConfig) in GetResConfig()
368 void HapManager::GetOverrideResConfig(ResConfig &resConfig) in GetOverrideResConfig()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dresource_config_helper.cpp78 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in UpdateResConfig() local
113 void ResourceConfigHelper::UpdateResConfig(std::unique_ptr<Global::Resource::ResConfig> &resConfig) in UpdateResConfig()
H A Dconfiguration_utils.cpp139 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in UpdateDisplayResConfig() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/
H A Dbundle_resource_drawable_utils.cpp33 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in InitResourceManager() local
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dtest_common.cpp71 ResConfig *resConfig = CreateResConfig(); in CreateResConfig() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp36 std::string ComputeScript(const AceResConfig& resConfig) in ComputeScript()
60 bool IsPseudoLocale(const AceResConfig& resConfig) in IsPseudoLocale()
863 AceResConfig resConfig = ConvertDeclarativeResTagToConfig(folder); in MatchAndSortDeclarativeResConfigs() local
974 AceResConfig resConfig; in ConvertResTagToConfig() local
985 AceResConfig resConfig; in ConvertDeclarativeResTagToConfig() local
1029 std::string AceResConfig::ConvertResConfigToTag(const AceResConfig& resConfig, bool styleRes) in ConvertResConfigToTag()
1062 std::string AceResConfig::ConvertDeclarativeResConfigToTag(const AceResConfig& resConfig) in ConvertDeclarativeResConfigToTag()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_application_info.cpp44 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in ChangeLocale() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_resource_bridge.cpp50 auto resConfig = container->GetResourceConfiguration(); in UpdateColorModeForThemeConstants() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_container.cpp292 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in InitResourceManager() local
327 std::unique_ptr<Global::Resource::ResConfig> &resConfig, std::shared_ptr<ContextDeal> &deal) in LoadResources()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_application_info.cpp61 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in ChangeLocale() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/js_auto_fill_extension_test/
H A Djs_auto_fill_extension_test.cpp103 std::unique_ptr<Global::Resource::ResConfig> resConfig(Global::Resource::CreateResConfig()); in CreateJsAutoFillExtension() local

123