Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DJsonFakeValueGenerator.cpp171 copyJsonArray(dest.int32Values, jsonValue["int32Values"]); in copyMixedValueJson()
172 copyJsonArray(dest.int64Values, jsonValue["int64Values"]); in copyMixedValueJson()
173 copyJsonArray(dest.floatValues, jsonValue["floatValues"]); in copyMixedValueJson()
178 void JsonFakeValueGenerator::copyJsonArray(hidl_vec<T>& dest, const Json::Value& jsonArray) { in copyJsonArray() function in android::hardware::automotive::vehicle::V2_0::impl::JsonFakeValueGenerator
DJsonFakeValueGenerator.h58 void copyJsonArray(hidl_vec<T>& dest, const Json::Value& jsonArray);