Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
DVtsHalAutomotiveVehicleV2_0TargetTest.cpp129 hidl_vec<VehiclePropConfig> propConfigs; in TEST_P() local
130 mVehicle->getAllPropConfigs([&isCalled, &propConfigs](const hidl_vec<VehiclePropConfig>& cfgs) { in TEST_P()
131 propConfigs = cfgs; in TEST_P()
135 ASSERT_GE(propConfigs.size(), 4); in TEST_P()
187 hidl_vec<VehiclePropConfig> propConfigs; in TEST_P() local
200 [&propConfigs](const hidl_vec<VehiclePropConfig>& cfgs) { propConfigs = cfgs; }); in TEST_P()
201 for (const VehiclePropConfig& cfg : propConfigs) { in TEST_P()
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal26 getAllPropConfigs() generates (vec<VehiclePropConfig> propConfigs);
36 generates (StatusCode status, vec<VehiclePropConfig> propConfigs);
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp238 [&called] (const hidl_vec<VehiclePropConfig>& propConfigs) { in TEST_F() argument
239 ASSERT_EQ(arraysize(kVehicleProperties), propConfigs.size()); in TEST_F()
241 for (size_t i = 0; i < propConfigs.size(); i++) { in TEST_F()
243 toString(propConfigs[i])); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp185 []([[maybe_unused]] const hidl_vec<VehiclePropConfig>& propConfigs) {}); in invokePropConfigs() argument