Searched refs:ContainsInt (Results 1 – 8 of 8) sorted by relevance
205 if (args_.ContainsInt(property.name)) { in Save()239 if (args_.ContainsInt(property)) { in ApplyInt()296 args_.ContainsInt(kPrefixlenProperty); in ContainsAddress()310 if (args_.ContainsInt(property.name)) { in ClearMappedProperty()346 if (!args_.ContainsInt(key)) { in GetMappedInt32Property()358 if (!saved_args_.ContainsInt(key)) { in GetMappedSavedInt32Property()416 if (args_.ContainsInt(kProperties[index].name) && in SetMappedInt32Property()
78 EXPECT_FALSE(store_.ContainsInt(kKey)); in TEST_F()82 EXPECT_TRUE(store_.ContainsInt(kKey)); in TEST_F()86 EXPECT_FALSE(store_.ContainsInt(kKey)); in TEST_F()278 EXPECT_TRUE(store_.ContainsInt(kIntKey)); in TEST_F()294 EXPECT_FALSE(store_.ContainsInt(kIntKey)); in TEST_F()296 EXPECT_FALSE(store_.ContainsInt(kKeyValueStoreKey)); in TEST_F()707 EXPECT_TRUE(store.ContainsInt(kInt32Key)); in TEST_F()
56 bool ContainsInt(const std::string& name) const;
62 bool KeyValueStore::ContainsInt(const string& name) const { in ContainsInt() function in shill::KeyValueStore
1145 if (properties.ContainsInt(MM_MODEM_PROPERTY_STATE)) { in OnModemPropertiesChanged()
1375 if (properties.ContainsInt( in PropertiesChangedTask()
3647 ASSERT_TRUE(link_statistics.ContainsInt(kLastReceiveSignalDbmProperty)); in TEST_F()3650 ASSERT_TRUE(link_statistics.ContainsInt(kAverageReceiveSignalDbmProperty)); in TEST_F()
491 arg.ContainsInt(WPASupplicant::kNetworkPropertyFrequency);