Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
Di_locator.h35 GET_FROM_LOCATION_NAME = 13, enumerator
/base/location/frameworks/native/source/
Dlocator_proxy.cpp228 return SendMsgWithDataReply(GET_FROM_LOCATION_NAME, data, reply); in GetAddressByLocationName()
761 LocationErrCode errorCode = SendMsgWithDataReplyV9(GET_FROM_LOCATION_NAME, data, reply); in GetAddressByLocationNameV9()
/base/location/services/location_locator/locator/source/
Dlocator_skeleton.cpp43 locatorHandleMap_[GET_FROM_LOCATION_NAME] = &LocatorAbilityStub::PreGetAddressByLocationName; in InitLocatorHandleMap()
Dlocator_ability.cpp917 SendGeoRequest(GET_FROM_LOCATION_NAME, dataParcel, reply); in GetAddressByLocationName()