/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_listener.h | 66 void OnSystemBarPropertyChange(DisplayId displayId,
|
H A D | window_listener.cpp | 55 void CjWindowListener::OnSystemBarPropertyChange(DisplayId displayId, in OnSystemBarPropertyChange() function in OHOS::Rosen::CjWindowListener
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_listener.h | 77 void OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& tints) override;
|
H A D | js_window_listener.cpp | 116 void JsWindowListener::OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& tints)
in OnSystemBarPropertyChange() function in OHOS::Rosen::JsWindowListener 118 WLOGFD("[NAPI]OnSystemBarPropertyChange");
in OnSystemBarPropertyChange() 146 NapiAsyncTask::Schedule("JsWindowListener::OnSystemBarPropertyChange",
in OnSystemBarPropertyChange()
|
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_immersive_test.cpp | 58 void OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& tints) override;
179 void TestSystemBarChangedListener::OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& tints)
in OnSystemBarPropertyChange() function in OHOS::Rosen::TestSystemBarChangedListener
|
H A D | window_immersive_test2.cpp | 64 void OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& tints) override;
184 void TestSystemBarChangedListener::OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& tints)
in OnSystemBarPropertyChange() function in OHOS::Rosen::TestSystemBarChangedListener
|
/foundation/window/window_manager/test/fuzztest/wms/windowmanager_fuzzer/ |
H A D | windowmanager_fuzzer.cpp | 53 virtual void OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& tints) override
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_manager.h | 131 virtual void OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& tints) = 0;
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.h | 286 void OnSystemBarPropertyChange(const std::unordered_map<WindowType, SystemBarProperty>& propertyMap);
|
H A D | js_scene_session.cpp | 1450 jsSceneSession->OnSystemBarPropertyChange(propertyMap); in ProcessSystemBarPropertyChangeRegister() 3525 void JsSceneSession::OnSystemBarPropertyChange(const std::unordered_map<WindowType, SystemBarProperty>& propertyMap) in OnSystemBarPropertyChange() function in OHOS::Rosen::JsSceneSession 3531 TLOGE(WmsLogTag::WMS_LIFE, "OnSystemBarPropertyChange jsSceneSession id:%{public}d has been destroyed", in OnSystemBarPropertyChange() 3548 taskScheduler_->PostMainThreadTask(task, "OnSystemBarPropertyChange"); in OnSystemBarPropertyChange()
|
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/ |
H A D | window_fuzzer.cpp | 55 virtual void OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& tints) override
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_manager_test.cpp | 50 void OnSystemBarPropertyChange(DisplayId displayId, const SystemBarRegionTints& tints) override
|
/foundation/window/window_manager/wm/src/ |
H A D | window_manager.cpp | 187 listener->OnSystemBarPropertyChange(displayId, tints);
in NotifySystemBarChanged()
|