Home
last modified time | relevance | path

Searched refs:isShownInMultiWindow (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp198 bool isShownInMultiWindow, const std::string& data) { in InitializeDelegate()
203 jsEngine->OnWindowDisplayModeChanged(isShownInMultiWindow, data); in InitializeDelegate()
446 void DeclarativeFrontendNG::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) in OnWindowDisplayModeChanged() argument
448 delegate_->OnWindowDisplayModeChanged(isShownInMultiWindow, data); in OnWindowDisplayModeChanged()
H A Ddeclarative_frontend_ng.h147 void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data);
H A Dfrontend_delegate_declarative_ng.cpp298 void FrontendDelegateDeclarativeNG::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) in OnWindowDisplayModeChanged() argument
300 taskExecutor_->PostTask([onWindowDisplayModeChanged = onWindowDisplayModeChanged_, isShownInMultiWindow, in OnWindowDisplayModeChanged()
301 data] { onWindowDisplayModeChanged(isShownInMultiWindow, data); }, in OnWindowDisplayModeChanged()
H A Dfrontend_delegate_declarative_ng.h66 void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data);
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend.cpp69 void PluginFrontend::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) {} in OnWindowDisplayModeChanged() argument
H A Dmock_plugin_frontend_delegate.cpp153 void PluginFrontendDelegate::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) {} in OnWindowDisplayModeChanged() argument
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp272 bool isShownInMultiWindow, const std::string& data) { in InitializeFrontendDelegate()
275 jsEngine->OnWindowDisplayModeChanged(isShownInMultiWindow, data); in InitializeFrontendDelegate()
505 void PluginFrontend::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) in OnWindowDisplayModeChanged() argument
508 delegate_->OnWindowDisplayModeChanged(isShownInMultiWindow, data); in OnWindowDisplayModeChanged()
H A Dplugin_frontend.h136 void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data);
H A Dplugin_frontend_delegate.h101 void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data);
H A Dplugin_frontend_delegate.cpp568 void PluginFrontendDelegate::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) in OnWindowDisplayModeChanged() argument
571 [onWindowDisplayModeChanged = onWindowDisplayModeChanged_, isShownInMultiWindow, data] { in OnWindowDisplayModeChanged()
572 onWindowDisplayModeChanged(isShownInMultiWindow, data); in OnWindowDisplayModeChanged()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp342 bool isShownInMultiWindow, const std::string& data) { in Initialize()
347 jsEngine->OnWindowDisplayModeChanged(isShownInMultiWindow, data); in Initialize()
917 void DeclarativeFrontend::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) in Initialize() argument
919 delegate_->OnWindowDisplayModeChanged(isShownInMultiWindow, data); in Initialize()
H A Ddeclarative_frontend.h198 void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data);
H A Dfrontend_delegate_declarative.h119 void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data);
H A Dfrontend_delegate_declarative.cpp631 void FrontendDelegateDeclarative::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) in OnWindowDisplayModeChanged() argument
633 taskExecutor_->PostTask([onWindowDisplayModeChanged = onWindowDisplayModeChanged_, isShownInMultiWindow, in OnWindowDisplayModeChanged()
634 data] { onWindowDisplayModeChanged(isShownInMultiWindow, data); }, in OnWindowDisplayModeChanged()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h225 virtual void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) {} in OnWindowDisplayModeChanged() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h353 void OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) override;
H A Djsi_declarative_engine.cpp2399 void JsiDeclarativeEngine::OnWindowDisplayModeChanged(bool isShownInMultiWindow, const std::string& data) in OnWindowDisplayModeChanged() argument
2402 std::vector<shared_ptr<JsValue>> argv = { runtime->NewBoolean(isShownInMultiWindow), runtime->NewString(data) }; in OnWindowDisplayModeChanged()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.h54 using OnWindowDisplayModeChangedCallBack = std::function<void(bool isShownInMultiWindow, const std::string& data)>;

Completed in 31 milliseconds