Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehicleUtilsTest.cpp535 VehicleAreaConfig leftConfig{.areaId = WHEEL_FRONT_LEFT, .minInt32Value = 1}; in TEST() local
537 VehiclePropConfig testConfig{.areaConfigs = {leftConfig, rightConfig}}; in TEST()
542 ASSERT_EQ(*gotConfig, leftConfig); in TEST()
549 VehicleAreaConfig leftConfig{.areaId = WHEEL_FRONT_LEFT, .minInt32Value = 1}; in TEST() local
551 VehiclePropConfig testConfig{.areaConfigs = {leftConfig, rightConfig}}; in TEST()