OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QN_SID
(Results
1 - 8
of
8
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
constants.h
95
extern const buzz::QName
QN_SID
;
constants.cc
79
const buzz::QName
QN_SID
(true, NS_EMPTY, "sid");
sessionmessages.cc
134
(jingle->HasAttr(
QN_SID
)
136
// clients that set QN_ID instead of
QN_SID
. Once we know
181
msg->sid = jingle->Attr(
QN_SID
);
183
// that set QN_ID instead of
QN_SID
. Once we know there are no
240
jingle->AddAttr(
QN_SID
, msg.sid);
242
// that expected QN_ID instead of
QN_SID
. Once we know there are no
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
constants.cc
83
const buzz::StaticQName
QN_SID
= { NS_EMPTY, "sid" };
constants.h
98
extern const buzz::StaticQName
QN_SID
;
sessionmessages.cc
133
return (jingle->HasAttr(buzz::QN_ACTION) && jingle->HasAttr(
QN_SID
));
175
msg->sid = jingle->Attr(
QN_SID
);
228
jingle->AddAttr(
QN_SID
, msg.sid);
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc
659
if (!talk_base::FromString(stream_elem->Attr(
QN_SID
), &sid)) {
[
all
...]
mediasessionclient_unittest.cc
[
all
...]
Completed in 30 milliseconds