Searched refs:hasConfig (Results 1 – 3 of 3) sorted by relevance
44 TEST_F(PropConfigTest, hasConfig) { in TEST_F() argument47 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()
41 bool hasConfig(int32_t property) const { in hasConfig() function
284 bool hasConfig = false; in getInputDeviceInvalidConfigParameters() local316 hasConfig = true; in getInputDeviceInvalidConfigParameters()319 if (hasConfig) break; in getInputDeviceInvalidConfigParameters()