Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h43 virtual std::vector<VehiclePropConfig> listProperties() = 0;
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.cpp80 std::vector<VehiclePropConfig> configs = mHal->listProperties(); in doGetConfig()
99 std::vector<VehiclePropConfig> configs = mHal->listProperties(); in doGetConfigAll()
DEmulatedVehicleHal.h55 std::vector<VehiclePropConfig> listProperties() override;
DEmulatedVehicleHal.cpp329 std::vector<VehiclePropConfig> EmulatedVehicleHal::listProperties() { in listProperties() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.h43 std::vector<VehiclePropConfig> listProperties() override { return mConfigs; } in listProperties() function
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp62 std::vector<VehiclePropConfig> listProperties() override { in listProperties() function in android::hardware::automotive::vehicle::V2_0::__anon2922a9af0111::MockedVehicleHal