Merge "Duplicate setting when generate fake data" into rvc-dev am: 89fe540104
am: 737c377861
am: fef560ebc0
Change-Id: I1a3102d1067f53b534fefce8ed5c1dc7f5931799
This commit is contained in:
commit
d0d789de48
1 changed files with 1 additions and 3 deletions
|
@ -175,9 +175,7 @@ StatusCode EmulatedVehicleHal::set(const VehiclePropValue& propValue) {
|
|||
// here, since we never send the control signal back, the value of 'updateStatus' flag
|
||||
// does not matter here.
|
||||
auto status = mVehicleClient->setProperty(propValue, updateStatus);
|
||||
if (status != StatusCode::OK) {
|
||||
return status;
|
||||
}
|
||||
return status;
|
||||
} else if (mHvacPowerProps.count(propValue.prop)) {
|
||||
auto hvacPowerOn = mPropStore->readValueOrNull(
|
||||
toInt(VehicleProperty::HVAC_POWER_ON),
|
||||
|
|
Loading…
Reference in a new issue