Home
last modified time | relevance | path

Searched refs:RECEIVE_INFO_EVENT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Di_locating_required_data_callback.h27 RECEIVE_INFO_EVENT = 1, enumerator
/ohos5.0/base/location/services/location_locator/callback/source/
H A Dlocating_required_data_callback_proxy.cpp40 int error = Remote()->SendRequest(RECEIVE_INFO_EVENT, dataParcel, reply, option); in OnLocatingDataChange()
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocating_required_data_callback_napi.cpp65 case RECEIVE_INFO_EVENT: { in OnRemoteRequest()