Searched defs:propValue (Results 1 – 9 of 9) sorted by relevance
132 StatusCode EmulatedVehicleHal::set(const VehiclePropValue& propValue) { in set()233 char propValue[PROP_VALUE_MAX]; in isInEmulator() local348 bool EmulatedVehicleHal::setPropertyFromVehicle(const VehiclePropValue& propValue) { in setPropertyFromVehicle()497 tokenFunction = [](const VehiclePropValue& propValue) { in initStaticConfig()561 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
56 std::string propValue(attr[3]); in processProperty() local
55 std::string propValue(attr[3]); in processProperty() local
98 StatusCode set(const VehiclePropValue& propValue) override { in set()