Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h130 void UpdateBrightnessWithWindowRemoved(uint32_t windowId, const sptr<WindowNodeContainer>& container) const;
/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp870 UpdateBrightnessWithWindowRemoved(windowId, container); in RemoveWindowNode()
1118 UpdateBrightnessWithWindowRemoved(windowId, container); in DestroyWindow()
1251 void WindowRoot::UpdateBrightnessWithWindowRemoved(uint32_t windowId, const sptr<WindowNodeContainer>& container) const in UpdateBrightnessWithWindowRemoved() function in OHOS::Rosen::WindowRoot
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp1401 * @tc.name: UpdateBrightnessWithWindowRemoved
1402 * @tc.desc: test WindowRoot UpdateBrightnessWithWindowRemoved
1405 HWTEST_F(WindowRootTest, UpdateBrightnessWithWindowRemoved, Function | SmallTest | Level2) in HWTEST_F()
1410 windowRoot_->UpdateBrightnessWithWindowRemoved(windowId, container); in HWTEST_F()
1415 windowRoot_->UpdateBrightnessWithWindowRemoved(windowId, container); in HWTEST_F()

Completed in 11 milliseconds