OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSetLocalSdpFailed
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.h
60
extern const char
kSetLocalSdpFailed
[];
webrtcsession.cc
75
const char
kSetLocalSdpFailed
[] = "SetLocalDescription failed: ";
274
std::string set_local_sdp_failed =
kSetLocalSdpFailed
;
[
all
...]
webrtcsession_unittest.cc
97
using webrtc::
kSetLocalSdpFailed
;
574
EXPECT_NE(std::string::npos, error.find(
kSetLocalSdpFailed
));
[
all
...]
Completed in 43 milliseconds