Home
last modified time | relevance | path

Searched refs:delegate_from_last_initiate_call_ (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/secure_channel/
H A Dfake_secure_channel.h35 return std::move(delegate_from_last_initiate_call_); in delegate_from_last_initiate_call()
58 mojo::Remote<mojom::ConnectionDelegate> delegate_from_last_initiate_call_; variable
H A Dfake_secure_channel.cc34 delegate_from_last_initiate_call_.Bind(std::move(delegate)); in InitiateConnectionToDevice()