Searched refs:attach_response (Results 1 – 2 of 2) sorted by relevance
148 remote_consumer->attach_response = std::move(resp); in Attach()292 std::move(attach_response).Reject(); in OnAttach()297 std::move(attach_response).Resolve(std::move(response)); in OnAttach()
108 DeferredAttachResponse attach_response; variable