Searched refs:isDiagnosticProperty (Results 1 – 3 of 3) sorted by relevance
57 bool isDiagnosticProperty(int32_t prop);
129 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
211 static bool isDiagnosticProperty(VehiclePropConfig propConfig) { in isDiagnosticProperty() function230 if (isDiagnosticProperty(cfg)) { in onCreate()