OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gice_creds
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionendtoend_unittest.cc
183
std::string
gice_creds
= " username ";
local
184
gice_creds
.append(kExternalGiceUfrag);
185
gice_creds
.append(" password ");
186
gice_creds
.append(kExternalGicePwd);
187
gice_creds
.append("\r\n");
188
Replace("\r\n",
gice_creds
, sdp);
Completed in 48 milliseconds