/base/location/services/location_locator/callback/include/ |
D | locator_callback_proxy.h | 36 void OnLocatingStatusChange(const int status) override; 47 void OnLocatingStatusChange(const int status) override;
|
/base/location/interfaces/inner_api/include/ |
D | i_locator_callback.h | 34 virtual void OnLocatingStatusChange(const int status) = 0;
|
D | locator_callback_host.h | 43 void OnLocatingStatusChange(const int status) override;
|
/base/location/services/location_locator/callback/source/ |
D | locator_callback_proxy.cpp | 60 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/ |
D | network_callback_host.h | 33 void OnLocatingStatusChange(const int status) override;
|
/base/location/test/location_locator/mock/include/ |
D | mock_locator_callback_host.h | 36 MOCK_METHOD(void, OnLocatingStatusChange, (const int status));
|
/base/location/services/location_network/network/source/ |
D | network_callback_host.cpp | 50 void NetworkCallbackHost::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::NetworkCallbackHost
|
/base/location/services/location_locator/locator/include/ |
D | country_code_manager.h | 60 void OnLocatingStatusChange(const int status);
|
D | locator_background_proxy.h | 74 void OnLocatingStatusChange(const int status);
|
/base/location/frameworks/native/source/ |
D | locator_callback_host.cpp | 80 OnLocatingStatusChange(status); in OnRemoteRequest() 266 void LocatorCallbackHost::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::LocatorCallbackHost
|
/base/location/test/location_network/source/ |
D | network_ability_stub_test.cpp | 202 networkCallbackHost->OnLocatingStatusChange(DEFAULT_STATUS); // nullptr error
|
/base/location/test/location_locator/source/ |
D | callback_test.cpp | 138 locatorCallbackProxy->OnLocatingStatusChange(status);
|
D | locator_background_proxy_test.cpp | 503 callback->OnLocatingStatusChange(0);
|
/base/location/services/location_locator/locator/source/ |
D | report_manager.cpp | 138 locatorCallback->OnLocatingStatusChange(result); in ReportRemoteCallback()
|
D | country_code_manager.cpp | 359 void CountryCodeManager::LocatorCallback::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::CountryCodeManager::LocatorCallback
|
D | locator_background_proxy.cpp | 393 void LocatorBackgroundProxy::mLocatorCallback::OnLocatingStatusChange(const int status) in OnLocatingStatusChange() function in OHOS::Location::LocatorBackgroundProxy::mLocatorCallback
|
/base/location/test/fuzztest/locator/locator_fuzzer/ |
D | locator_fuzzer.cpp | 400 callbackHost->OnLocatingStatusChange(SWITCH_STATE_ON); in LocationCallbackHostFuzzerTest()
|