Searched refs:remoteVolumeShaperStatus (Results 1 – 2 of 2) sorted by relevance
173 int32_t remoteVolumeShaperStatus; in applyVolumeShaper() local175 ?: reply.readInt32(&remoteVolumeShaperStatus); in applyVolumeShaper()177 return VolumeShaper::Status(status ?: remoteVolumeShaperStatus); in applyVolumeShaper()
507 int32_t remoteVolumeShaperStatus; in applyVolumeShaper() local510 status = reply.readInt32(&remoteVolumeShaperStatus); in applyVolumeShaper()515 return VolumeShaper::Status(remoteVolumeShaperStatus); in applyVolumeShaper()