Home
last modified time | relevance | path

Searched refs:SendMsgWithDataReply (Results 1 – 5 of 5) sorted by relevance

/base/location/services/location_locator/locator/source/
Dgeo_convert_proxy.cpp40 error = SendMsgWithDataReply(GET_FROM_COORDINATE, data, reply); in GetAddressByCoordinate()
54 error = SendMsgWithDataReply(GET_FROM_LOCATION_NAME_BY_BOUNDARY, data, reply); in GetAddressByLocationName()
69 error = SendMsgWithDataReply(msgId, data, reply); in SendSimpleMsg()
73 int GeoConvertProxy::SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& repl… in SendMsgWithDataReply() function in OHOS::Location::GeoConvertProxy
123 SendMsgWithDataReply(SET_REVERSE_GEOCODE_MOCKINFO, data, reply); in SetReverseGeocodingMockInfo()
/base/location/frameworks/native/source/
Dlocator_proxy.cpp65 int error = SendMsgWithDataReply(ENABLE_ABILITY, data, reply); in EnableAbility()
75 int LocatorProxy::SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply) in SendMsgWithDataReply() function in OHOS::Location::LocatorProxy
98 return SendMsgWithDataReply(msgId, data, reply); in SendMsgWithReply()
193 int error = SendMsgWithDataReply(START_LOCATING, data, reply); in StartLocating()
223 return SendMsgWithDataReply(GET_FROM_COORDINATE, data, reply); in GetAddressByCoordinate()
228 return SendMsgWithDataReply(GET_FROM_LOCATION_NAME, data, reply); in GetAddressByLocationName()
239 int error = SendMsgWithDataReply(IS_PRIVACY_COMFIRMED, data, reply); in IsLocationPrivacyConfirmed()
259 SendMsgWithDataReply(SET_PRIVACY_COMFIRM_STATUS, data, reply); in SetLocationPrivacyConfirmStatus()
281 int error = SendMsgWithDataReply(REG_CACHED_CALLBACK, data, reply); in RegisterCachedLocationCallback()
326 int error = SendMsgWithDataReply(SEND_COMMAND, data, reply); in SendCommand()
[all …]
/base/location/services/location_locator/locator/include/
Dgeo_convert_proxy.h41 int SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply);
/base/location/test/fuzztest/locator/geoconvertproxy_fuzzer/
Dgeoconvertproxy_fuzzer.cpp47 geoConvertProxy->SendMsgWithDataReply(data[index++], request, reply); in GeoConvertProxyFuzzerTest()
/base/location/interfaces/inner_api/include/
Dlocator_proxy.h77 int SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply);