Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp969 auto powerPropResults = mServerSidePropStore->readValuesForProperty(powerPropId); in sendHvacPropertiesCurrentValues() local
970 if (!powerPropResults.ok()) { in sendHvacPropertiesCurrentValues()
972 getErrorMsg(powerPropResults).c_str()); in sendHvacPropertiesCurrentValues()
975 auto& powerPropValues = powerPropResults.value(); in sendHvacPropertiesCurrentValues()