Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h65 void NotifySystemBarTints();
H A Dwindow_root.h82 void NotifySystemBarTints();
H A Dwindow_node_container.h86 void NotifySystemBarTints(std::vector<DisplayId> displayIdVec);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1075 void WindowController::NotifySystemBarTints() in NotifySystemBarTints() function in OHOS::Rosen::WindowController
1077 windowRoot_->NotifySystemBarTints(); in NotifySystemBarTints()
H A Dwindow_root.cpp1329 void WindowRoot::NotifySystemBarTints() in NotifySystemBarTints() function in OHOS::Rosen::WindowRoot
1334 it.second->NotifySystemBarTints(displayIdMap_[it.first]); in NotifySystemBarTints()
H A Dwindow_manager_service.cpp1092 windowController_->NotifySystemBarTints(); in RegisterWindowManagerAgent()
H A Dwindow_node_container.cpp1460 void WindowNodeContainer::NotifySystemBarTints(std::vector<DisplayId> displayIdVec) in NotifySystemBarTints() function in OHOS::Rosen::WindowNodeContainer
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp846 HWTEST_F(WindowRootTest, NotifySystemBarTints, Function | SmallTest | Level2)
857 windowRoot_->NotifySystemBarTints();