Searched refs:VHAL_HEARTBEAT (Results 1 – 12 of 12) sorted by relevance
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogProcessService.cpp | 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() 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/ |
D | HalPropertyDebugUtilsUnitTest.java | 171 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/ |
D | FakeVehicleStubUnitTest.java | 230 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/ |
D | WatchdogProcessServiceTest.cpp | 185 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/ |
D | VehiclePropertyIdsTest.java | 310 propsToString.put(VehiclePropertyIds.VHAL_HEARTBEAT, "VHAL_HEARTBEAT"); in testToString()
|
/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStub.java | 76 VehicleProperty.VHAL_HEARTBEAT,
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 5397 public static final int VHAL_HEARTBEAT = 290459443; field in VehiclePropertyIds
|
/packages/services/Car/tests/carservice_unit_test/res/raw/ |
D | car_hidden_apis_release_33.2.txt | 106 android.car VehiclePropertyIds int VHAL_HEARTBEAT
|
D | car_hidden_apis_release_33.1.txt | 106 android.car VehiclePropertyIds int VHAL_HEARTBEAT
|
D | car_hidden_apis.txt | 120 android.car VehiclePropertyIds int VHAL_HEARTBEAT
|
D | car_hidden_apis_release_33.3.txt | 115 android.car VehiclePropertyIds int VHAL_HEARTBEAT
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2646 field TIRAMISU_0 @hiddenOnly int VHAL_HEARTBEAT = 290459443;
|