Home
last modified time | relevance | path

Searched refs:SetCutoutSvgPath (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_cutout_controller_test.cpp67 * @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 Ddisplay_cutout_controller.h41 void SetCutoutSvgPath(DisplayId displayId, const std::string& svgPath);
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_scene_config.h40 static void SetCutoutSvgPath(uint64_t displayId, const std::string& svgPath);
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp34 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 Dscreen_scene_config_test.cpp438 * @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 Dscreen_scene_config.cpp447 void ScreenSceneConfig::SetCutoutSvgPath(uint64_t displayId, const std::string& svgPath) in SetCutoutSvgPath() function in OHOS::Rosen::ScreenSceneConfig
H A Dscreen_session_manager.cpp299 ScreenSceneConfig::SetCutoutSvgPath(GetDefaultScreenId(), defaultDisplayCutoutPath); in Init()

Completed in 14 milliseconds