/ohos5.0/base/web/webview/ohos_adapter/location_adapter/src/ |
H A D | location_callback_adapter_impl.cpp | 53 OnLocatingStatusChange(status); in OnRemoteRequest() 76 void LocationCallbackImpl::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::NWeb::LocationCallbackImpl 79 locationCallbackAdapter_->OnLocatingStatusChange(status); in OnLocatingStatusChange()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_location_callback_adapter_wrapper.cpp | 32 void ArkLocationCallbackAdapterWrapper::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::ArkWeb::ArkLocationCallbackAdapterWrapper 34 ctocpp_->OnLocatingStatusChange(status); in OnLocatingStatusChange()
|
H A D | ark_location_callback_adapter_wrapper.h | 30 void OnLocatingStatusChange(const int status) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_location_callback_adapter_impl.cpp | 31 void ArkLocationCallbackAdapterImpl::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::ArkWeb::ArkLocationCallbackAdapterImpl 33 real_->OnLocatingStatusChange(status); in OnLocatingStatusChange()
|
H A D | ark_location_callback_adapter_impl.h | 31 void OnLocatingStatusChange(const int status) override;
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_callback_adapter_test/ |
H A D | location_callback_adapter_test.cpp | 55 void OnLocatingStatusChange(const int status) override in OnLocatingStatusChange() function in OHOS::NWeb::LocationCallbackAdapterMock 98 locationImpl->OnLocatingStatusChange(0); 126 locationImpl->OnLocatingStatusChange(0);
|
/ohos5.0/base/location/services/location_locator/callback/include/ |
H A D | locator_callback_proxy.h | 36 void OnLocatingStatusChange(const int status) override; 47 void OnLocatingStatusChange(const int status) override;
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_callback_host.cpp | 38 OnLocatingStatusChange(status); in OnRemoteRequest() 59 void LocatorCallbackHost::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::LocatorCallbackHost
|
/ohos5.0/base/location/services/location_locator/callback/source/ |
H A D | locator_callback_proxy.cpp | 62 void LocatorCallbackProxy::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::LocatorCallbackProxy 110 void LocatorCallbackStub::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::LocatorCallbackStub
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | i_locator_callback.h | 35 virtual void OnLocatingStatusChange(const int status) = 0;
|
H A D | country_code_manager.h | 62 void OnLocatingStatusChange(const int status);
|
/ohos5.0/base/location/frameworks/native/locator_sdk/include/ |
H A D | locator_callback_host.h | 29 void OnLocatingStatusChange(const int status) override;
|
/ohos5.0/base/location/services/location_network/network/include/ |
H A D | network_callback_host.h | 34 void OnLocatingStatusChange(const int status) override;
|
/ohos5.0/base/location/test/location_locator/mock/include/ |
H A D | mock_locator_callback_host.h | 36 MOCK_METHOD(void, OnLocatingStatusChange, (const int status));
|
/ohos5.0/base/location/test/location_manager/mock/include/ |
H A D | mock_locator_callback_host.h | 36 MOCK_METHOD(void, OnLocatingStatusChange, (const int status));
|
/ohos5.0/base/location/frameworks/native/location_ndk/include/ |
H A D | location_info_callback_host.h | 32 void OnLocatingStatusChange(const int status) override;
|
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/include/ |
H A D | location_callback_adapter_impl.h | 40 void OnLocatingStatusChange(const int status) override;
|
/ohos5.0/base/location/frameworks/native/locator_agent/include/ |
H A D | native_location_callback_host.h | 39 void OnLocatingStatusChange(const int status) override;
|
/ohos5.0/base/location/frameworks/native/locator_agent/source/ |
H A D | native_location_callback_host.cpp | 57 void NativeLocationCallbackHost::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::NativeLocationCallbackHost
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | self_request_manager.h | 50 void OnLocatingStatusChange(const int status);
|
/ohos5.0/base/location/frameworks/js/napi/include/ |
H A D | location_error_callback_napi.h | 38 void OnLocatingStatusChange(const int status) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_location_adapter.h | 85 virtual void OnLocatingStatusChange(const int status) = 0;
|
/ohos5.0/base/location/services/location_network/network/source/ |
H A D | network_callback_host.cpp | 86 void NetworkCallbackHost::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::NetworkCallbackHost
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | location_adapter.h | 93 virtual void OnLocatingStatusChange(const int status) = 0;
|
/ohos5.0/base/location/frameworks/native/location_ndk/source/ |
H A D | location_info_callback_host.cpp | 86 void LocationInfoCallbackHost::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::LocationInfoCallbackHost
|