Home
last modified time | relevance | path

Searched refs:JsonFakeValueGenerator (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DJsonFakeValueGenerator.cpp36 JsonFakeValueGenerator::JsonFakeValueGenerator(const VehiclePropValue& request) { in JsonFakeValueGenerator() function in android::hardware::automotive::vehicle::V2_0::impl::JsonFakeValueGenerator
51 JsonFakeValueGenerator::JsonFakeValueGenerator(std::string path) { in JsonFakeValueGenerator() function in android::hardware::automotive::vehicle::V2_0::impl::JsonFakeValueGenerator
63 std::vector<VehiclePropValue> JsonFakeValueGenerator::getAllEvents() { in getAllEvents()
67 VehiclePropValue JsonFakeValueGenerator::nextEvent() { in nextEvent()
92 bool JsonFakeValueGenerator::hasNext() { in hasNext()
96 std::vector<VehiclePropValue> JsonFakeValueGenerator::parseFakeValueJson(std::istream& is) { in parseFakeValueJson()
169 void JsonFakeValueGenerator::copyMixedValueJson(VehiclePropValue::RawValue& dest, in copyMixedValueJson()
178 void JsonFakeValueGenerator::copyJsonArray(hidl_vec<T>& dest, const Json::Value& jsonArray) { in copyJsonArray()
191 bool JsonFakeValueGenerator::isDiagnosticProperty(int32_t prop) { in isDiagnosticProperty()
196 hidl_vec<uint8_t> JsonFakeValueGenerator::generateDiagnosticBytes( in generateDiagnosticBytes()
[all …]
DJsonFakeValueGenerator.h35 class JsonFakeValueGenerator : public FakeValueGenerator {
43 JsonFakeValueGenerator(const VehiclePropValue& request);
44 JsonFakeValueGenerator(std::string path);
46 ~JsonFakeValueGenerator() = default;
DVehicleHalServer.cpp168 std::make_unique<JsonFakeValueGenerator>(request)); in handleGenerateFakeDataRequest()
DEmulatedVehicleHal.cpp127 JsonFakeValueGenerator tmpGenerator(file); in getAllPropertiesOverride()
/hardware/interfaces/automotive/vehicle/2.0/default/
DAndroid.bp93 "impl/vhal_v2_0/JsonFakeValueGenerator.cpp",
152 "impl/vhal_v2_0/JsonFakeValueGenerator.cpp",