Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp1883 for (auto& powerPropId : helper.getHvacPowerDependentProps()) { in TEST_F() local
1884 auto powerPropConfig = std::move(getVehiclePropConfig(powerPropId)); in TEST_F()
1893 .prop = powerPropId, in TEST_F()
1930 for (auto& powerPropId : helper.getHvacPowerDependentProps()) { in TEST_F() local
1931 auto powerPropConfig = std::move(getVehiclePropConfig(powerPropId)); in TEST_F()
1936 auto propType = getPropType(powerPropId); in TEST_F()
1940 auto val = VehiclePropValue{.prop = powerPropId, .areaId = powerDependentAreaId}; in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp968 for (auto& powerPropId : hvacPowerDependentProps) { in sendHvacPropertiesCurrentValues() local
969 auto powerPropResults = mServerSidePropStore->readValuesForProperty(powerPropId); in sendHvacPropertiesCurrentValues()
971 ALOGW("failed to get power prop 0x%x, error: %s", powerPropId, in sendHvacPropertiesCurrentValues()