/external/chromium_org/remoting/host/ |
pam_authorization_factory_posix.h | 24 const std::string& local_jid,
|
token_validator_factory_impl.cc | 43 const std::string& local_jid, 53 token_scope_ = CreateScope(local_jid, remote_jid); 105 static std::string CreateScope(const std::string& local_jid, 111 return "client:" + remote_jid + " host:" + local_jid + " nonce:" + nonce; 182 const std::string& local_jid, 186 local_jid, remote_jid,
|
token_validator_factory_impl.h | 36 CreateTokenValidator(const std::string& local_jid,
|
pam_authorization_factory_posix.cc | 164 const std::string& local_jid, 168 underlying_->CreateAuthenticator(local_jid, remote_jid, first_message));
|
/external/chromium_org/remoting/protocol/ |
me2me_host_authenticator_factory.cc | 114 const std::string& local_jid, 125 size_t slash_pos = local_jid.find('/'); 127 LOG(DFATAL) << "Invalid local JID:" << local_jid; 130 remote_jid_prefix = local_jid.substr(0, slash_pos); 150 local_jid, remote_jid));
|
it2me_host_authenticator_factory.cc | 27 const std::string& local_jid,
|
it2me_host_authenticator_factory.h | 34 const std::string& local_jid,
|
authenticator.h | 128 const std::string& local_jid,
|
fake_authenticator.h | 93 const std::string& local_jid,
|
me2me_host_authenticator_factory.h | 55 const std::string& local_jid,
|
third_party_host_authenticator.h | 61 // Creates a TokenValidator. |local_jid| and |remote_jid| are used to create 64 const std::string& local_jid,
|
fake_authenticator.cc | 165 const std::string& local_jid,
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
muc.h | 47 const Jid & local_jid() const { return local_jid_; } function in class:buzz::Muc
|
presencepushtask.cc | 99 if (from == muc->local_jid()) {
|
callclient.cc | 710 presence_out_->SendDirected(muc->local_jid(), my_status_); 756 if (status.jid().IsBare() || status.jid() == muc->local_jid()) { 839 presence_out_->SendDirected(muc->local_jid(), status);
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
muc.h | 47 const Jid & local_jid() const { return local_jid_; } function in class:buzz::Muc
|
presencepushtask.cc | 99 if (from == muc->local_jid()) {
|
callclient.cc | 896 const std::string& nick = mucs_[jid]->local_jid().resource(); [all...] |
/external/chromium_org/remoting/client/plugin/ |
delegating_signal_strategy.cc | 13 std::string local_jid, 15 : local_jid_(local_jid),
|
delegating_signal_strategy.h | 22 DelegatingSignalStrategy(std::string local_jid,
|
chromoting_instance.cc | 579 std::string local_jid; local 583 !data.GetString("localJid", &local_jid) || 614 ConnectWithConfig(config, local_jid); 618 const std::string& local_jid) { 651 << ". Local jid: " << local_jid << "."; 655 local_jid, base::Bind(&ChromotingInstance::SendOutgoingIq, [all...] |
chromoting_instance.h | 207 const std::string& local_jid);
|