Home
last modified time | relevance | path

Searched refs:OnLocatingStatusChange (Results 1 – 17 of 17) sorted by relevance

/base/location/services/location_locator/callback/include/
Dlocator_callback_proxy.h36 void OnLocatingStatusChange(const int status) override;
47 void OnLocatingStatusChange(const int status) override;
/base/location/interfaces/inner_api/include/
Di_locator_callback.h34 virtual void OnLocatingStatusChange(const int status) = 0;
Dlocator_callback_host.h43 void OnLocatingStatusChange(const int status) override;
/base/location/services/location_locator/callback/source/
Dlocator_callback_proxy.cpp60 void LocatorCallbackProxy::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::LocatorCallbackProxy
105 void LocatorCallbackStub::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::LocatorCallbackStub
/base/location/services/location_network/network/include/
Dnetwork_callback_host.h33 void OnLocatingStatusChange(const int status) override;
/base/location/test/location_locator/mock/include/
Dmock_locator_callback_host.h36 MOCK_METHOD(void, OnLocatingStatusChange, (const int status));
/base/location/services/location_network/network/source/
Dnetwork_callback_host.cpp50 void NetworkCallbackHost::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::NetworkCallbackHost
/base/location/services/location_locator/locator/include/
Dcountry_code_manager.h60 void OnLocatingStatusChange(const int status);
Dlocator_background_proxy.h74 void OnLocatingStatusChange(const int status);
/base/location/frameworks/native/source/
Dlocator_callback_host.cpp80 OnLocatingStatusChange(status); in OnRemoteRequest()
266 void LocatorCallbackHost::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::LocatorCallbackHost
/base/location/test/location_network/source/
Dnetwork_ability_stub_test.cpp202 networkCallbackHost->OnLocatingStatusChange(DEFAULT_STATUS); // nullptr error
/base/location/test/location_locator/source/
Dcallback_test.cpp138 locatorCallbackProxy->OnLocatingStatusChange(status);
Dlocator_background_proxy_test.cpp503 callback->OnLocatingStatusChange(0);
/base/location/services/location_locator/locator/source/
Dreport_manager.cpp138 locatorCallback->OnLocatingStatusChange(result); in ReportRemoteCallback()
Dcountry_code_manager.cpp359 void CountryCodeManager::LocatorCallback::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::CountryCodeManager::LocatorCallback
Dlocator_background_proxy.cpp393 void LocatorBackgroundProxy::mLocatorCallback::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::LocatorBackgroundProxy::mLocatorCallback
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp400 callbackHost->OnLocatingStatusChange(SWITCH_STATE_ON); in LocationCallbackHostFuzzerTest()