Searched refs:devices_active_ (Results 1 – 2 of 2) sorted by relevance
77 : delegate_(delegate), devices_active_(0) { in PrivetNotificationsListener()150 devices_active_++; in OnPrivetInfoDone()151 delegate_->PrivetNotify(devices_active_ > 1, true); in OnPrivetInfoDone()178 devices_active_ = 0; in DeviceCacheFlushed()183 devices_active_--; in NotifyDeviceRemoved()184 if (devices_active_ == 0) { in NotifyDeviceRemoved()187 delegate_->PrivetNotify(devices_active_ > 1, false); in NotifyDeviceRemoved()
88 int devices_active_; variable