Home
last modified time | relevance | path

Searched refs:OnErrorReport (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_callback_adapter_impl.cpp48 OnErrorReport(errorCode); in OnRemoteRequest()
83 void LocationCallbackImpl::OnErrorReport(const int errorCode) in OnErrorReport() function in OHOS::NWeb::LocationCallbackImpl
86 locationCallbackAdapter_->OnErrorReport(errorCode); in OnErrorReport()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_location_callback_adapter_wrapper.cpp37 void ArkLocationCallbackAdapterWrapper::OnErrorReport(const int errorCode) in OnErrorReport() function in OHOS::ArkWeb::ArkLocationCallbackAdapterWrapper
39 ctocpp_->OnErrorReport(errorCode); in OnErrorReport()
H A Dark_location_callback_adapter_wrapper.h32 void OnErrorReport(const int errorCode) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_location_callback_adapter_impl.cpp36 void ArkLocationCallbackAdapterImpl::OnErrorReport(const int errorCode) in OnErrorReport() function in OHOS::ArkWeb::ArkLocationCallbackAdapterImpl
38 real_->OnErrorReport(errorCode); in OnErrorReport()
H A Dark_location_callback_adapter_impl.h33 void OnErrorReport(const int errorCode) override;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_callback_adapter_test/
H A Dlocation_callback_adapter_test.cpp58 void OnErrorReport(const int errorCode) override in OnErrorReport() function in OHOS::NWeb::LocationCallbackAdapterMock
99 locationImpl->OnErrorReport(0);
127 locationImpl->OnErrorReport(0);
/ohos5.0/base/location/services/location_locator/callback/include/
H A Dlocator_callback_proxy.h37 void OnErrorReport(const int errorCode) override;
48 void OnErrorReport(const int errorCode) override;
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_callback_host.cpp44 OnErrorReport(errorCode); in OnRemoteRequest()
63 void LocatorCallbackHost::OnErrorReport(const int errorCode) in OnErrorReport() function in OHOS::Location::LocatorCallbackHost
H A Dgeo_convert_callback_host.cpp54 OnErrorReport(errCode); in OnRemoteRequest()
74 void GeoConvertCallbackHost::OnErrorReport(const int errorCode) in OnErrorReport() function in OHOS::Location::GeoConvertCallbackHost
/ohos5.0/base/location/services/location_locator/callback/source/
H A Dlocator_callback_proxy.cpp77 void LocatorCallbackProxy::OnErrorReport(const int errorCode) in OnErrorReport() function in OHOS::Location::LocatorCallbackProxy
114 void LocatorCallbackStub::OnErrorReport(const int errorCode) in OnErrorReport() function in OHOS::Location::LocatorCallbackStub
/ohos5.0/base/location/test/location_geocode/mock/include/
H A Dmock_geo_convert_callback_host.h39 MOCK_METHOD(void, OnErrorReport, (const int errorCode));
/ohos5.0/base/location/interfaces/inner_api/include/
H A Di_geocode_callback.h35 virtual void OnErrorReport(const int errorCode) = 0;
H A Di_locator_callback.h36 virtual void OnErrorReport(const int errorCode) = 0;
/ohos5.0/base/location/frameworks/native/locator_sdk/include/
H A Dlocator_callback_host.h30 void OnErrorReport(const int errorCode) override;
H A Dgeo_convert_callback_host.h32 void OnErrorReport(const int errorCode) override;
/ohos5.0/base/location/services/location_network/network/include/
H A Dnetwork_callback_host.h35 void OnErrorReport(const int errorCode) override;
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_error_callback_napi.cpp49 OnErrorReport(data.ReadInt32()); in OnRemoteRequest()
205 void LocationErrorCallbackNapi::OnErrorReport(const int errorCode) in OnErrorReport() function in OHOS::Location::LocationErrorCallbackNapi
/ohos5.0/base/location/test/location_locator/mock/include/
H A Dmock_locator_callback_host.h37 MOCK_METHOD(void, OnErrorReport, (const int errorCode));
/ohos5.0/base/location/test/location_manager/mock/include/
H A Dmock_locator_callback_host.h37 MOCK_METHOD(void, OnErrorReport, (const int errorCode));
/ohos5.0/base/location/frameworks/native/location_ndk/include/
H A Dlocation_info_callback_host.h33 void OnErrorReport(const int errorCode) override;
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_callback_adapter_impl.h41 void OnErrorReport(const int errorCode) override;
/ohos5.0/base/location/frameworks/native/locator_agent/include/
H A Dnative_location_callback_host.h40 void OnErrorReport(const int errorCode) override;
/ohos5.0/base/location/frameworks/native/locator_agent/source/
H A Dnative_location_callback_host.cpp61 void NativeLocationCallbackHost::OnErrorReport(const int errorCode) in OnErrorReport() function in OHOS::Location::NativeLocationCallbackHost
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dself_request_manager.h51 void OnErrorReport(const int errorCode);
/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocation_error_callback_napi.h39 void OnErrorReport(const int errorCode) override;

12