Home
last modified time | relevance | path

Searched refs:rpc_id (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/
Drpc_task_adaptor_stub.h33 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier()
34 const std::string& GetRpcConnectionIdentifier() override { return rpc_id(); } in GetRpcConnectionIdentifier()
Dcontrol_interface.h219 static void RpcIdToStorageId(std::string* rpc_id) { in RpcIdToStorageId() argument
220 CHECK(rpc_id); in RpcIdToStorageId()
221 DCHECK_EQ(rpc_id->at(0), '/'); in RpcIdToStorageId()
222 rpc_id->erase(0, 1); in RpcIdToStorageId()
223 std::replace(rpc_id->begin(), rpc_id->end(), '/', '_'); in RpcIdToStorageId()
Dadaptor_stub.h31 const std::string& rpc_id() { return rpc_id_; } in rpc_id() function
Dprofile_adaptor_stub.h33 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier()
Dipconfig_adaptor_stub.h35 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier()
/system/connectivity/shill/wifi/
Dwifi_endpoint.h63 const std::string& rpc_id,
Dwifi_endpoint.cc55 const string& rpc_id, in WiFiEndpoint() argument
62 rpc_id_(rpc_id) { in WiFiEndpoint()