/ohos5.0/base/web/webview/ohos_adapter/location_adapter/src/ |
H A D | location_callback_adapter_impl.cpp | 48 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 D | ark_location_callback_adapter_wrapper.cpp | 37 void ArkLocationCallbackAdapterWrapper::OnErrorReport(const int errorCode) in OnErrorReport() function in OHOS::ArkWeb::ArkLocationCallbackAdapterWrapper 39 ctocpp_->OnErrorReport(errorCode); in OnErrorReport()
|
H A D | ark_location_callback_adapter_wrapper.h | 32 void OnErrorReport(const int errorCode) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_location_callback_adapter_impl.cpp | 36 void ArkLocationCallbackAdapterImpl::OnErrorReport(const int errorCode) in OnErrorReport() function in OHOS::ArkWeb::ArkLocationCallbackAdapterImpl 38 real_->OnErrorReport(errorCode); in OnErrorReport()
|
H A D | ark_location_callback_adapter_impl.h | 33 void OnErrorReport(const int errorCode) override;
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_callback_adapter_test/ |
H A D | location_callback_adapter_test.cpp | 58 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 D | locator_callback_proxy.h | 37 void OnErrorReport(const int errorCode) override; 48 void OnErrorReport(const int errorCode) override;
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_callback_host.cpp | 44 OnErrorReport(errorCode); in OnRemoteRequest() 63 void LocatorCallbackHost::OnErrorReport(const int errorCode) in OnErrorReport() function in OHOS::Location::LocatorCallbackHost
|
H A D | geo_convert_callback_host.cpp | 54 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 D | locator_callback_proxy.cpp | 77 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 D | mock_geo_convert_callback_host.h | 39 MOCK_METHOD(void, OnErrorReport, (const int errorCode));
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | i_geocode_callback.h | 35 virtual void OnErrorReport(const int errorCode) = 0;
|
H A D | i_locator_callback.h | 36 virtual void OnErrorReport(const int errorCode) = 0;
|
/ohos5.0/base/location/frameworks/native/locator_sdk/include/ |
H A D | locator_callback_host.h | 30 void OnErrorReport(const int errorCode) override;
|
H A D | geo_convert_callback_host.h | 32 void OnErrorReport(const int errorCode) override;
|
/ohos5.0/base/location/services/location_network/network/include/ |
H A D | network_callback_host.h | 35 void OnErrorReport(const int errorCode) override;
|
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | location_error_callback_napi.cpp | 49 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 D | mock_locator_callback_host.h | 37 MOCK_METHOD(void, OnErrorReport, (const int errorCode));
|
/ohos5.0/base/location/test/location_manager/mock/include/ |
H A D | mock_locator_callback_host.h | 37 MOCK_METHOD(void, OnErrorReport, (const int errorCode));
|
/ohos5.0/base/location/frameworks/native/location_ndk/include/ |
H A D | location_info_callback_host.h | 33 void OnErrorReport(const int errorCode) override;
|
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/include/ |
H A D | location_callback_adapter_impl.h | 41 void OnErrorReport(const int errorCode) override;
|
/ohos5.0/base/location/frameworks/native/locator_agent/include/ |
H A D | native_location_callback_host.h | 40 void OnErrorReport(const int errorCode) override;
|
/ohos5.0/base/location/frameworks/native/locator_agent/source/ |
H A D | native_location_callback_host.cpp | 61 void NativeLocationCallbackHost::OnErrorReport(const int errorCode) in OnErrorReport() function in OHOS::Location::NativeLocationCallbackHost
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | self_request_manager.h | 51 void OnErrorReport(const int errorCode);
|
/ohos5.0/base/location/frameworks/js/napi/include/ |
H A D | location_error_callback_napi.h | 39 void OnErrorReport(const int errorCode) override;
|