Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DJsonFakeValueGenerator.h57 bool isDiagnosticProperty(int32_t prop);
DJsonFakeValueGenerator.cpp129 if (isDiagnosticProperty(event.prop)) { in parseFakeValueJson()
164 bool JsonFakeValueGenerator::isDiagnosticProperty(int32_t prop) { in isDiagnosticProperty() function in android::hardware::automotive::vehicle::V2_0::impl::JsonFakeValueGenerator
DEmulatedVehicleHal.cpp211 static bool isDiagnosticProperty(VehiclePropConfig propConfig) { in isDiagnosticProperty() function
230 if (isDiagnosticProperty(cfg)) { in onCreate()