Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
DVtsHalAutomotiveVehicleV2_0TargetTest.cpp94 void invokeGet(int32_t property, int32_t areaId) { in invokeGet() function in VehicleHalHidlTest
99 invokeGet(requestedValue); in invokeGet()
102 void invokeGet(const VehiclePropValue& requestedPropValue) { in invokeGet() function in VehicleHalHidlTest
172 invokeGet((int)VehicleProperty::PERF_VEHICLE_SPEED, 0); in TEST_P()
180 invokeGet(kInvalidProp, 0); in TEST_P()
205 invokeGet(cfg.prop, 0); in TEST_P()
212 invokeGet(cfg.prop, 0); in TEST_P()
223 invokeGet(static_cast<int>(VehicleProperty::PERF_VEHICLE_SPEED), 0); in TEST_P()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp157 void invokeGet(int32_t property, int32_t areaId) { in invokeGet() function in android::hardware::automotive::vehicle::V2_0::__anon2922a9af0111::VehicleHalManagerTest
162 invokeGet(requestedValue); in invokeGet()
165 void invokeGet(const VehiclePropValue& requestedPropValue) { in invokeGet() function in android::hardware::automotive::vehicle::V2_0::__anon2922a9af0111::VehicleHalManagerTest
325 invokeGet(kCustomComplexProperty, 0); in TEST_F()
356 invokeGet(toInt(VehicleProperty::INFO_MAKE), 0); in TEST_F()
365 invokeGet(toInt(VehicleProperty::HVAC_SEAT_TEMPERATURE), 0); in TEST_F()
369 invokeGet(toInt(VehicleProperty::MIRROR_Z_MOVE), 0); in TEST_F()
377 invokeGet(toInt(VehicleProperty::INFO_FUEL_CAPACITY), 0); in TEST_F()
396 invokeGet(PROP, 0); in TEST_F()
424 invokeGet(PROP, AREA1); in TEST_F()
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp241 invokeGet(kCustomComplexProperty, 0); in invokeSetAndGetValues()
242 invokeGet(toInt(kVehicleProp[vehicleProp2]), 0); in invokeSetAndGetValues()
243 invokeGet(toInt(kVehicleProp[vehicleProp1]), 0); in invokeSetAndGetValues()
253 invokeGet(toInt(kVehicleProp[vehicleProp2]), 0); in invokeSetAndGetValues()
349 void VehicleHalManagerFuzzer::invokeGet(int32_t property, int32_t areaId) { in invokeGet() function in android::hardware::automotive::vehicle::V2_0::fuzzer::VehicleHalManagerFuzzer
DVehicleManager_fuzzer.h119 void invokeGet(int32_t property, int32_t areaId);