Home
last modified time | relevance | path

Searched refs:GetRpcIdentifiers (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Drpc_task_unittest.cc73 TEST_F(RPCTaskTest, GetRpcIdentifiers) { in TEST_F() argument
Dkey_value_store.h78 std::vector<std::string> GetRpcIdentifiers(const std::string& name) const;
Dkey_value_store.cc177 vector<string> KeyValueStore::GetRpcIdentifiers(const string& name) const { in GetRpcIdentifiers() function in shill::KeyValueStore
Dkey_value_store_unittest.cc131 EXPECT_EQ(kValue, store_.GetRpcIdentifiers(kKey)); in TEST_F()
/system/connectivity/shill/cellular/
Dcellular_capability_universal.cc1130 properties.GetRpcIdentifiers(MM_MODEM_PROPERTY_BEARERS); in OnModemPropertiesChanged()