Home
last modified time | relevance | path

Searched refs:productType (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dfold_screen_controller_test.cpp70 DisplayDeviceType productType = DisplayDeviceType::SINGLE_DISPLAY_DEVICE; in HWTEST_F() local
71 auto ret = fsc_.GetFoldScreenPolicy(productType); in HWTEST_F()
74 productType = DisplayDeviceType::DOUBLE_DISPLAY_DEVICE; in HWTEST_F()
75 ret = fsc_.GetFoldScreenPolicy(productType); in HWTEST_F()
78 productType = DisplayDeviceType::SINGLE_DISPLAY_POCKET_DEVICE; in HWTEST_F()
79 ret = fsc_.GetFoldScreenPolicy(productType); in HWTEST_F()
82 productType = DisplayDeviceType::DISPLAY_DEVICE_UNKNOWN; in HWTEST_F()
83 ret = fsc_.GetFoldScreenPolicy(productType); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/
H A Dfold_screen_controller.cpp62 sptr<FoldScreenPolicy> FoldScreenController::GetFoldScreenPolicy(DisplayDeviceType productType) in GetFoldScreenPolicy() argument
65 switch (productType) { in GetFoldScreenPolicy()
/foundation/window/window_manager/window_scene/screen_session_manager/include/fold_screen_controller/
H A Dfold_screen_controller.h63 sptr<FoldScreenPolicy> GetFoldScreenPolicy(DisplayDeviceType productType);
/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp2749 std::string productType = OHOS::system::GetParameter("const.build.product", "HYM"); in InitStyle() local
2750 if (productType == DEVICE_TYPE_HARDEN) { in InitStyle()

Completed in 6 milliseconds