Home
last modified time | relevance | path

Searched refs:dataToStub (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp582 MessageParcel dataToStub; in RegisterGnssStatusCallback() local
596 MessageParcel dataToStub; in UnregisterGnssStatusCallback() local
610 MessageParcel dataToStub; in RegisterNmeaMessageCallback() local
624 MessageParcel dataToStub; in UnregisterNmeaMessageCallback() local
638 MessageParcel dataToStub; in RegisterCachedLocationCallback() local
654 MessageParcel dataToStub; in UnregisterCachedLocationCallback() local
667 MessageParcel dataToStub; in GetCachedGnssLocationsSize() local
684 MessageParcel dataToStub; in FlushCachedGnssLocations() local
696 MessageParcel dataToStub; in SendCommand() local
710 MessageParcel dataToStub; in AddFence() local
[all …]
H A Dgnss_ability_proxy.cpp312 MessageParcel dataToStub; in AddGnssGeofence() local
315 if (!dataToStub.WriteInterfaceToken(GetDescriptor())) { in AddGnssGeofence()
322 request->Marshalling(dataToStub); in AddGnssGeofence()
329 … static_cast<uint32_t>(GnssInterfaceCode::ADD_GNSS_GEOFENCE), dataToStub, replyToStub, option); in AddGnssGeofence()
336 MessageParcel dataToStub; in RemoveGnssGeofence() local
339 if (!dataToStub.WriteInterfaceToken(GetDescriptor())) { in RemoveGnssGeofence()
342 dataToStub.WriteInt32(request->GetFenceId()); in RemoveGnssGeofence()
343 dataToStub.WriteString(""); in RemoveGnssGeofence()
453 MessageParcel dataToStub; in SendNetworkLocation() local
456 if (!dataToStub.WriteInterfaceToken(GetDescriptor())) { in SendNetworkLocation()
[all …]