Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1704 public static final int WATCHDOG_ALIVE = 290459441; field in VehiclePropertyIds
2131 case WATCHDOG_ALIVE: in toString()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp622 if (mNotSupportedVhalProperties.count(VehicleProperty::WATCHDOG_ALIVE) > 0) { in reportWatchdogAliveToVhal()
628 .prop = static_cast<int32_t>(VehicleProperty::WATCHDOG_ALIVE), in reportWatchdogAliveToVhal()
723 std::vector<VehicleProperty> propIds = {VehicleProperty::WATCHDOG_ALIVE, in queryVhalPropertiesLocked()