/external/chromium_org/remoting/host/ |
D | token_validator_factory_impl.cc | 43 const std::string& local_jid, 51 static std::string CreateScope(const std::string& local_jid, 63 const std::string& local_jid, in TokenValidatorImpl() argument 67 CreateScope(local_jid, remote_jid), in TokenValidatorImpl() 71 token_scope_ = CreateScope(local_jid, remote_jid); in TokenValidatorImpl() 99 const std::string& local_jid, in CreateScope() argument 105 return "client:" + remote_jid + " host:" + local_jid + " nonce:" + nonce; in CreateScope() 122 const std::string& local_jid, in CreateTokenValidator() argument 126 key_pair_, local_jid, remote_jid, in CreateTokenValidator()
|
D | pam_authorization_factory_posix.cc | 169 const std::string& local_jid, in CreateAuthenticator() argument 173 underlying_->CreateAuthenticator(local_jid, remote_jid, first_message)); in CreateAuthenticator()
|
D | pam_authorization_factory_posix.h | 24 const std::string& local_jid,
|
D | token_validator_factory_impl.h | 35 const std::string& local_jid,
|
/external/chromium_org/remoting/protocol/ |
D | me2me_host_authenticator_factory.cc | 119 const std::string& local_jid, in CreateAuthenticator() argument 130 size_t slash_pos = local_jid.find('/'); in CreateAuthenticator() 132 LOG(DFATAL) << "Invalid local JID:" << local_jid; in CreateAuthenticator() 135 remote_jid_prefix = local_jid.substr(0, slash_pos); in CreateAuthenticator() 155 local_jid, remote_jid)); in CreateAuthenticator()
|
D | it2me_host_authenticator_factory.cc | 27 const std::string& local_jid, in CreateAuthenticator() argument
|
D | token_validator.h | 58 const std::string& local_jid,
|
D | it2me_host_authenticator_factory.h | 34 const std::string& local_jid,
|
D | me2me_host_authenticator_factory.h | 55 const std::string& local_jid,
|
D | authenticator.h | 133 const std::string& local_jid,
|
D | fake_authenticator.h | 101 const std::string& local_jid,
|
D | fake_authenticator.cc | 187 const std::string& local_jid, in CreateAuthenticator() argument
|
/external/chromium_org/remoting/client/plugin/ |
D | delegating_signal_strategy.cc | 14 std::string local_jid, in DelegatingSignalStrategy() argument 16 : local_jid_(local_jid), in DelegatingSignalStrategy()
|
D | delegating_signal_strategy.h | 22 DelegatingSignalStrategy(std::string local_jid,
|
D | chromoting_instance.cc | 648 std::string local_jid; in HandleConnect() local 656 !data.GetString("localJid", &local_jid) || in HandleConnect() 693 << ". Local jid: " << local_jid << "."; in HandleConnect() 755 local_jid, base::Bind(&ChromotingInstance::SendOutgoingIq, in HandleConnect()
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
D | muc.h | 47 const Jid & local_jid() const { return local_jid_; } in local_jid() function
|
D | presencepushtask.cc | 99 if (from == muc->local_jid()) { in HandleMucPresence()
|
D | callclient.cc | 896 const std::string& nick = mucs_[jid]->local_jid().resource(); in PlaceCall() 1183 presence_out_->SendDirected(muc->local_jid(), my_status_); in JoinMuc() 1281 if (status.jid().IsBare() || status.jid() == muc->local_jid()) { in OnMucStatusUpdate() 1334 presence_out_->SendDirected(muc->local_jid(), status); in LeaveMuc()
|