Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
H A 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()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleHalManager_test.cpp157 void invokeGet(int32_t property, int32_t areaId) { in invokeGet() function in android::hardware::automotive::vehicle::V2_0::__anon5c9ccc1b0110::VehicleHalManagerTest
162 invokeGet(requestedValue); in invokeGet()
165 void invokeGet(const VehiclePropValue& requestedPropValue) { in invokeGet() function in android::hardware::automotive::vehicle::V2_0::__anon5c9ccc1b0110::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()
396 invokeGet(PROP, 0); in TEST_F()
424 invokeGet(PROP, AREA1); in TEST_F()
430 invokeGet(PROP, AREA2); in TEST_F()
[all …]
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
H A 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
H A DVehicleManager_fuzzer.h119 void invokeGet(int32_t property, int32_t areaId);
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DEvsStateControl.cpp244 if (invokeGet(&mGearValue) != StatusCode::OK) { in selectStateForCurrentConditions()
248 if ((mTurnSignalValue.prop == 0) || (invokeGet(&mTurnSignalValue) != StatusCode::OK)) { in selectStateForCurrentConditions()
288 StatusCode EvsStateControl::invokeGet(VehiclePropValue *pRequestedPropValue) { in invokeGet() function in EvsStateControl
H A DEvsStateControl.h88 StatusCode invokeGet(VehiclePropValue *pRequestedPropValue);