Searched refs:pairing_registry_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dpairing_host_authenticator.cc23 : pairing_registry_(pairing_registry),
77 pairing_registry_->GetPairing(
H A Dnegotiating_authenticator_unittest.cc64 pairing_registry_);
74 bool pairing_expected = pairing_registry_.get() != NULL;
87 pairing_registry_ = new SynchronousPairingRegistry(
93 pairing_registry_->AddPairing(pairing);
145 scoped_refptr<PairingRegistry> pairing_registry_; member in class:remoting::protocol::NegotiatingAuthenticatorTest
H A Dme2me_host_authenticator_factory.cc82 result->pairing_registry_ = pairing_registry;
160 shared_secret_hash_.hash_function, pairing_registry_);
H A Dme2me_host_authenticator_factory.h73 scoped_refptr<PairingRegistry> pairing_registry_; member in class:remoting::protocol::Me2MeHostAuthenticatorFactory
H A Dnegotiating_host_authenticator.h75 scoped_refptr<PairingRegistry> pairing_registry_; member in class:remoting::protocol::NegotiatingHostAuthenticator
H A Dpairing_host_authenticator.h49 scoped_refptr<PairingRegistry> pairing_registry_; member in class:remoting::protocol::PairingHostAuthenticator
H A Dnegotiating_host_authenticator.cc43 result->pairing_registry_ = pairing_registry;
172 pairing_registry_, local_cert_, local_key_pair_, shared_secret_hash_));
/external/chromium_org/remoting/host/
H A Dchromoting_host.h150 return pairing_registry_;
154 pairing_registry_ = pairing_registry;
214 scoped_refptr<protocol::PairingRegistry> pairing_registry_; member in class:remoting::ChromotingHost
H A Dclient_session.cc70 pairing_registry_(pairing_registry),
203 if (pairing_registry_.get() && pairing_request.has_client_name()) {
205 pairing_registry_->CreatePairing(pairing_request.client_name());
H A Dchromoting_host.cc316 pairing_registry_,
H A Dclient_session.h249 scoped_refptr<protocol::PairingRegistry> pairing_registry_; member in class:remoting::ClientSession
/external/chromium_org/remoting/host/setup/
H A Dme2me_native_messaging_host.cc84 pairing_registry_(pairing_registry),
191 if (pairing_registry_.get()) {
192 pairing_registry_->ClearAllPairings(
220 if (pairing_registry_.get()) {
221 pairing_registry_->DeletePairing(
303 if (pairing_registry_.get()) {
304 pairing_registry_->GetAllPairings(
H A Dme2me_native_messaging_host.h176 scoped_refptr<protocol::PairingRegistry> pairing_registry_; member in class:remoting::Me2MeNativeMessagingHost

Completed in 130 milliseconds