Searched defs:remote_name (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmanager.cc146 const std::string& remote_name) {
152 if (buzz::Jid(remote_name) != buzz::Jid(session->remote_name()))
145 FindSession(const std::string& sid, const std::string& remote_name) argument
H A Dsession.h537 const std::string& remote_name() const { return remote_name_; } function in class:cricket::Session
552 // In special cases, may be different than both local_name and remote_name.
594 const std::string& remote_name);
660 const std::string& remote_name,
H A Dsession.cc1060 const std::string& remote_name) {
1063 if (!SendMessage(ACTION_SESSION_INFO, elems, remote_name, &error)) {
1229 ASSERT(state() == STATE_INIT || msg.from == remote_name());
1534 if (!BareJidsEqual(remote_name(), redirect.target))
1708 return SendMessage(type, action_elems, remote_name(), error);
1712 const std::string& remote_name, SessionError* error) {
1717 msg.to = remote_name;
1761 msg.to = remote_name();
1770 ack->SetAttr(buzz::QN_TO, remote_name());
1059 SendInfoMessage(const XmlElements& elems, const std::string& remote_name) argument
1711 SendMessage(ActionType type, const XmlElements& action_elems, const std::string& remote_name, SessionError* error) argument
/external/chromium_org/components/component_updater/
H A Dbackground_downloader_win.cc168 base::string16* remote_name,
183 if (remote_name) {
188 remote_name->assign(name);
315 const base::string16& remote_name) const;
319 const base::string16& remote_name) const {
328 remote_name.compare(name) == 0)
166 GetJobFileProperties(IBackgroundCopyFile* file, base::string16* local_name, base::string16* remote_name, BG_FILE_PROGRESS* progress) argument
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasessionclient.cc235 Call *MediaSessionClient::FindCallByRemoteName(const std::string &remote_name) { argument
241 if (remote_name == (*session)->remote_name()) {
/external/ppp/pppd/
H A Dauth.c239 char remote_name[MAXNAMELEN]; /* Peer's name for authentication */ variable
375 { "remotename", o_string, remote_name,
1239 can_auth = have_chap_secret((explicit_remote? remote_name: NULL),
1243 can_auth = have_srp_secret((explicit_remote? remote_name: NULL),
1256 remote_name);
1295 (hadchap = have_chap_secret(user, (explicit_remote? remote_name:
1300 (explicit_remote? remote_name: NULL), 0, NULL))) ||
1301 have_srp_secret(user, (explicit_remote? remote_name: NULL), 0, NULL));
1307 if (!(hadchap = have_chap_secret((explicit_remote? remote_name: NULL),
1313 !have_chap_secret((explicit_remote? remote_name
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_int.h87 BD_NAME remote_name; member in struct:__anon1238
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h642 tBTM_BD_NAME remote_name; member in struct:__anon1403

Completed in 1043 milliseconds