Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehiclePropConfigIndex_test.cpp44 TEST_F(PropConfigTest, hasConfig) { in TEST_F() argument
47 ASSERT_TRUE(index.hasConfig(toInt(VehicleProperty::HVAC_FAN_SPEED))); in TEST_F()
48 ASSERT_TRUE(index.hasConfig(toInt(VehicleProperty::INFO_MAKE))); in TEST_F()
49 ASSERT_TRUE(index.hasConfig(toInt(VehicleProperty::INFO_FUEL_CAPACITY))); in TEST_F()
51 ASSERT_FALSE(index.hasConfig(toInt(VehicleProperty::INVALID))); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropConfigIndex.h41 bool hasConfig(int32_t property) const { in hasConfig() function
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DGenerators.cpp284 bool hasConfig = false; in getInputDeviceInvalidConfigParameters() local
316 hasConfig = true; in getInputDeviceInvalidConfigParameters()
319 if (hasConfig) break; in getInputDeviceInvalidConfigParameters()