Home
last modified time | relevance | path

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

/device/generic/car/emulator/vhal_v2_0/
DVehicleEmulator.cpp82 vhal_proto::VehiclePropGet getProp = rxMsg.prop(0); in doGetConfig() local
89 if (config.prop == getProp.prop()) { in doGetConfig()
114 vhal_proto::VehiclePropGet getProp = rxMsg.prop(0); in doGetProperty() local
115 int32_t propId = getProp.prop(); in doGetProperty()
120 if (getProp.has_area_id()) { in doGetProperty()
121 areaId = getProp.area_id(); in doGetProperty()
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/
DVehicleEmulator.cpp97 vhal_proto::VehiclePropGet getProp = rxMsg.prop(0); in doGetConfig() local
99 int32_t propId = getProp.prop(); in doGetConfig()
135 vhal_proto::VehiclePropGet getProp = rxMsg.prop(0); in doGetProperty() local
136 int32_t propId = getProp.prop(); in doGetProperty()
142 if (getProp.has_area_id()) { in doGetProperty()
143 areaId = getProp.area_id(); in doGetProperty()