Home
last modified time | relevance | path

Searched refs:mServerSidePropStore (Results 1 – 4 of 4) sorted by relevance

/device/google/trout/hal/vehicle/2.0/
DDefaultVehicleHalServer.cpp64 mServerSidePropStore.writeValue(prop, true); in storePropInitialValue()
71 mServerSidePropStore.registerProperty(cfg); in DefaultVehicleHalServer()
78 auto values = mServerSidePropStore.readAllValues(); in sendAllValuesToClient()
109 mServerSidePropStore.writeValue(*updatedPropValue, updateStatus); in onFakeValueGenerated()
115 return mServerSidePropStore.getAllConfigs(); in onGetAllPropertyConfig()
327 mServerSidePropStore.writeValue(*updatedPropValue, updateStatus); in onSetProperty()
DDefaultVehicleHalServer.h73 VehiclePropertyStore mServerSidePropStore; variable
/device/generic/car/emulator/vhal_v2_0/
DEmulatedVehicleHalServer.cpp61 mServerSidePropStore.writeValue(*updatedPropValue, true); in setPropertyFromVehicle()
67 return mServerSidePropStore.readAllValues(); in getAllProperties()
71 return mServerSidePropStore.getAllConfigs(); in listProperties()
77 auto prop = mServerSidePropStore.readValueOrNull(requestedPropValue); in get()
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/
DEmulatedVehicleHardware.cpp173 return mServerSidePropStore->readAllValues(); in getAllProperties()
178 return mServerSidePropStore->getPropConfig(propId); in getPropConfig()