Searched refs:RECEIVE_LOCATION_STATUS_EVENT (Results 1 – 8 of 8) sorted by relevance
/base/location/interfaces/inner_api/include/ |
D | i_locator_callback.h | 29 RECEIVE_LOCATION_STATUS_EVENT = 2, enumerator
|
/base/web/webview/ohos_adapter/location_adapter/src/ |
D | location_callback_adapter_impl.cpp | 51 case RECEIVE_LOCATION_STATUS_EVENT: { in OnRemoteRequest()
|
/base/location/test/fuzztest/locator/locatorcallbackhost_fuzzer/ |
D | locatorcallbackhost_fuzzer.cpp | 71 …callback2->OnRemoteRequest(ILocatorCallback::RECEIVE_LOCATION_STATUS_EVENT, requestParcel, reply, … in LocatorCallbackHostFuzzTest()
|
/base/location/services/location_locator/callback/source/ |
D | locator_callback_proxy.cpp | 69 int error = Remote()->SendRequest(RECEIVE_LOCATION_STATUS_EVENT, data, reply, option); in OnLocatingStatusChange()
|
/base/location/frameworks/native/source/ |
D | locator_callback_host.cpp | 78 case RECEIVE_LOCATION_STATUS_EVENT: { in OnRemoteRequest()
|
/base/location/services/location_locator/locator/source/ |
D | report_manager.cpp | 142 case ILocatorCallback::RECEIVE_LOCATION_STATUS_EVENT: { in ReportRemoteCallback()
|
D | locator_ability.cpp | 893 …ortManager_->ReportRemoteCallback(callback, ILocatorCallback::RECEIVE_LOCATION_STATUS_EVENT, resul… in ReportLocationStatus()
|
/base/location/test/location_locator/source/ |
D | report_manager_test.cpp | 84 ReportRemoteCallback(locatorCallback, ILocatorCallback::RECEIVE_LOCATION_STATUS_EVENT, 1));
|