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

/external/chromium_org/remoting/host/
H A 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,
67 CreateScope(local_jid, remote_jid),
71 token_scope_ = CreateScope(local_jid, remote_jid);
99 const std::string& local_jid,
105 return "client:" + remote_jid + " host:" + local_jid + " nonce:" + nonce;
122 const std::string& local_jid,
126 key_pair_, local_jid, remote_jid,
60 TokenValidatorImpl( const ThirdPartyAuthConfig& third_party_auth_config, scoped_refptr<RsaKeyPair> key_pair, const std::string& local_jid, const std::string& remote_jid, scoped_refptr<net::URLRequestContextGetter> request_context_getter) argument
98 CreateScope( const std::string& local_jid, const std::string& remote_jid) argument
121 CreateTokenValidator( const std::string& local_jid, const std::string& remote_jid) argument
H A Dpam_authorization_factory_posix.h24 const std::string& local_jid,
H A Dtoken_validator_factory_impl.h35 const std::string& local_jid,
H A Dpam_authorization_factory_posix.cc169 const std::string& local_jid,
173 underlying_->CreateAuthenticator(local_jid, remote_jid, first_message));
168 CreateAuthenticator( const std::string& local_jid, const std::string& remote_jid, const buzz::XmlElement* first_message) argument
/external/chromium_org/remoting/protocol/
H A Dme2me_host_authenticator_factory.cc119 const std::string& local_jid,
130 size_t slash_pos = local_jid.find('/');
132 LOG(DFATAL) << "Invalid local JID:" << local_jid;
135 remote_jid_prefix = local_jid.substr(0, slash_pos);
155 local_jid, remote_jid));
118 CreateAuthenticator( const std::string& local_jid, const std::string& remote_jid, const buzz::XmlElement* first_message) argument
H A Dit2me_host_authenticator_factory.cc27 const std::string& local_jid,
26 CreateAuthenticator( const std::string& local_jid, const std::string& remote_jid, const buzz::XmlElement* first_message) argument
H A Dit2me_host_authenticator_factory.h34 const std::string& local_jid,
H A Dtoken_validator.h55 // Creates a TokenValidator. |local_jid| and |remote_jid| are used to create
58 const std::string& local_jid,
H A Dauthenticator.h133 const std::string& local_jid,
H A Dme2me_host_authenticator_factory.h55 const std::string& local_jid,
H A Dfake_authenticator.h101 const std::string& local_jid,
H A Dfake_authenticator.cc187 const std::string& local_jid,
186 CreateAuthenticator( const std::string& local_jid, const std::string& remote_jid, const buzz::XmlElement* first_message) argument
/external/chromium_org/remoting/client/plugin/
H A Ddelegating_signal_strategy.cc14 std::string local_jid,
16 : local_jid_(local_jid),
13 DelegatingSignalStrategy( std::string local_jid, const SendIqCallback& send_iq_callback) argument
H A Ddelegating_signal_strategy.h22 DelegatingSignalStrategy(std::string local_jid,
H A Dchromoting_instance.cc648 std::string local_jid; local
656 !data.GetString("localJid", &local_jid) ||
693 << ". Local jid: " << local_jid << "."; local
755 local_jid, base::Bind(&ChromotingInstance::SendOutgoingIq,
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dmuc.h47 const Jid & local_jid() const { return local_jid_; } function in class:buzz::Muc
H A Dpresencepushtask.cc99 if (from == muc->local_jid()) {
H A Dcallclient.cc896 const std::string& nick = mucs_[jid]->local_jid().resource();
1118 // presence_out_->SendDirected(itr->second->local_jid(),
1183 presence_out_->SendDirected(muc->local_jid(), my_status_);
1281 if (status.jid().IsBare() || status.jid() == muc->local_jid()) {
1334 presence_out_->SendDirected(muc->local_jid(), status);

Completed in 954 milliseconds