Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.cpp81 vhal_proto::VehiclePropGet getProp = rxMsg.prop(0); in doGetConfig() local
88 if (config.prop == getProp.prop()) { in doGetConfig()
113 vhal_proto::VehiclePropGet getProp = rxMsg.prop(0); in doGetProperty() local
114 int32_t propId = getProp.prop(); in doGetProperty()
119 if (getProp.has_area_id()) { in doGetProperty()
120 areaId = getProp.area_id(); in doGetProperty()