Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h184 std::unordered_set<int32_t> hvacPowerDependentProps; variable
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp309 hvacPowerDependentProps.insert(configArray.begin(), configArray.end()); in storePropInitialValue()
631 if (hvacPowerDependentProps.count(propId)) { in isHvacPropAndHvacNotAvailable()
968 for (auto& powerPropId : hvacPowerDependentProps) { in sendHvacPropertiesCurrentValues()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp118 return mHardware->hvacPowerDependentProps; in getHvacPowerDependentProps()