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.cpp80 emulator::VehiclePropGet getProp = rxMsg.prop(0); in doGetConfig() local
87 if (config.prop == getProp.prop()) { in doGetConfig()
112 emulator::VehiclePropGet getProp = rxMsg.prop(0); in doGetProperty() local
113 int32_t propId = getProp.prop(); in doGetProperty()
118 if (getProp.has_area_id()) { in doGetProperty()
119 areaId = getProp.area_id(); in doGetProperty()