Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_key_parser.h44 std::string GetOrientationByType(DeviceOrientation type) const;
H A Dace_res_key_parser.cpp306 std::string AceResKeyParser::GetOrientationByType(DeviceOrientation type) const in GetOrientationByType() function in OHOS::Ace::AceResKeyParser
H A Dace_res_config.cpp644 … AceResKeyParser::GetInstance().GetOrientationByType(static_cast<DeviceOrientation>(value))); in GetConfigString()