Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.h54 mValues[makeKey(propValue)] = propValue; in set()
71 int64_t makeKey(const VehiclePropValue& v) const { return makeKey(v.prop, v.areaId); } in makeKey() function
73 int64_t makeKey(int32_t prop, int32_t area) const { in makeKey() function
DVehicleManager_fuzzer.cpp135 auto key = makeKey(toInt(property), areaId); in get()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp81 auto key = makeKey(requestedPropValue); in get()
104 mValues[makeKey(propValue)] = propValue; in set()
130 int64_t makeKey(const VehiclePropValue& v) const { in makeKey() function in android::hardware::automotive::vehicle::V2_0::__anon2922a9af0111::MockedVehicleHal
131 return makeKey(v.prop, v.areaId); in makeKey()
134 int64_t makeKey(int32_t prop, int32_t area) const { in makeKey() function in android::hardware::automotive::vehicle::V2_0::__anon2922a9af0111::MockedVehicleHal