Searched refs:rpc_id (Results 1 – 7 of 7) sorted by relevance
33 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier()34 const std::string& GetRpcConnectionIdentifier() override { return rpc_id(); } in GetRpcConnectionIdentifier()
219 static void RpcIdToStorageId(std::string* rpc_id) { in RpcIdToStorageId() argument220 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()
31 const std::string& rpc_id() { return rpc_id_; } in rpc_id() function
33 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier()
35 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier()
63 const std::string& rpc_id,
55 const string& rpc_id, in WiFiEndpoint() argument62 rpc_id_(rpc_id) { in WiFiEndpoint()