Searched refs:SendMsgWithDataReply (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | geo_convert_proxy.cpp | 42 …error = SendMsgWithDataReply(static_cast<int>(GeoConvertInterfaceCode::GET_FROM_COORDINATE), data,… in GetAddressByCoordinate() 56 …error = SendMsgWithDataReply(static_cast<int>(GeoConvertInterfaceCode::GET_FROM_LOCATION_NAME_BY_B… in GetAddressByLocationName() 73 error = SendMsgWithDataReply(msgId, data, reply); in SendSimpleMsg() 77 int GeoConvertProxy::SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& repl… in SendMsgWithDataReply() function in OHOS::Location::GeoConvertProxy 127 …SendMsgWithDataReply(static_cast<int>(GeoConvertInterfaceCode::SET_REVERSE_GEOCODE_MOCKINFO), data… in SetReverseGeocodingMockInfo()
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_proxy.cpp | 68 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::ENABLE_ABILITY), data, rep… in EnableAbility() 78 int LocatorProxy::SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply) in SendMsgWithDataReply() function in OHOS::Location::LocatorProxy 101 return SendMsgWithDataReply(msgId, data, reply); in SendMsgWithReply() 188 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::START_LOCATING), data, rep… in StartLocating() 219 …return SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::GET_FROM_COORDINATE), data, rep… in GetAddressByCoordinate() 224 …return SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::GET_FROM_LOCATION_NAME), data, … in GetAddressByLocationName() 235 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::IS_PRIVACY_COMFIRMED), dat… in IsLocationPrivacyConfirmed() 280 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::REG_CACHED_CALLBACK), data… in RegisterCachedLocationCallback() 327 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::SEND_COMMAND), data, reply… in SendCommand() 338 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::ENABLE_LOCATION_MOCK), dat… in EnableLocationMock() [all …]
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | geo_convert_proxy.h | 42 int SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply);
|
/ohos5.0/base/location/test/fuzztest/locator/geoconvertproxy_fuzzer/ |
H A D | geoconvertproxy_fuzzer.cpp | 48 geoConvertProxy->SendMsgWithDataReply(data[index++], request, reply); in GeoConvertProxyFuzzerTest()
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | locator_proxy.h | 76 int SendMsgWithDataReply(const int msgId, MessageParcel& data, MessageParcel& reply);
|