Home
last modified time | relevance | path

Searched refs:RECEIVE_LOCATION_STATUS_EVENT (Results 1 – 8 of 8) sorted by relevance

/base/location/interfaces/inner_api/include/
Di_locator_callback.h29 RECEIVE_LOCATION_STATUS_EVENT = 2, enumerator
/base/web/webview/ohos_adapter/location_adapter/src/
Dlocation_callback_adapter_impl.cpp51 case RECEIVE_LOCATION_STATUS_EVENT: { in OnRemoteRequest()
/base/location/test/fuzztest/locator/locatorcallbackhost_fuzzer/
Dlocatorcallbackhost_fuzzer.cpp71 …callback2->OnRemoteRequest(ILocatorCallback::RECEIVE_LOCATION_STATUS_EVENT, requestParcel, reply, … in LocatorCallbackHostFuzzTest()
/base/location/services/location_locator/callback/source/
Dlocator_callback_proxy.cpp69 int error = Remote()->SendRequest(RECEIVE_LOCATION_STATUS_EVENT, data, reply, option); in OnLocatingStatusChange()
/base/location/frameworks/native/source/
Dlocator_callback_host.cpp78 case RECEIVE_LOCATION_STATUS_EVENT: { in OnRemoteRequest()
/base/location/services/location_locator/locator/source/
Dreport_manager.cpp142 case ILocatorCallback::RECEIVE_LOCATION_STATUS_EVENT: { in ReportRemoteCallback()
Dlocator_ability.cpp893 …ortManager_->ReportRemoteCallback(callback, ILocatorCallback::RECEIVE_LOCATION_STATUS_EVENT, resul… in ReportLocationStatus()
/base/location/test/location_locator/source/
Dreport_manager_test.cpp84 ReportRemoteCallback(locatorCallback, ILocatorCallback::RECEIVE_LOCATION_STATUS_EVENT, 1));