Home
last modified time | relevance | path

Searched refs:OnLocationReport (Results 1 – 23 of 23) sorted by relevance

/base/web/webview/ohos_adapter/location_adapter/src/
Dlocation_callback_adapter_impl.cpp43 OnLocationReport(location); in OnRemoteRequest()
64 void LocationCallbackImpl::OnLocationReport( in OnLocationReport() function in OHOS::NWeb::LocationCallbackImpl
72 locationCallbackAdapter_->OnLocationReport(locationInfo); in OnLocationReport()
/base/location/services/location_locator/callback/include/
Dlocator_callback_proxy.h35 void OnLocationReport(const std::unique_ptr<Location>& location) override;
46 void OnLocationReport(const std::unique_ptr<Location>& location) override;
/base/location/services/location_network/network/source/
Dnetwork_callback_host.cpp36 OnLocationReport(location); in OnRemoteRequest()
47 void NetworkCallbackHost::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport() function in OHOS::Location::NetworkCallbackHost
/base/web/webview/test/unittest/ohos_adapter/location_callback_adapter_test/
Dlocation_callback_adapter_test.cpp51 void OnLocationReport( in OnLocationReport() function in OHOS::NWeb::LocationCallbackAdapterMock
97 locationImpl->OnLocationReport(location);
125 locationImpl->OnLocationReport(location);
/base/location/interfaces/inner_api/include/
Di_locator_callback.h33 virtual void OnLocationReport(const std::unique_ptr<Location>& location) = 0;
Dcountry_code_manager.h59 void OnLocationReport(const std::unique_ptr<Location>& location);
Dlocator_callback_host.h42 void OnLocationReport(const std::unique_ptr<Location>& location) override;
/base/location/services/location_locator/callback/source/
Dlocator_callback_proxy.cpp32 void LocatorCallbackProxy::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport() function in OHOS::Location::LocatorCallbackProxy
101 void LocatorCallbackStub::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport() function in OHOS::Location::LocatorCallbackStub
/base/location/services/location_network/network/include/
Dnetwork_callback_host.h33 void OnLocationReport(const std::unique_ptr<Location>& location) override;
/base/location/test/location_locator/mock/include/
Dmock_locator_callback_host.h35 MOCK_METHOD(void, OnLocationReport, (const std::unique_ptr<Location>& location));
/base/web/webview/ohos_adapter/location_adapter/include/
Dlocation_callback_adapter_impl.h38 void OnLocationReport(
/base/web/webview/ohos_adapter/interfaces/
Dlocation_adapter.h90 virtual void OnLocationReport(
/base/location/services/location_locator/locator/include/
Dlocator_background_proxy.h73 void OnLocationReport(const std::unique_ptr<Location>& location);
/base/location/frameworks/native/source/
Dlocator_callback_host.cpp72 OnLocationReport(location); in OnRemoteRequest()
228 void LocatorCallbackHost::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport() function in OHOS::Location::LocatorCallbackHost
Dcountry_code_manager.cpp317 void CountryCodeManager::LocatorCallback::OnLocationReport(const std::unique_ptr<Location>& locatio… in OnLocationReport() function in OHOS::Location::CountryCodeManager::LocatorCallback
/base/location/test/location_locator/source/
Dcountry_code_manager_test.cpp284 callback->OnLocationReport(nullptr);
287 callback->OnLocationReport(location);
Dcallback_test.cpp132 locatorCallbackProxy->OnLocationReport(nullptr); // nullptr error
Dlocator_background_proxy_test.cpp492 callback->OnLocationReport(location);
/base/location/test/location_network/source/
Dnetwork_ability_stub_test.cpp193 networkCallbackHost->OnLocationReport(location);
/base/location/services/location_locator/locator/source/
Dlocator_background_proxy.cpp375 void LocatorBackgroundProxy::mLocatorCallback::OnLocationReport(const std::unique_ptr<Location>& lo… in OnLocationReport() function in OHOS::Location::LocatorBackgroundProxy::mLocatorCallback
390 request->GetLocatorCallBack()->OnLocationReport(location); in OnLocationReport()
Dreport_manager.cpp104 locatorCallback->OnLocationReport(finalLocation); in ProcessRequestForReport()
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
Dlocation_proxy_adapter_test.cpp56 void OnLocationReport( in OnLocationReport() function in OHOS::NWeb::LocationCallbackAdapterMock
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp416 callbackHost->OnLocationReport(location); in LocationCallbackHostFuzzerTest()