Searched refs:mValueStreamingConnections (Results 1 – 1 of 1) sorted by relevance
122 std::list<ConnectionDescriptor> mValueStreamingConnections; member in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleServerImpl180 return mValueStreamingConnections.size(); in NumOfActivePropertyValueStream()192 for (auto& connection : mValueStreamingConnections) { in onPropertyValueFromCar()210 for (auto itr = mValueStreamingConnections.begin(); itr != mValueStreamingConnections.end();) { in onPropertyValueFromCar()212 itr = mValueStreamingConnections.erase(itr); in onPropertyValueFromCar()288 auto& conn = mValueStreamingConnections.emplace_back(std::move(callBack)); in StartPropertyValuesStream()