/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 203 jsEngine->OnWindowDisplayModeChanged(isShownInMultiWindow, data); in InitializeDelegate() 446 void DeclarativeFrontendNG::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) in OnWindowDisplayModeChanged() function in OHOS::Ace::DeclarativeFrontendNG 448 delegate_->OnWindowDisplayModeChanged(isShownInMultiWindow, data); in OnWindowDisplayModeChanged()
|
H A D | declarative_frontend_ng.h | 147 void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data);
|
H A D | frontend_delegate_declarative_ng.h | 66 void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data);
|
H A D | frontend_delegate_declarative_ng.cpp | 298 void FrontendDelegateDeclarativeNG::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) in OnWindowDisplayModeChanged() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend.cpp | 69 void PluginFrontend::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) {} in OnWindowDisplayModeChanged() function in OHOS::Ace::PluginFrontend
|
H A D | mock_plugin_frontend_delegate.cpp | 153 void PluginFrontendDelegate::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) {} in OnWindowDisplayModeChanged() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.h | 136 void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data);
|
H A D | plugin_frontend.cpp | 275 jsEngine->OnWindowDisplayModeChanged(isShownInMultiWindow, data); in InitializeFrontendDelegate() 505 void PluginFrontend::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) in OnWindowDisplayModeChanged() function in OHOS::Ace::PluginFrontend 508 delegate_->OnWindowDisplayModeChanged(isShownInMultiWindow, data); in OnWindowDisplayModeChanged()
|
H A D | plugin_frontend_delegate.h | 101 void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data);
|
H A D | plugin_frontend_delegate.cpp | 568 void PluginFrontendDelegate::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) in OnWindowDisplayModeChanged() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | js_engine.h | 225 virtual void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) {} in OnWindowDisplayModeChanged() function in OHOS::Ace::Framework::JsEngine
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.h | 198 void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data);
|
H A D | declarative_frontend.cpp | 347 jsEngine->OnWindowDisplayModeChanged(isShownInMultiWindow, data); in Initialize() 917 void DeclarativeFrontend::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) in Initialize() function in OHOS::Ace::DeclarativeFrontend 919 delegate_->OnWindowDisplayModeChanged(isShownInMultiWindow, data); in Initialize()
|
H A D | frontend_delegate_declarative.h | 119 void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data);
|
H A D | frontend_delegate_declarative.cpp | 631 void FrontendDelegateDeclarative::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) in OnWindowDisplayModeChanged() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.h | 353 void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) override;
|
H A D | jsi_declarative_engine.cpp | 2399 void JsiDeclarativeEngine::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) in OnWindowDisplayModeChanged() function in OHOS::Ace::Framework::JsiDeclarativeEngine
|