Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DVehicleHalServer.cpp50 mServerSidePropStore.registerProperty(cfg); in VehicleHalServer()
80 mServerSidePropStore.writeValue(prop, shouldUpdateStatus); in VehicleHalServer()
87 auto values = mServerSidePropStore.readAllValues(); in sendAllValuesToClient()
118 mServerSidePropStore.writeValue(*updatedPropValue, updateStatus); in onFakeValueGenerated()
124 return mServerSidePropStore.getAllConfigs(); in onGetAllPropertyConfig()
335 mServerSidePropStore.writeValue(*updatedPropValue, updateStatus); in onSetProperty()
H A DVehicleHalServer.h66 VehiclePropertyStore mServerSidePropStore; variable