Home
last modified time | relevance | path

Searched refs:OnDisplayInfoChange (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_display_change_adapter_test.cpp35 void OnDisplayInfoChange(const sptr<IRemoteObject>& token, DisplayId displayId, float density, in OnDisplayInfoChange() function in OHOS::Rosen::TestDisplayInfoChangedListener
90 HWTEST_F(WindowDisplayChangeAdapterTest, OnDisplayInfoChange, Function | SmallTest | Level2)
103 window->OnDisplayInfoChange(targetToken, displayId, density, orientation);
105 window->OnDisplayInfoChange(targetToken, displayId, density, orientation);
H A Dwindow_manager_test.cpp90 void OnDisplayInfoChange(const sptr<IRemoteObject>& token, DisplayId displayId, float density, in OnDisplayInfoChange() function in OHOS::Rosen::TestDisplayInfoChangedListener
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_display_change_adapter.cpp80 displayInfoChangeListener_->OnDisplayInfoChange(token_, displayId, density, orientation); in OnChange()
83 void WindowDisplayChangeAdapter::OnDisplayInfoChange(const sptr<IRemoteObject>& token, in OnDisplayInfoChange() function in OHOS::Rosen::WindowDisplayChangeAdapter
97 displayInfoChangeListener_->OnDisplayInfoChange(token, displayId, density, orientation); in OnDisplayInfoChange()
H A Dwindow_manager.cpp325 listener->OnDisplayInfoChange(token, displayId, density, orientation); in NotifyDisplayInfoChanged()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Djs_service_extension.h203 …void OnDisplayInfoChange(const sptr<IRemoteObject>& token, Rosen::DisplayId displayId, float densi… in OnDisplayInfoChange() function
208 sptr->OnDisplayInfoChange(token, displayId, density, orientation); in OnDisplayInfoChange()
219 …void OnDisplayInfoChange(const sptr<IRemoteObject>& token, Rosen::DisplayId displayId, float densi…
H A Dui_ability.h557 …void OnDisplayInfoChange(const sptr<IRemoteObject>& token, Rosen::DisplayId displayId, float densi… in OnDisplayInfoChange() function
562 sptr->OnDisplayInfoChange(token, displayId, density, orientation); in OnDisplayInfoChange()
573 …void OnDisplayInfoChange(const sptr<IRemoteObject>& token, Rosen::DisplayId displayId, float densi…
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_display_change_adapter.h35 void OnDisplayInfoChange(const sptr<IRemoteObject>& token,
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h416 virtual void OnDisplayInfoChange(const sptr<IRemoteObject>& token,
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension.cpp856 void JsServiceExtension::OnDisplayInfoChange(const sptr<IRemoteObject>& token, Rosen::DisplayId dis… in OnDisplayInfoChange() function in OHOS::AbilityRuntime::JsServiceExtension
H A Dui_ability.cpp834 void UIAbility::OnDisplayInfoChange(const sptr<IRemoteObject>& token, Rosen::DisplayId displayId, f… in OnDisplayInfoChange() function in OHOS::AbilityRuntime::UIAbility
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dui_ability_test.cpp953 ability->OnDisplayInfoChange(token, toDisplayId, density, Rosen::DisplayOrientation::PORTRAIT);