Searched refs:pnpDeviceList_ (Results 1 – 2 of 2) sorted by relevance
1115 std::vector<std::pair<DeviceType, bool>> pnpDeviceList_; variable
3842 pnpDeviceList_.push_back({devType, isConnected}); in OnPnpDeviceStatusUpdated()3858 pnpDeviceList_.push_back({devType, isConnected}); in OnPnpDeviceStatusUpdated()4744 for (auto it = pnpDeviceList_.begin(); it != pnpDeviceList_.end(); ++it) { in OnServiceConnected()