Searched refs:SendMsgWithDataReplyV9 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_proxy.cpp | 455 SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::ENABLE_ABILITY), data, reply); in EnableAbilityV9() 507 return SendMsgWithDataReplyV9(msgId, data, reply); in SendMsgWithReplyV9() 589 … SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::REG_NMEA_CALLBACK_V9), data, reply); in RegisterNmeaMessageCallbackV9() 628 SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::START_LOCATING), data, reply); in StartLocatingV9() 678 … SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::GET_FROM_COORDINATE), data, reply); in GetAddressByCoordinateV9() 720 … SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::IS_PRIVACY_COMFIRMED), data, reply); in IsLocationPrivacyConfirmedV9() 764 … SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::REG_CACHED_CALLBACK), data, reply); in RegisterCachedLocationCallbackV9() 812 SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::SEND_COMMAND), data, reply); in SendCommandV9() 825 … SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::ENABLE_LOCATION_MOCK), data, reply); in EnableLocationMockV9() 858 … SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::SET_MOCKED_LOCATIONS), data, reply); in SetMockedLocationsV9() [all …]
|
/ohos5.0/base/location/frameworks/native/geofence_sdk/source/ |
H A D | geofence_sdk.cpp | 184 LocationErrCode errorCode = SendMsgWithDataReplyV9(static_cast<int>(code), data, reply); in HandleGnssfenceRequest() 205 LocationErrCode errorCode = SendMsgWithDataReplyV9( in RemoveGnssGeofence() 219 LocationErrCode errorCode = SendMsgWithDataReplyV9( in GetGeofenceSupportedCoordTypes() 231 LocationErrCode GeofenceSdk::SendMsgWithDataReplyV9(const int msgId, MessageParcel& data, MessagePa… in SendMsgWithDataReplyV9() function in OHOS::Location::GeofenceSdk
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | geofence_sdk.h | 42 LocationErrCode SendMsgWithDataReplyV9(const int msgId, MessageParcel& data, MessageParcel& reply);
|
H A D | locator_proxy.h | 115 …LocationErrCode SendMsgWithDataReplyV9(const int msgId, MessageParcel& data, MessageParcel& reply);
|