Home
last modified time | relevance | path

Searched refs:svgPaths_ (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/dmserver/include/
H A Ddisplay_cutout_controller.h68 std::map<DisplayId, std::vector<std::string>> svgPaths_; member in OHOS::Rosen::DisplayCutoutController
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp60 if (svgPaths_.count(displayId) == 1) { in SetCutoutSvgPath()
61 svgPaths_[displayId].emplace_back(svgPath); in SetCutoutSvgPath()
65 svgPaths_[displayId] = pathVec; in SetCutoutSvgPath()
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_cutout_controller_test.cpp78 ASSERT_EQ(controller->svgPaths_.size(), 1); in HWTEST_F()
79 ASSERT_EQ(controller->svgPaths_[displayId].size(), 2); in HWTEST_F()

Completed in 2 milliseconds