Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_manager_agent.cpp33 void WindowManagerAgent::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints… in UpdateSystemBarRegionTints() function in OHOS::Rosen::WindowManagerAgent
35 SingletonContainer::Get<WindowManager>().UpdateSystemBarRegionTints(displayId, tints); in UpdateSystemBarRegionTints()
H A Dwindow_manager.cpp1005 void WindowManager::UpdateSystemBarRegionTints(DisplayId displayId, in UpdateSystemBarRegionTints() function in OHOS::Rosen::WindowManager
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_agent_controller.cpp54 void WindowManagerAgentController::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarR… in UpdateSystemBarRegionTints() function in OHOS::Rosen::WindowManagerAgentController
62 agent->UpdateSystemBarRegionTints(displayId, tints); in UpdateSystemBarRegionTints()
H A Dwindow_node_container.cpp1351 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifyIfSystemBarTintChanged()
1395 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifyIfSystemBarRegionChanged()
1480 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifySystemBarTints()
1505 …WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(node->GetDisplayId(), tints… in NotifyDockWindowStateChanged()
1527 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints); in NotifyDockWindowStateChanged()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_agent_controller.h36 void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_manager_agent.h30 … void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& props) override;
H A Dwindow_manager_agent_lite.h30 …void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& props) override {… in UpdateSystemBarRegionTints() function
/ohos5.0/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_manager_agent_proxy.h31 … void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) override;
H A Dwindow_manager_agent_interface.h63 …virtual void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) = …
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_agent_proxy_test.cpp133 HWTEST_F(WindowManagerAgentProxyTest, UpdateSystemBarRegionTints, Function | SmallTest | Level2)
147 windowManagerAgentProxy->UpdateSystemBarRegionTints(displayId, tints); in __anon6a4628910502()
/ohos5.0/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_manager_agent_stub.cpp75 UpdateSystemBarRegionTints(displayId, tints); in OnRemoteRequest()
H A Dwindow_manager_agent_proxy.cpp90 void WindowManagerAgentProxy::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegion… in UpdateSystemBarRegionTints() function in OHOS::Rosen::WindowManagerAgentProxy
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowmanager_fuzzer/
H A Dwindowmanager_fuzzer.cpp112 windowManager.UpdateSystemBarRegionTints(displayId, tints); in DoSomethingForWindowManagerImpl()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h878 void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) const;