Searched refs:SetCutoutSvgPath (Results 1 - 7 of 7) sorted by relevance
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_cutout_controller_test.cpp | 67 * @tc.name: SetCutoutSvgPath 68 * @tc.desc: SetCutoutSvgPath 71 HWTEST_F(DisplayCutoutControllerTest, SetCutoutSvgPath, Function | SmallTest | Level1) in HWTEST_F() 76 controller->SetCutoutSvgPath(displayId, svgPath); in HWTEST_F() 77 controller->SetCutoutSvgPath(displayId, svgPath); in HWTEST_F() 92 controller->SetCutoutSvgPath(displayId, svgPath); in HWTEST_F()
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_cutout_controller.h | 41 void SetCutoutSvgPath(DisplayId displayId, const std::string& svgPath);
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_scene_config.h | 40 static void SetCutoutSvgPath(uint64_t displayId, const std::string& svgPath);
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_cutout_controller.cpp | 34 SetCutoutSvgPath(0, svgPath); in SetBuiltInDisplayCutoutSvgPath() 57 void DisplayCutoutController::SetCutoutSvgPath(DisplayId displayId, const std::string& svgPath) in SetCutoutSvgPath() function in OHOS::Rosen::DisplayCutoutController
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_scene_config_test.cpp | 438 * @tc.name: SetCutoutSvgPath 439 * @tc.desc: SetCutoutSvgPath func 442 HWTEST_F(ScreenSceneConfigTest, SetCutoutSvgPath, Function | SmallTest | Level3) in HWTEST_F() 445 ScreenSceneConfig::SetCutoutSvgPath(displayId, "oo"); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_scene_config.cpp | 447 void ScreenSceneConfig::SetCutoutSvgPath(uint64_t displayId, const std::string& svgPath) in SetCutoutSvgPath() function in OHOS::Rosen::ScreenSceneConfig
|
H A D | screen_session_manager.cpp | 299 ScreenSceneConfig::SetCutoutSvgPath(GetDefaultScreenId(), defaultDisplayCutoutPath); in Init()
|
Completed in 14 milliseconds