Home
last modified time | relevance | path

Searched refs:mVehicleClient (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp105 mVehicleClient(client), in EmulatedVehicleHal()
108 mVehicleClient->registerPropertyValueCallback(std::bind(&EmulatedVehicleHal::onPropertyValue, in EmulatedVehicleHal()
196 return mVehicleClient->dump(fd, options); in dump()
208 auto status = mVehicleClient->setProperty(propValue, updateStatus); in set()
263 auto setValueStatus = mVehicleClient->setProperty(propValue, updateStatus); in set()
286 auto configs = mVehicleClient->getAllPropertyConfig(); in onCreate()
319 mVehicleClient->triggerSendAllValues(); in onCreate()
387 return mVehicleClient->setProperty(propValue, updateStatus) == StatusCode::OK; in setPropertyFromVehicle()
404 auto configs = mVehicleClient->getAllPropertyConfig(); in initStaticConfig()
DEmulatedVehicleHal.h92 VehicleHalClient* mVehicleClient; variable