Home
last modified time | relevance | path

Searched refs:ContainsRpcIdentifiers (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dkey_value_store.h60 bool ContainsRpcIdentifiers(const std::string& name) const;
Dkey_value_store_unittest.cc128 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()
Dkey_value_store.cc82 bool KeyValueStore::ContainsRpcIdentifiers(const string& name) const { in ContainsRpcIdentifiers() function in shill::KeyValueStore
/system/connectivity/shill/cellular/
Dcellular_capability_universal.cc1128 if (properties.ContainsRpcIdentifiers(MM_MODEM_PROPERTY_BEARERS)) { in OnModemPropertiesChanged()