Searched refs:deviceResConfig (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_config.cpp | 730 AceResConfig deviceResConfig = AceResConfig(SystemProperties::GetMcc(), SystemProperties::GetMnc(), in GetCurrentDeviceResTag() local 736 return AceResConfig::ConvertResConfigToTag(deviceResConfig, false); in GetCurrentDeviceResTag() 747 AceResConfig deviceResConfig; in GetCurrentDeviceDeclarativeResTag() local 749 deviceResConfig = AceResConfig(language, script, region, longScreenType, SystemProperties::GetScreenShape(), in GetCurrentDeviceDeclarativeResTag() 756 return AceResConfig::ConvertDeclarativeResConfigToTag(deviceResConfig); in GetCurrentDeviceDeclarativeResTag() 825 AceResConfig deviceResConfig = ConvertResTagToConfig(deviceResTag, false); in MatchAndSortResConfigs() local 829 if (!MatchResConfig(deviceResConfig, candidateResConfigs[i])) { in MatchAndSortResConfigs() 837 SortResConfigs(deviceResConfig, matchedResConfigs, left, right); in MatchAndSortResConfigs() 869 AceResConfig deviceResConfig = ConvertDeclarativeResTagToConfig(deviceConfigTag); in MatchAndSortDeclarativeResConfigs() local 871 if (deviceResConfig in MatchAndSortDeclarativeResConfigs() [all...] |
Completed in 2 milliseconds