Home
last modified time | relevance | path

Searched refs:ConvertDeclarativeResConfigToTag (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.h79 static std::string ConvertDeclarativeResConfigToTag(const AceResConfig& resConfig);
H A Dace_res_config.cpp756 return AceResConfig::ConvertDeclarativeResConfigToTag(deviceResConfig); in GetCurrentDeviceDeclarativeResTag()
864 if (folder == ConvertDeclarativeResConfigToTag(resConfig)) { in MatchAndSortDeclarativeResConfigs()
891 matchedFoldersList.emplace_back(ConvertDeclarativeResConfigToTag(matchedConfig)); in MatchAndSortDeclarativeResConfigs()
1062 std::string AceResConfig::ConvertDeclarativeResConfigToTag(const AceResConfig& resConfig) in ConvertDeclarativeResConfigToTag() function in OHOS::Ace::AceResConfig