Home
last modified time | relevance | path

Searched refs:local_jid (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/remoting/host/
Dtoken_validator_factory_impl.cc43 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()
Dpam_authorization_factory_posix.cc169 const std::string& local_jid, in CreateAuthenticator() argument
173 underlying_->CreateAuthenticator(local_jid, remote_jid, first_message)); in CreateAuthenticator()
Dpam_authorization_factory_posix.h24 const std::string& local_jid,
Dtoken_validator_factory_impl.h35 const std::string& local_jid,
/external/chromium_org/remoting/protocol/
Dme2me_host_authenticator_factory.cc119 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()
Dit2me_host_authenticator_factory.cc27 const std::string& local_jid, in CreateAuthenticator() argument
Dtoken_validator.h58 const std::string& local_jid,
Dit2me_host_authenticator_factory.h34 const std::string& local_jid,
Dme2me_host_authenticator_factory.h55 const std::string& local_jid,
Dauthenticator.h133 const std::string& local_jid,
Dfake_authenticator.h101 const std::string& local_jid,
Dfake_authenticator.cc187 const std::string& local_jid, in CreateAuthenticator() argument
/external/chromium_org/remoting/client/plugin/
Ddelegating_signal_strategy.cc14 std::string local_jid, in DelegatingSignalStrategy() argument
16 : local_jid_(local_jid), in DelegatingSignalStrategy()
Ddelegating_signal_strategy.h22 DelegatingSignalStrategy(std::string local_jid,
Dchromoting_instance.cc648 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/
Dmuc.h47 const Jid & local_jid() const { return local_jid_; } in local_jid() function
Dpresencepushtask.cc99 if (from == muc->local_jid()) { in HandleMucPresence()
Dcallclient.cc896 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()