Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/resource/
Dace_res_config.h79 static std::string ConvertDeclarativeResConfigToTag(const AceResConfig& resConfig);
Dace_res_config.cpp761 return AceResConfig::ConvertDeclarativeResConfigToTag(deviceResConfig); in GetCurrentDeviceDeclarativeResTag()
869 if (folder == ConvertDeclarativeResConfigToTag(resConfig)) { in MatchAndSortDeclarativeResConfigs()
896 matchedFoldersList.emplace_back(ConvertDeclarativeResConfigToTag(matchedConfig)); in MatchAndSortDeclarativeResConfigs()
1068 std::string AceResConfig::ConvertDeclarativeResConfigToTag(const AceResConfig& resConfig) in ConvertDeclarativeResConfigToTag() function in OHOS::Ace::AceResConfig