| /foundation/window/window_manager/wm/src/ |
| D | window_manager_agent.cpp | 28 void WindowManagerAgent::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints… in UpdateSystemBarRegionTints() function in OHOS::Rosen::WindowManagerAgent 30 SingletonContainer::Get<WindowManager>().UpdateSystemBarRegionTints(displayId, tints); in UpdateSystemBarRegionTints()
|
| D | window_manager.cpp | 754 void WindowManager::UpdateSystemBarRegionTints(DisplayId displayId, in UpdateSystemBarRegionTints() function in OHOS::Rosen::WindowManager
|
| /foundation/window/window_manager/wmserver/src/ |
| D | window_manager_agent_controller.cpp | 47 void WindowManagerAgentController::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarR… in UpdateSystemBarRegionTints() function in OHOS::Rosen::WindowManagerAgentController 55 agent->UpdateSystemBarRegionTints(displayId, tints); in UpdateSystemBarRegionTints()
|
| D | window_node_container.cpp | 1350 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/ |
| D | window_manager_agent.h | 30 … void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& props) override;
|
| /foundation/window/window_manager/wmserver/include/ |
| D | window_manager_agent_controller.h | 35 void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints);
|
| /foundation/window/window_manager/wm/include/zidl/ |
| D | window_manager_agent_proxy.h | 31 … void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) override;
|
| D | window_manager_agent_interface.h | 52 …virtual void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) = …
|
| /foundation/window/window_manager/wm/test/unittest/ |
| D | window_manager_agent_proxy_test.cpp | 80 HWTEST_F(WindowManagerAgentProxyTest, UpdateSystemBarRegionTints, Function | SmallTest | Level2) 92 windowManagerAgentProxy->UpdateSystemBarRegionTints(displayId, tints); in __anonfc601b7a0302()
|
| /foundation/window/window_manager/wm/src/zidl/ |
| D | window_manager_agent_stub.cpp | 66 UpdateSystemBarRegionTints(displayId, tints); in OnRemoteRequest()
|
| D | window_manager_agent_proxy.cpp | 58 void WindowManagerAgentProxy::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegion… in UpdateSystemBarRegionTints() function in OHOS::Rosen::WindowManagerAgentProxy
|
| /foundation/window/window_manager/test/fuzztest/wms/windowmanager_fuzzer/ |
| D | windowmanager_fuzzer.cpp | 112 windowManager.UpdateSystemBarRegionTints(displayId, tints); in DoSomethingForWindowManagerImpl()
|
| /foundation/window/window_manager/interfaces/innerkits/wm/ |
| D | window_manager.h | 505 void UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) const;
|