Home
last modified time | relevance | path

Searched refs:GetScreenShapeByType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_key_parser.h48 std::string GetScreenShapeByType(ScreenShape type) const;
H A Dace_res_key_parser.cpp355 std::string AceResKeyParser::GetScreenShapeByType(ScreenShape type) const in GetScreenShapeByType() function in OHOS::Ace::AceResKeyParser
H A Dace_res_config.cpp669 …appending.append(AceResKeyParser::GetInstance().GetScreenShapeByType(static_cast<ScreenShape>(valu… in GetConfigString()