Home
last modified time | relevance | path

Searched defs:propValue (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp132 StatusCode EmulatedVehicleHal::set(const VehiclePropValue& propValue) { in set()
233 char propValue[PROP_VALUE_MAX]; in isInEmulator() local
348 bool EmulatedVehicleHal::setPropertyFromVehicle(const VehiclePropValue& propValue) { in setPropertyFromVehicle()
497 tokenFunction = [](const VehiclePropValue& propValue) { in initStaticConfig()
561 StatusCode EmulatedVehicleHal::clearObd2FreezeFrames(const VehiclePropValue& propValue) { in clearObd2FreezeFrames()
DVehicleEmulator.cpp64 void VehicleEmulator::doSetValueFromClient(const VehiclePropValue& propValue) { in doSetValueFromClient()
/hardware/ril/reference-ril/
Dmisc.c36 char propValue[PROP_VALUE_MAX]; in isInEmulator() local
Dreference-ril.c569 char propValue[PROP_VALUE_MAX]; in hasWifiCapability() local
586 char propValue[PROP_VALUE_MAX]; in requestOrSendDataCallList() local
724 char propValue[PROP_VALUE_MAX]; in requestOrSendDataCallList() local
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp44 bool VehiclePropertyStore::writeValue(const VehiclePropValue& propValue, in writeValue()
63 void VehiclePropertyStore::removeValue(const VehiclePropValue& propValue) { in removeValue()
DSubscriptionManager.cpp127 for (const auto& propValue: propValues) { in distributeValuesToClients() local
/hardware/qcom/sm8150/media/libplatformconfig/
DConfigParser.cpp56 std::string propValue(attr[3]); in processProperty() local
/hardware/qcom/sdm845/media/libplatformconfig/
DConfigParser.cpp55 std::string propValue(attr[3]); in processProperty() local
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp98 StatusCode set(const VehiclePropValue& propValue) override { in set()