Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dnative_child_notify_stub.cpp42 ret = HandleOnError(data, reply); in OnRemoteRequest()
62 int32_t NativeChildNotifyStub::HandleOnError(MessageParcel &data, MessageParcel &reply) in HandleOnError() function in OHOS::AppExecFwk::NativeChildNotifyStub
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/src/
H A Ddeferred_photo_processing_session_callback_stub.cpp37 errCode = DeferredPhotoProcessingSessionCallbackStub::HandleOnError(data); in OnRemoteRequest()
74 int DeferredPhotoProcessingSessionCallbackStub::HandleOnError(MessageParcel& data) in HandleOnError() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessingSessionCallbackStub
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/
H A Dsilent_install_callback.h61 handleOnErrorFunc_ = &AtomicServiceStatusCallbackStub::HandleOnError; in AtomicServiceStatusCallbackStub()
103 int32_t HandleOnError() in HandleOnError() function
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dnative_child_notify_stub.h35 int32_t HandleOnError(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/include/
H A Ddeferred_photo_processing_session_callback_stub.h34 int HandleOnError(MessageParcel& data);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_host_stub.cpp63 return HandleOnError(data, reply); in OnRemoteRequest()
167 int32_t FormHostStub::HandleOnError(MessageParcel &data, MessageParcel &reply) in HandleOnError() function in OHOS::AppExecFwk::FormHostStub
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_host_stub.h90 int32_t HandleOnError(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_delegate_stub.cpp35 &FormRendererDelegateStub::HandleOnError; in FormRendererDelegateStub()
174 int32_t FormRendererDelegateStub::HandleOnError(MessageParcel& data, MessageParcel& reply) in HandleOnError() function in OHOS::Ace::FormRendererDelegateStub
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
H A Dform_renderer_delegate_stub.h51 int32_t HandleOnError(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp67 handleOnErrorFunc_ = &AtomicServiceStatusCallbackStub::HandleOnError; in AtomicServiceStatusCallbackStub()
108 int32_t HandleOnError(MessageParcel &data) in HandleOnError() function in OHOS::Ace::AtomicServiceStatusCallbackStub
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_delegate_stub_test.cpp192 EXPECT_EQ(renderDelegate.HandleOnError(data, reply), ERR_OK);