Home
last modified time | relevance | path

Searched refs:mValueStreamingConnections (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.cpp212 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()
DGRPCVehicleProxyServer.h124 std::vector<std::shared_ptr<ConnectionDescriptor>> mValueStreamingConnections; variable