Home
last modified time | relevance | path

Searched refs:UpdateSystemBarRegionTints (Results 1 – 13 of 13) sorted by relevance

/foundation/window/window_manager/wm/src/
Dwindow_manager_agent.cpp28 void WindowManagerAgent::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints… in UpdateSystemBarRegionTints() function in OHOS::Rosen::WindowManagerAgent
30 SingletonContainer::Get<WindowManager>().UpdateSystemBarRegionTints(displayId, tints); in UpdateSystemBarRegionTints()
Dwindow_manager.cpp754 void WindowManager::UpdateSystemBarRegionTints(DisplayId displayId, in UpdateSystemBarRegionTints() function in OHOS::Rosen::WindowManager
/foundation/window/window_manager/wmserver/src/
Dwindow_manager_agent_controller.cpp47 void WindowManagerAgentController::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarR… in UpdateSystemBarRegionTints() function in OHOS::Rosen::WindowManagerAgentController
55 agent->UpdateSystemBarRegionTints(displayId, tints); in UpdateSystemBarRegionTints()
Dwindow_node_container.cpp1350 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifyIfSystemBarTintChanged()
1394 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifyIfSystemBarRegionChanged()
1479 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifySystemBarTints()
1504 …WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(node->GetDisplayId(), tints… in NotifyDockWindowStateChanged()
1526 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifyDockWindowStateChanged()
/foundation/window/window_manager/wm/include/
Dwindow_manager_agent.h30 … void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& props) override;
/foundation/window/window_manager/wmserver/include/
Dwindow_manager_agent_controller.h35 void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints);
/foundation/window/window_manager/wm/include/zidl/
Dwindow_manager_agent_proxy.h31 … void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) override;
Dwindow_manager_agent_interface.h52 …virtual void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) = …
/foundation/window/window_manager/wm/test/unittest/
Dwindow_manager_agent_proxy_test.cpp80 HWTEST_F(WindowManagerAgentProxyTest, UpdateSystemBarRegionTints, Function | SmallTest | Level2)
92 windowManagerAgentProxy->UpdateSystemBarRegionTints(displayId, tints); in __anonfc601b7a0302()
/foundation/window/window_manager/wm/src/zidl/
Dwindow_manager_agent_stub.cpp66 UpdateSystemBarRegionTints(displayId, tints); in OnRemoteRequest()
Dwindow_manager_agent_proxy.cpp58 void WindowManagerAgentProxy::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegion… in UpdateSystemBarRegionTints() function in OHOS::Rosen::WindowManagerAgentProxy
/foundation/window/window_manager/test/fuzztest/wms/windowmanager_fuzzer/
Dwindowmanager_fuzzer.cpp112 windowManager.UpdateSystemBarRegionTints(displayId, tints); in DoSomethingForWindowManagerImpl()
/foundation/window/window_manager/interfaces/innerkits/wm/
Dwindow_manager.h505 void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) const;