Searched refs:ContainsRpcIdentifiers (Results 1 – 4 of 4) sorted by relevance
60 bool ContainsRpcIdentifiers(const std::string& name) const;
128 EXPECT_FALSE(store_.ContainsRpcIdentifiers(kKey)); in TEST_F()130 EXPECT_TRUE(store_.ContainsRpcIdentifiers(kKey)); in TEST_F()133 EXPECT_FALSE(store_.ContainsRpcIdentifiers(kKey)); in TEST_F()
82 bool KeyValueStore::ContainsRpcIdentifiers(const string& name) const { in ContainsRpcIdentifiers() function in shill::KeyValueStore
1128 if (properties.ContainsRpcIdentifiers(MM_MODEM_PROPERTY_BEARERS)) { in OnModemPropertiesChanged()