Home
last modified time | relevance | path

Searched refs:NotifySystemBarTints (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h82 void NotifySystemBarTints();
H A Dwindow_controller.h65 void NotifySystemBarTints();
H A Dwindow_node_container.h86 void NotifySystemBarTints(std::vector<DisplayId> displayIdVec);
/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp1328 void WindowRoot::NotifySystemBarTints() in NotifySystemBarTints() function in OHOS::Rosen::WindowRoot
1333 it.second->NotifySystemBarTints(displayIdMap_[it.first]); in NotifySystemBarTints()
H A Dwindow_controller.cpp1075 void WindowController::NotifySystemBarTints() in NotifySystemBarTints() function in OHOS::Rosen::WindowController
1077 windowRoot_->NotifySystemBarTints(); in NotifySystemBarTints()
H A Dwindow_manager_service.cpp1095 windowController_->NotifySystemBarTints(); in RegisterWindowManagerAgent()
H A Dwindow_node_container.cpp1459 void WindowNodeContainer::NotifySystemBarTints(std::vector<DisplayId> displayIdVec) in NotifySystemBarTints() function in OHOS::Rosen::WindowNodeContainer
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp842 * @tc.name: NotifySystemBarTints
843 * @tc.desc: test WindowRoot NotifySystemBarTints
846 HWTEST_F(WindowRootTest, NotifySystemBarTints, Function | SmallTest | Level2) in HWTEST_F()
857 windowRoot_->NotifySystemBarTints(); in HWTEST_F()

Completed in 18 milliseconds