Home
last modified time | relevance | path

Searched refs:RemoveRpcIdentifier (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dkey_value_store.h122 void RemoveRpcIdentifier(const std::string& name);
Dkey_value_store.cc344 void KeyValueStore::RemoveRpcIdentifier(const string& name) { in RemoveRpcIdentifier() function in shill::KeyValueStore
Dkey_value_store_unittest.cc121 store_.RemoveRpcIdentifier(kKey); in TEST_F()