Home
last modified time | relevance | path

Searched refs:TestVendorProperty (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/test_vendor_properties/android/hardware/automotive/vehicle/
DTestVendorProperty.aidl23 enum TestVendorProperty { enum
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp499 if (propId == toInt(TestVendorProperty::ECHO_REVERSE_BYTES)) { in TEST_F()
504 if (propId == toInt(TestVendorProperty::VENDOR_PROPERTY_FOR_ERROR_CODE_TESTING)) { in TEST_F()
1040 .prop = toInt(TestVendorProperty:: in setSpecialValueTestCases()
1058 .prop = toInt(TestVendorProperty:: in setSpecialValueTestCases()
1077 .prop = toInt(TestVendorProperty:: in setSpecialValueTestCases()
1089 TestVendorProperty::VENDOR_CLUSTER_SWITCH_UI), in setSpecialValueTestCases()
1106 .prop = toInt(TestVendorProperty:: in setSpecialValueTestCases()
3334 .prop = toInt(TestVendorProperty::ECHO_REVERSE_BYTES), in TEST_F()
3343 .prop = toInt(TestVendorProperty::ECHO_REVERSE_BYTES), in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp855 case toInt(TestVendorProperty::ECHO_REVERSE_BYTES): in maybeGetSpecialValue()
858 case toInt(TestVendorProperty::VENDOR_PROPERTY_FOR_ERROR_CODE_TESTING): in maybeGetSpecialValue()
1067 case toInt(TestVendorProperty::VENDOR_PROPERTY_FOR_ERROR_CODE_TESTING): in maybeSetSpecialValue()
1164 case toInt(TestVendorProperty::VENDOR_CLUSTER_SWITCH_UI): in maybeSetSpecialValue()
1166 case toInt(TestVendorProperty::VENDOR_CLUSTER_DISPLAY_STATE): in maybeSetSpecialValue()
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/src/
DJsonConfigLoader.cpp314 std::make_unique<CppConstantParser<TestVendorProperty>>(); in JsonValueParser()