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/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp66 if (mConfigIndex->hasConfig(prop)) { in getPropConfigs()
322 return mConfigIndex->hasConfig(prop) in getPropConfigOrNull()