Home
last modified time | relevance | path

Searched refs:RECEIVE_CACHED_LOCATIONS_EVENT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Di_cached_locations_callback.h28 RECEIVE_CACHED_LOCATIONS_EVENT = 1, enumerator
/ohos5.0/base/location/services/location_locator/callback/source/
H A Dcached_locations_callback_proxy.cpp40 int error = Remote()->SendRequest(RECEIVE_CACHED_LOCATIONS_EVENT, data, reply, option); in OnCacheLocationsReport()
/ohos5.0/base/location/test/fuzztest/locator/cachedlocationcallbackhost_fuzzer/
H A Dcachedlocationcallbackhost_fuzzer.cpp80 callback->OnRemoteRequest(CachedLocationsCallbackNapi::RECEIVE_CACHED_LOCATIONS_EVENT, in CachedLocationsCallbackHostFuzzTest()
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dcached_locations_callback_napi.cpp53 case RECEIVE_CACHED_LOCATIONS_EVENT: { in OnRemoteRequest()