Searched refs:GetFreeRPCChannel (Results 1 – 2 of 2) sorted by relevance
27 if (GetFreeRPCChannel() && GetRemoteFd() >= 0 && own_remote_) { in ~Fd()28 this->CloseRemoteFd(GetFreeRPCChannel()).IgnoreError(); in ~Fd()
113 RPCChannel* GetFreeRPCChannel() { return free_rpc_channel_; } in GetFreeRPCChannel() function