Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp622 if (mNotSupportedVhalProperties.count(VehicleProperty::WATCHDOG_ALIVE) > 0) { in reportWatchdogAliveToVhal()
645 if (mNotSupportedVhalProperties.count(VehicleProperty::WATCHDOG_TERMINATED_PROCESS) > 0) { in reportTerminatedProcessToVhal()
683 if (mNotSupportedVhalProperties.count(static_cast<VehicleProperty>(value.prop)) > 0) { in updateVhal()
722 mNotSupportedVhalProperties.clear(); in queryVhalPropertiesLocked()
728 mNotSupportedVhalProperties.insert(propId); in queryVhalPropertiesLocked()
745 if (mNotSupportedVhalProperties.count(VehicleProperty::VHAL_HEARTBEAT) > 0) { in subscribeToVhalHeartBeatLocked()
DWatchdogProcessService.h244 mNotSupportedVhalProperties; variable