Home
last modified time | relevance | path

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

/packages/services/Car/cpp/telemetry/cartelemetryd/src/
DTelemetryServer.cpp74 std::vector<int32_t> TelemetryServer::findCarDataIdsIntersection(const std::vector<int32_t>& ids) { in findCarDataIdsIntersection() function in android::automotive::telemetry::TelemetryServer
103 tc.callback->onChange(findCarDataIdsIntersection(tc.config.carDataIds)); in addCarDataIds()
134 tc.callback->onChange(findCarDataIdsIntersection(tc.config.carDataIds)); in removeCarDataIds()
180 std::vector<int32_t> interestedIds = findCarDataIdsIntersection(config.carDataIds); in addCallback()
DTelemetryServer.h176 std::vector<int32_t> findCarDataIdsIntersection(const std::vector<int32_t>& ids);