/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | form_frontend_declarative.cpp | 134 void FormFrontendDeclarative::SetErrorEventHandler( in SetErrorEventHandler() function in OHOS::Ace::FormFrontendDeclarative 142 return jsEngine->SetErrorEventHandler(std::move(errorCallback)); in SetErrorEventHandler()
|
H A D | form_frontend_declarative.h | 50 void SetErrorEventHandler(
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | page_url_checker_ohos.cpp | 166 void SetErrorEventHandler(const std::function<void(int32_t, const std::string&)>& listener) in SetErrorEventHandler() function in OHOS::Ace::AtomicServiceStatusCallback 243 routerCallback->SetErrorEventHandler(silentInstallErrorCallBack); in LoadPageUrl()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/ |
H A D | form_renderer_delegate_impl.h | 69 … void SetErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& listener);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/ |
H A D | silent_install_callback.h | 160 void SetErrorEventHandler(const std::function<void(int32_t, const std::string&)>& listener) in SetErrorEventHandler() function
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/ |
H A D | hsp_silentinstall.cpp | 72 routerCallback->SetErrorEventHandler(silentInstallErrorCallBack); in SilentInstall()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | form_render_test.cpp | 117 …EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), SetErrorEventHandler(_)).WillOnce… 223 renderDelegate->SetErrorEventHandler(std::move(onError)); 244 …EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), SetErrorEventHandler(_)).WillOnce… 332 renderDelegate->SetErrorEventHandler(nullptr); 334 renderDelegate->SetErrorEventHandler(fun);
|
H A D | form_render_delegate_impl_test.cpp | 123 renderDelegate->SetErrorEventHandler(std::move(onError));
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
H A D | form_renderer_delegate_impl.cpp | 125 void FormRendererDelegateImpl::SetErrorEventHandler( in SetErrorEventHandler() function in OHOS::Ace::FormRendererDelegateImpl
|
H A D | form_renderer.cpp | 102 uiContent_->SetErrorEventHandler(errorEventHandler); in RunFormPageInner()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | js_runtime.h | 95 virtual void SetErrorEventHandler( in SetErrorEventHandler() function
|
H A D | ark_js_runtime.h | 151 void SetErrorEventHandler(ErrorEventHandler&& errorCallback) override in SetErrorEventHandler() function
|
/ohos5.0/foundation/window/window_manager/test/common/mock/ |
H A D | mock_uicontent.h | 75 MOCK_METHOD1(SetErrorEventHandler,
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_ui_content.h | 82 MOCK_METHOD1(SetErrorEventHandler,
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_uicontent.h | 87 MOCK_METHOD1(SetErrorEventHandler,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | frontend.h | 334 …virtual void SetErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& er… in SetErrorEventHandler() function
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.h | 105 …void SetErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& errorCallb… in SetErrorEventHandler() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | js_engine.h | 289 …virtual void SetErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& er… in SetErrorEventHandler() function
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | ui_content.h | 204 …virtual void SetErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& er… in SetErrorEventHandler() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.h | 381 …void SetErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& errorCallb…
|
H A D | jsi_declarative_engine.cpp | 2639 void JsiDeclarativeEngine::SetErrorEventHandler( in SetErrorEventHandler() function in OHOS::Ace::Framework::JsiDeclarativeEngine 2647 runtime->SetErrorEventHandler(std::move(errorCallback)); in SetErrorEventHandler()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/ |
H A D | dynamic_component_renderer_impl.cpp | 162 uiContent_->SetErrorEventHandler(errorEventHandler); in RegisterErrorEventHandler()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.h | 172 …void SetErrorEventHandler(std::function<void(const std::string&, const std::string&)>&& errorCallb…
|
H A D | ui_content_impl.cpp | 3121 void UIContentImpl::SetErrorEventHandler(std::function<void(const std::string&, const std::string&)… in SetErrorEventHandler() function in OHOS::Ace::UIContentImpl 3128 return front->SetErrorEventHandler(std::move(errorCallback)); in SetErrorEventHandler()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_manager_delegate.cpp | 581 renderDelegate_->SetErrorEventHandler(std::move(onErrorEventHandler)); in RegisterRenderDelegateEvent()
|