Lines Matching defs:error
47 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::GET_SWITCH_STATE), reply); in GetSwitchState() local
65 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::ENABLE_ABILITY), data, rep… in EnableAbility() local
77 int error; in SendMsgWithDataReply() local
131 int error = in RegisterSwitchCallback() local
138 int error = in UnregisterSwitchCallback() local
145 int error = in RegisterGnssStatusCallback() local
152 int error = in UnregisterGnssStatusCallback() local
159 …int error = SendRegisterMsgToRemote(static_cast<int>(LocatorInterfaceCode::REG_NMEA_CALLBACK), cal… in RegisterNmeaMessageCallback() local
165 …int error = SendRegisterMsgToRemote(static_cast<int>(LocatorInterfaceCode::UNREG_NMEA_CALLBACK), c… in UnregisterNmeaMessageCallback() local
185 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::START_LOCATING), data, rep… in StartLocating() local
196 int error = in StopLocating() local
204 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::GET_CACHE_LOCATION), reply); in GetCacheLocation() local
232 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::IS_PRIVACY_COMFIRMED), dat… in IsLocationPrivacyConfirmed() local
253 int error = reply.ReadInt32(); in SetLocationPrivacyConfirmStatus() local
274 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::REG_CACHED_CALLBACK), data… in RegisterCachedLocationCallback() local
281 … int error = SendRegisterMsgToRemote(static_cast<int>(LocatorInterfaceCode::UNREG_CACHED_CALLBACK), in UnregisterCachedLocationCallback() local
291 …int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::GET_CACHED_LOCATION_SIZE), rep… in GetCachedGnssLocationsSize() local
304 …int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::FLUSH_CACHED_LOCATIONS), reply… in FlushCachedGnssLocations() local
321 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::SEND_COMMAND), data, reply… in SendCommand() local
337 … int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::ADD_FENCE), data, reply); in AddFence() local
353 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::REMOVE_FENCE), data, reply… in RemoveFence() local
364 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::ENABLE_LOCATION_MOCK), dat… in EnableLocationMock() local
380 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::DISABLE_LOCATION_MOCK), da… in DisableLocationMock() local
403 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::SET_MOCKED_LOCATIONS), dat… in SetMockedLocations() local
416 …int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::ENABLE_REVERSE_GEOCODE_MOCK), … in EnableReverseGeocodingMock() local
428 …int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::DISABLE_REVERSE_GEOCODE_MOCK),… in DisableReverseGeocodingMock() local
448 int error = in SetReverseGeocodingMockInfo() local
470 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::PROXY_UID_FOR_FREEZE), dat… in ProxyUidForFreeze() local
482 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::RESET_ALL_PROXY), reply); in ResetAllProxy() local
534 int error = remote->SendRequest(msgId, data, reply, option); in SendMsgWithDataReplyV9() local
578 int error = remote->SendRequest(msgId, data, reply, option); in SendRegisterMsgToRemoteV9() local