Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp57 int32_t areaId = requestedPropValue.areaId; in get() local
81 auto key = makeKey(toInt(property), areaId); in get()
90 pValue->areaId = areaId; in get()
121 void sendHalError(StatusCode error, int32_t property, int32_t areaId) { in sendHalError() argument
122 doHalPropertySetError(error, property, areaId); in sendHalError()
131 return makeKey(v.prop, v.areaId); in makeKey()
157 void invokeGet(int32_t property, int32_t areaId) { in invokeGet() argument
160 requestedValue.areaId = areaId; in invokeGet()
383 expectedValue->areaId = 0; in TEST_F()
404 expectedValue1->areaId = AREA1; in TEST_F()
[all …]
DVehicleHalTestUtils.h53 .areaId = toInt(VehicleAreaZone::ROW_1_LEFT),
57 .areaId = toInt(VehicleAreaZone::ROW_1_RIGHT),
73 .areaId = toInt(VehicleAreaZone::ROW_1_LEFT),
77 .areaId = toInt(VehicleAreaZone::ROW_1_RIGHT),
229 << " areaId: " << hexString(v.areaId) << ",\n" in toString()
258 ss << " areaId: " << hexString(area.areaId) << ",\n" in toString()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h39 StatusCode errorCode, int32_t property, int32_t areaId)>;
99 int32_t areaId) { in doHalPropertySetError() argument
100 mOnHalPropertySetError(errorCode, propId, areaId); in doHalPropertySetError()
DVehicleHalManager.h85 int32_t areaId);
DSubscriptionManager.h52 bool isSubscribed(int32_t propId, int32_t areaId, SubscribeFlags flags);
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.cpp97 int32_t areaId = 0; in doGetProperty() local
105 areaId = getProp.area_id(); in doGetProperty()
109 VehiclePropValue request = { .prop = propId, .areaId = areaId }; in doGetProperty()
140 .areaId = protoVal.area_id(), in doSetProperty()
294 protoVal->set_area_id(val->areaId); in populateProtoVehiclePropValue()
DDefaultConfig.h171 .areaConfigs = {VehicleAreaConfig{.areaId = toInt(VehicleAreaZone::ROW_1),
190 .areaId = toInt(VehicleAreaZone::ROW_1_LEFT),
195 .areaId = toInt(VehicleAreaZone::ROW_1_RIGHT),
DEmulatedVehicleHal.cpp105 .areaId = curArea, in onCreate()
255 updatedPropValue->areaId = 0; // Add area support if necessary. in onFakeValueGenerated()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DSubscriptionManager.cpp78 int32_t areaId, in isSubscribed() argument
86 && (opts.vehicleAreas == 0 || areaId == 0 || opts.vehicleAreas & areaId); in isSubscribed()
143 v->prop, v->areaId, flags); in distributeValuesToClients()
DVehicleUtils.cpp114 dest->areaId = src.areaId; in shallowCopy()
DVehicleObjectPool.cpp49 dest->areaId = src.areaId; in obtain()
DVehicleHalManager.cpp226 int32_t areaId) { in onHalPropertySetError() argument
231 client->getCallback()->onPropertySetError(errorCode, property, areaId); in onHalPropertySetError()
330 value.prop, value.areaId, SubscribeFlags::SET_CALL); in handlePropertySetEvent()
DVehiclePropertyStore.cpp141 .area = isGlobalProp(valuePrototype.prop) ? 0 : valuePrototype.areaId, in getRecordIdLocked()
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicleCallback.hal53 * @param areaId - bitmask that specifies in which areas the problem has
58 int32_t areaId);
Dtypes.hal2440 int32_t areaId;
2524 int32_t areaId;