/base/web/webview/ohos_adapter/location_adapter/src/ |
D | location_callback_adapter_impl.cpp | 43 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/ |
D | locator_callback_proxy.h | 35 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/ |
D | network_callback_host.cpp | 36 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/ |
D | location_callback_adapter_test.cpp | 51 void OnLocationReport( in OnLocationReport() function in OHOS::NWeb::LocationCallbackAdapterMock 97 locationImpl->OnLocationReport(location); 125 locationImpl->OnLocationReport(location);
|
/base/location/interfaces/inner_api/include/ |
D | i_locator_callback.h | 33 virtual void OnLocationReport(const std::unique_ptr<Location>& location) = 0;
|
D | country_code_manager.h | 59 void OnLocationReport(const std::unique_ptr<Location>& location);
|
D | locator_callback_host.h | 42 void OnLocationReport(const std::unique_ptr<Location>& location) override;
|
/base/location/services/location_locator/callback/source/ |
D | locator_callback_proxy.cpp | 32 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/ |
D | network_callback_host.h | 33 void OnLocationReport(const std::unique_ptr<Location>& location) override;
|
/base/location/test/location_locator/mock/include/ |
D | mock_locator_callback_host.h | 35 MOCK_METHOD(void, OnLocationReport, (const std::unique_ptr<Location>& location));
|
/base/web/webview/ohos_adapter/location_adapter/include/ |
D | location_callback_adapter_impl.h | 38 void OnLocationReport(
|
/base/web/webview/ohos_adapter/interfaces/ |
D | location_adapter.h | 90 virtual void OnLocationReport(
|
/base/location/services/location_locator/locator/include/ |
D | locator_background_proxy.h | 73 void OnLocationReport(const std::unique_ptr<Location>& location);
|
/base/location/frameworks/native/source/ |
D | locator_callback_host.cpp | 72 OnLocationReport(location); in OnRemoteRequest() 228 void LocatorCallbackHost::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport() function in OHOS::Location::LocatorCallbackHost
|
D | country_code_manager.cpp | 317 void CountryCodeManager::LocatorCallback::OnLocationReport(const std::unique_ptr<Location>& locatio… in OnLocationReport() function in OHOS::Location::CountryCodeManager::LocatorCallback
|
/base/location/test/location_locator/source/ |
D | country_code_manager_test.cpp | 284 callback->OnLocationReport(nullptr); 287 callback->OnLocationReport(location);
|
D | callback_test.cpp | 132 locatorCallbackProxy->OnLocationReport(nullptr); // nullptr error
|
D | locator_background_proxy_test.cpp | 492 callback->OnLocationReport(location);
|
/base/location/test/location_network/source/ |
D | network_ability_stub_test.cpp | 193 networkCallbackHost->OnLocationReport(location);
|
/base/location/services/location_locator/locator/source/ |
D | locator_background_proxy.cpp | 375 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()
|
D | report_manager.cpp | 104 locatorCallback->OnLocationReport(finalLocation); in ProcessRequestForReport()
|
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/ |
D | location_proxy_adapter_test.cpp | 56 void OnLocationReport( in OnLocationReport() function in OHOS::NWeb::LocationCallbackAdapterMock
|
/base/location/test/fuzztest/locator/locator_fuzzer/ |
D | locator_fuzzer.cpp | 416 callbackHost->OnLocationReport(location); in LocationCallbackHostFuzzerTest()
|