Searched defs:propValue (Results 1 – 8 of 8) sorted by relevance
131 StatusCode EmulatedVehicleHal::set(const VehiclePropValue& propValue) { in set()326 bool EmulatedVehicleHal::setPropertyFromVehicle(const VehiclePropValue& propValue) { in setPropertyFromVehicle()475 tokenFunction = [](const VehiclePropValue& propValue) { in initStaticConfig()539 StatusCode EmulatedVehicleHal::clearObd2FreezeFrames(const VehiclePropValue& propValue) { in clearObd2FreezeFrames()
64 void VehicleEmulator::doSetValueFromClient(const VehiclePropValue& propValue) { in doSetValueFromClient()
36 char propValue[PROP_VALUE_MAX]; in isInEmulator() local
569 char propValue[PROP_VALUE_MAX]; in hasWifiCapability() local586 char propValue[PROP_VALUE_MAX]; in requestOrSendDataCallList() local724 char propValue[PROP_VALUE_MAX]; in requestOrSendDataCallList() local
44 bool VehiclePropertyStore::writeValue(const VehiclePropValue& propValue, in writeValue()63 void VehiclePropertyStore::removeValue(const VehiclePropValue& propValue) { in removeValue()
127 for (const auto& propValue: propValues) { in distributeValuesToClients() local
55 std::string propValue(attr[3]); in processProperty() local
98 StatusCode set(const VehiclePropValue& propValue) override { in set()