/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_display_change_adapter_test.cpp | 35 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 D | window_manager_test.cpp | 90 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 D | window_display_change_adapter.cpp | 80 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 D | window_manager.cpp | 325 listener->OnDisplayInfoChange(token, displayId, density, orientation); in NotifyDisplayInfoChanged()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | js_service_extension.h | 203 …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 D | ui_ability.h | 557 …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 D | window_display_change_adapter.h | 35 void OnDisplayInfoChange(const sptr<IRemoteObject>& token,
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_manager.h | 416 virtual void OnDisplayInfoChange(const sptr<IRemoteObject>& token,
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | js_service_extension.cpp | 856 void JsServiceExtension::OnDisplayInfoChange(const sptr<IRemoteObject>& token, Rosen::DisplayId dis… in OnDisplayInfoChange() function in OHOS::AbilityRuntime::JsServiceExtension
|
H A D | ui_ability.cpp | 834 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 D | ui_ability_test.cpp | 953 ability->OnDisplayInfoChange(token, toDisplayId, density, Rosen::DisplayOrientation::PORTRAIT);
|