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"
152 scoped_refptr<protocol::PairingRegistry> pairing_registry() const { function in class:remoting::ChromotingHost
156 scoped_refptr<protocol::PairingRegistry> pairing_registry) {
157 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 31 #include "remoting/protocol/pairing_registry.h"
109 scoped_refptr<protocol::PairingRegistry> pairing_registry);
remoting_me2me_host.cc 74 #include "remoting/protocol/pairing_registry.h"
553 scoped_refptr<PairingRegistry> pairing_registry = NULL; local
559 pairing_registry = new PairingRegistry(context_->file_task_runner(),
569 host_secret_hash_, pairing_registry);
598 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 185 scoped_refptr<PairingRegistry> pairing_registry; local
226 pairing_registry = new PairingRegistry(
230 pairing_registry =
245 pairing_registry,
me2me_native_messaging_host.h 46 scoped_refptr<protocol::PairingRegistry> pairing_registry,
me2me_native_messaging_host.cc 26 #include "remoting/protocol/pairing_registry.h"
77 scoped_refptr<protocol::PairingRegistry> pairing_registry,
83 pairing_registry_(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,

Completed in 1310 milliseconds