Home
last modified time | relevance | path

Searched refs:kVehicleProperties (Results 1 – 6 of 6) 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.cpp104 for (size_t i = 0; i < arraysize(kVehicleProperties); i++) { in EmulatedVehicleHal()
105 mPropStore->registerProperty(kVehicleProperties[i].config); in EmulatedVehicleHal()
290 for (auto& it : kVehicleProperties) { in onCreate()
418 for (auto&& it = std::begin(kVehicleProperties); it != std::end(kVehicleProperties); ++it) { in initStaticConfig()
DDefaultConfig.h195 const ConfigDeclaration kVehicleProperties[]{
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
DProtoMessageConverter_test.cpp89 for (auto& property : impl::kVehicleProperties) { in TEST()