Searched refs:SendMsgWithDataReply (Results 1 – 5 of 5) sorted by relevance
/base/location/services/location_locator/locator/source/ |
D | geo_convert_proxy.cpp | 40 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/ |
D | locator_proxy.cpp | 65 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/ |
D | geo_convert_proxy.h | 41 int SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply);
|
/base/location/test/fuzztest/locator/geoconvertproxy_fuzzer/ |
D | geoconvertproxy_fuzzer.cpp | 47 geoConvertProxy->SendMsgWithDataReply(data[index++], request, reply); in GeoConvertProxyFuzzerTest()
|
/base/location/interfaces/inner_api/include/ |
D | locator_proxy.h | 77 int SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply);
|