Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp1115 std::unordered_set<VehicleProperty> notSupportedProperties; in queryVhalProperties() local
1122 notSupportedProperties.insert(propId); in queryVhalProperties()
1127 mNotSupportedVhalProperties = std::move(notSupportedProperties); in queryVhalProperties()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogProcessServiceTest.cpp249 const std::vector<VehicleProperty>& notSupportedProperties) { in expectGetPropConfigs() argument
255 for (const auto& propId : notSupportedProperties) { in expectGetPropConfigs()