Searched refs:SetRemote (Results 1 – 9 of 9) sorted by relevance
23 void SetRemote(zx::channel remote);
205 virtual void SetRemote(zx::channel remote);
139 SetRemote(h.TakeChannel()); in AttachRemote()
82 void VnodeDir::SetRemote(zx::channel remote) { return remoter_.SetRemote(std::move(remote)); } in SetRemote() function in memfs::VnodeDir
133 void Vnode::SetRemote(zx::channel remote) { in SetRemote() function in fs::Vnode
98 void RemoteContainer::SetRemote(zx::channel remote) { in SetRemote() function in fs::RemoteContainer
131 void SetRemote(zx::channel remote) final;
668 void SetRemote(zx::channel remote) final;
1576 void VnodeMinfs::SetRemote(zx::channel remote) { return remoter_.SetRemote(std::move(remote)); } in SetRemote() function in minfs::VnodeMinfs2106 SetRemote(h.TakeChannel()); in AttachRemote()
Completed in 25 milliseconds