Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp977 auto powerPropValue = std::move(powerPropValues[j]); in sendHvacPropertiesCurrentValues() local
978 if ((powerPropValue->areaId & areaId) == powerPropValue->areaId) { in sendHvacPropertiesCurrentValues()
979 powerPropValue->status = hvacPowerOnVal ? VehiclePropertyStatus::AVAILABLE in sendHvacPropertiesCurrentValues()
981 powerPropValue->timestamp = elapsedRealtimeNano(); in sendHvacPropertiesCurrentValues()
983 mServerSidePropStore->writeValue(std::move(powerPropValue), /*updateStatus=*/true, in sendHvacPropertiesCurrentValues()