Searched refs:remoteVolumeShaperStatus (Results 1 – 2 of 2) sorted by relevance
171 int32_t remoteVolumeShaperStatus; in applyVolumeShaper() local173 ?: reply.readInt32(&remoteVolumeShaperStatus); in applyVolumeShaper()175 return VolumeShaper::Status(status ?: remoteVolumeShaperStatus); in applyVolumeShaper()
491 int32_t remoteVolumeShaperStatus; in applyVolumeShaper() local494 status = reply.readInt32(&remoteVolumeShaperStatus); in applyVolumeShaper()499 return VolumeShaper::Status(remoteVolumeShaperStatus); in applyVolumeShaper()