Searched refs:mNotSupportedVhalProperties (Results 1 – 2 of 2) sorted by relevance
327 if (mNotSupportedVhalProperties.count(VehicleProperty::VHAL_HEARTBEAT) == 0 && in registerCarWatchdogService()470 if (mNotSupportedVhalProperties.count(VehicleProperty::VHAL_HEARTBEAT) == 0) { in setEnabled()530 mNotSupportedVhalProperties.count(VehicleProperty::VHAL_HEARTBEAT) == 0) { in onDump()735 if (mNotSupportedVhalProperties.count(VehicleProperty::VHAL_HEARTBEAT) == 0) { in terminate()997 if (mNotSupportedVhalProperties.count(VehicleProperty::WATCHDOG_ALIVE) > 0) { in reportWatchdogAliveToVhal()1021 if (mNotSupportedVhalProperties.count(VehicleProperty::WATCHDOG_TERMINATED_PROCESS) > 0) { in reportTerminatedProcessToVhal()1060 if (mNotSupportedVhalProperties.count(static_cast<VehicleProperty>(propId)) > 0) { in updateVhal()1127 mNotSupportedVhalProperties = std::move(notSupportedProperties); in queryVhalProperties()1135 if (mNotSupportedVhalProperties.count(VehicleProperty::VHAL_HEARTBEAT) > 0) { in subscribeToVhalHeartBeat()
312 mNotSupportedVhalProperties; variable