HomeSort by relevance Sort by last modified time
    Searched refs:pairing_registry (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/remoting/host/
pairing_registry_delegate.cc 15 scoped_refptr<PairingRegistry> pairing_registry; local
19 pairing_registry = new PairingRegistry(task_runner, delegate.Pass());
21 return pairing_registry;
chromoting_host.h 25 #include "remoting/protocol/pairing_registry.h"
149 scoped_refptr<protocol::PairingRegistry> pairing_registry() const { function in class:remoting::ChromotingHost
153 scoped_refptr<protocol::PairingRegistry> pairing_registry) {
154 pairing_registry_ = pairing_registry;
client_session.cc 30 #include "remoting/protocol/pairing_registry.h"
49 scoped_refptr<protocol::PairingRegistry> pairing_registry,
70 pairing_registry_(pairing_registry),
client_session.h 29 #include "remoting/protocol/pairing_registry.h"
100 scoped_refptr<protocol::PairingRegistry> pairing_registry,
remoting_me2me_host.cc 75 #include "remoting/protocol/pairing_registry.h"
595 scoped_refptr<PairingRegistry> pairing_registry = NULL; local
601 pairing_registry = new PairingRegistry(context_->file_task_runner(),
611 host_secret_hash_, pairing_registry);
640 host_->set_pairing_registry(pairing_registry);
    [all...]
  /external/chromium_org/remoting/protocol/
me2me_host_authenticator_factory.h 36 scoped_refptr<PairingRegistry> pairing_registry);
pairing_host_authenticator.h 10 #include "remoting/protocol/pairing_registry.h"
23 scoped_refptr<PairingRegistry> pairing_registry,
pairing_host_authenticator.cc 19 scoped_refptr<PairingRegistry> pairing_registry,
23 : pairing_registry_(pairing_registry),
negotiating_host_authenticator.cc 17 #include "remoting/protocol/pairing_registry.h"
39 scoped_refptr<PairingRegistry> pairing_registry) {
43 result->pairing_registry_ = pairing_registry;
45 if (pairing_registry.get()) {
me2me_host_authenticator_factory.cc 74 scoped_refptr<PairingRegistry> pairing_registry) {
82 result->pairing_registry_ = pairing_registry;
negotiating_host_authenticator.h 17 #include "remoting/protocol/pairing_registry.h"
33 // If |pairing_registry| is non-NULL then the Spake2Pair method will
40 scoped_refptr<PairingRegistry> pairing_registry);
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_main.cc 194 scoped_refptr<PairingRegistry> pairing_registry; local
235 pairing_registry = new PairingRegistry(
239 pairing_registry =
254 pairing_registry,
me2me_native_messaging_host.h 45 scoped_refptr<protocol::PairingRegistry> pairing_registry,
me2me_native_messaging_host_unittest.cc 23 #include "remoting/protocol/pairing_registry.h"
322 scoped_refptr<PairingRegistry> pairing_registry = local
335 pairing_registry,
me2me_native_messaging_host.cc 27 #include "remoting/protocol/pairing_registry.h"
78 scoped_refptr<protocol::PairingRegistry> pairing_registry,
84 pairing_registry_(pairing_registry),

Completed in 389 milliseconds