Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_proxy.cpp455 SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::ENABLE_ABILITY), data, reply); in EnableAbilityV9()
507 return SendMsgWithDataReplyV9(msgId, data, reply); in SendMsgWithReplyV9()
589SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::REG_NMEA_CALLBACK_V9), data, reply); in RegisterNmeaMessageCallbackV9()
628 SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::START_LOCATING), data, reply); in StartLocatingV9()
678SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::GET_FROM_COORDINATE), data, reply); in GetAddressByCoordinateV9()
720SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::IS_PRIVACY_COMFIRMED), data, reply); in IsLocationPrivacyConfirmedV9()
764SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::REG_CACHED_CALLBACK), data, reply); in RegisterCachedLocationCallbackV9()
812 SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::SEND_COMMAND), data, reply); in SendCommandV9()
825SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::ENABLE_LOCATION_MOCK), data, reply); in EnableLocationMockV9()
858SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::SET_MOCKED_LOCATIONS), data, reply); in SetMockedLocationsV9()
[all …]
/ohos5.0/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_sdk.cpp184 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 Dgeofence_sdk.h42 LocationErrCode SendMsgWithDataReplyV9(const int msgId, MessageParcel& data, MessageParcel& reply);
H A Dlocator_proxy.h115 …LocationErrCode SendMsgWithDataReplyV9(const int msgId, MessageParcel& data, MessageParcel& reply);