Home
last modified time | relevance | path

Searched refs:kVehicleProperties (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehiclePropConfigIndex_test.cpp34 configs.assign(std::begin(kVehicleProperties), in SetUp()
35 std::end(kVehicleProperties)); in SetUp()
DVehicleHalManager_test.cpp45 mConfigs.assign(std::begin(kVehicleProperties), in MockedVehicleHal()
46 std::end(kVehicleProperties)); in MockedVehicleHal()
215 ASSERT_EQ(toString(kVehicleProperties[1]), toString(c[0])); in TEST_F()
227 ASSERT_EQ(arraysize(kVehicleProperties), propConfigs.size()); in TEST_F()
230 ASSERT_EQ(toString(kVehicleProperties[i]), in TEST_F()
DVehicleHalTestUtils.h35 const VehiclePropConfig kVehicleProperties[] = { variable
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp99 for (size_t i = 0; i < arraysize(kVehicleProperties); i++) { in EmulatedVehicleHal()
100 mPropStore->registerProperty(kVehicleProperties[i].config); in EmulatedVehicleHal()
246 for (auto& it : kVehicleProperties) { in onCreate()
491 for (auto&& it = std::begin(kVehicleProperties); it != std::end(kVehicleProperties); ++it) { in initStaticConfig()
DDefaultConfig.h164 const ConfigDeclaration kVehicleProperties[]{