Home
last modified time | relevance | path

Searched refs:VHAL_HEARTBEAT (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp327 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()
743 std::vector<int32_t> propIds = {static_cast<int32_t>(VehicleProperty::VHAL_HEARTBEAT)}; in terminate()
1118 VehicleProperty::VHAL_HEARTBEAT}; in queryVhalProperties()
1135 if (mNotSupportedVhalProperties.count(VehicleProperty::VHAL_HEARTBEAT) > 0) { in subscribeToVhalHeartBeat()
1147 {.propId = static_cast<int32_t>(VehicleProperty::VHAL_HEARTBEAT), .areaIds = {}}, in subscribeToVhalHeartBeat()
1407 if (value->getPropId() == static_cast<int32_t>(VehicleProperty::VHAL_HEARTBEAT)) { in onPropertyEvent()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DHalPropertyDebugUtilsUnitTest.java171 new HalPropValueBuilder(true).build(VehicleProperty.VHAL_HEARTBEAT, 0, in testToValueString()
219 new HalPropValueBuilder(true).build(VehicleProperty.VHAL_HEARTBEAT, 0))).isEqualTo( in testToValueString_handlesNoValuesSet()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java230 new AidlHalPropConfig(createConfig(VehicleProperty.VHAL_HEARTBEAT, in testGetAllPropConfigsWithSpecialProp()
236 VehicleProperty.VHAL_HEARTBEAT); in testGetAllPropConfigsWithSpecialProp()
702 .build(VehicleProperty.VHAL_HEARTBEAT, 0); in testGetAsyncForSpecialPropInternalError()
1605 .build(VehicleProperty.VHAL_HEARTBEAT, 0); in testGetValueForSpecialProp()
1634 option.propId = VehicleProperty.VHAL_HEARTBEAT; in testSubscribeSpecialProp()
1654 option.propId = VehicleProperty.VHAL_HEARTBEAT; in testUnsubscribeSpecialProp()
1669 doNothing().when(realClient).unsubscribe(VehicleProperty.VHAL_HEARTBEAT); in testUnsubscribeSpecialProp()
1670 client.unsubscribe(VehicleProperty.VHAL_HEARTBEAT); in testUnsubscribeSpecialProp()
1672 verify(realClient).unsubscribe(VehicleProperty.VHAL_HEARTBEAT); in testUnsubscribeSpecialProp()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogProcessServiceTest.cpp185 mSupportedVehicleProperties = {VehicleProperty::VHAL_HEARTBEAT}; in SetUp()
394 std::vector<int32_t> propIds = {static_cast<int32_t>(VehicleProperty::VHAL_HEARTBEAT)}; in TEST_F()
661 mNotSupportedVehicleProperties.push_back(VehicleProperty::VHAL_HEARTBEAT); in TEST_F()
749 mNotSupportedVehicleProperties.push_back(VehicleProperty::VHAL_HEARTBEAT); in TEST_F()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java310 propsToString.put(VehiclePropertyIds.VHAL_HEARTBEAT, "VHAL_HEARTBEAT"); in testToString()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java76 VehicleProperty.VHAL_HEARTBEAT,
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java5397 public static final int VHAL_HEARTBEAT = 290459443; field in VehiclePropertyIds
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt106 android.car VehiclePropertyIds int VHAL_HEARTBEAT
Dcar_hidden_apis_release_33.1.txt106 android.car VehiclePropertyIds int VHAL_HEARTBEAT
Dcar_hidden_apis.txt120 android.car VehiclePropertyIds int VHAL_HEARTBEAT
Dcar_hidden_apis_release_33.3.txt115 android.car VehiclePropertyIds int VHAL_HEARTBEAT
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2646 field TIRAMISU_0 @hiddenOnly int VHAL_HEARTBEAT = 290459443;