Searched refs:mValueStreamingConnections (Results 1 – 2 of 2) sorted by relevance
212 mValueStreamingConnections.push_back(conn); in StartPropertyValuesStream()229 for (auto& connection : mValueStreamingConnections) { in OnVehiclePropChange()242 mValueStreamingConnections.erase( in OnVehiclePropChange()243 std::remove_if(mValueStreamingConnections.begin(), mValueStreamingConnections.end(), in OnVehiclePropChange()247 mValueStreamingConnections.end()); in OnVehiclePropChange()266 for (auto& conn : mValueStreamingConnections) { in Shutdown()
124 std::vector<std::shared_ptr<ConnectionDescriptor>> mValueStreamingConnections; variable