Home
last modified time | relevance | path

Searched refs:rotationPolicy_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_device_screen_config.cpp26 config.rotationPolicy_.c_str(), config.defaultRotationPolicy_.c_str()); in CreateDeviceScreenConfig()
33 …pi_set_named_property(env, objValue, "rotationPolicy", CreateJsValue(env, config.rotationPolicy_)); in CreateDeviceScreenConfig()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h589 std::string rotationPolicy_ = "11"; // default use phone policy member
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_test.cpp517 EXPECT_FALSE(deviceScreenConfig.rotationPolicy_.empty());
H A Dscreen_session_manager_test.cpp1772 EXPECT_FALSE(deviceScreenConfig.rotationPolicy_.empty());
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp411 deviceScreenConfig_.rotationPolicy_ = rotationPolicy; in ConfigureScreenScene()