OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG_J
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/p2p/base/
common.h
17
#define
LOG_J
(sev, obj) LOG(sev) << "Jingle:" << obj->ToString() << ": "
dtlstransportchannel.cc
137
LOG_J
(LS_INFO, this) << "Ignoring identical DTLS identity";
140
LOG_J
(LS_ERROR, this) << "Can't change DTLS local identity in this state";
149
LOG_J
(LS_INFO, this) << "NULL DTLS identity supplied. Not doing DTLS";
209
LOG_J
(LS_INFO, this) << "Ignoring identical remote DTLS fingerprint";
216
LOG_J
(LS_INFO, this) << "Other side didn't support DTLS.";
224
LOG_J
(LS_ERROR, this) << "Can't set DTLS remote settings in this state.";
260
LOG_J
(LS_ERROR, this) << "Failed to create DTLS adapter.";
276
LOG_J
(LS_ERROR, this) << "Couldn't set DTLS certificate digest.";
283
LOG_J
(LS_ERROR, this) << "Couldn't set DTLS-SRTP ciphers.";
287
LOG_J
(LS_INFO, this) << "Not using DTLS-SRTP."
[
all
...]
transportchannel.cc
38
LOG_J
(LS_VERBOSE, this) << "set_writable from:" << writable_ << " to "
51
LOG_J
(LS_VERBOSE, this) << "set_dtls_state from:" << dtls_state_ << " to "
turnport.cc
302
LOG_J
(LS_INFO, this) << "Trying to connect to TURN server via "
412
LOG_J
(LS_WARNING, this) << "Connection with server failed, error=" << error;
419
LOG_J
(LS_WARNING, this) << "Giving up on the port after "
426
LOG_J
(LS_INFO, this) << "Allocating a new socket after "
545
LOG_J
(LS_WARNING, this) << "Discarding TURN message from unknown address:"
554
LOG_J
(LS_WARNING, this) << "Received TURN message that was too short";
570
LOG_J
(LS_VERBOSE, this) <<
579
LOG_J
(LS_WARNING, this) << "Received TURN message with invalid "
604
LOG_J
(LS_WARNING, this) << "Redirection to ["
617
LOG_J
(LS_INFO, this) << "Redirecting from TURN server [
[
all
...]
tcpport.cc
109
LOG_J
(LS_ERROR, this) << "TCP socket creation failed.";
183
LOG_J
(LS_INFO, this) << "Not listening due to firewall restrictions.";
215
LOG_J
(LS_ERROR, this) << "Attempted to send to an unknown destination, "
226
LOG_J
(LS_ERROR, this) << "TCP send of " << size
263
LOG_J
(LS_VERBOSE, this) << "Accepted connection from "
320
LOG_J
(LS_VERBOSE, this)
393
LOG_J
(LS_VERBOSE, this) << "Connection established to "
406
LOG_J
(LS_WARNING, this) << "Dropping connection as TCP socket bound to IP "
416
LOG_J
(LS_INFO, this) << "Connection closed with error " << error;
463
LOG_J
(LS_INFO, this) << "TCP Connection with remote is closed,
[
all
...]
port.cc
198
LOG_J
(LS_INFO, this) << "Port created";
284
LOG_J
(LS_ERROR, this) << "Received non-STUN packet from unknown address ("
306
LOG_J
(LS_ERROR, this) << "Received unexpected STUN message type ("
355
LOG_J
(LS_ERROR, this) << "Received STUN request without username/M-I "
367
LOG_J
(LS_ERROR, this) << "Received STUN request with bad local username "
377
LOG_J
(LS_ERROR, this) << "Received STUN request with bad M-I "
389
LOG_J
(LS_ERROR, this) << "Received STUN binding error:"
396
LOG_J
(LS_ERROR, this) << "Received STUN binding error without a error "
404
LOG_J
(LS_VERBOSE, this) << "Received STUN binding indication:"
410
LOG_J
(LS_ERROR, this) << "Received STUN packet with invalid type (
[
all
...]
turnserver.cc
579
LOG_J
(LS_INFO, this) << "Allocation destroyed";
608
LOG_J
(LS_WARNING, this) << "Invalid TURN message type received: "
630
LOG_J
(LS_INFO, this) << "Created allocation, lifetime=" << lifetime_secs;
658
LOG_J
(LS_INFO, this) << "Refreshed allocation, lifetime=" << lifetime_secs;
677
LOG_J
(LS_WARNING, this) << "Received invalid send indication";
686
LOG_J
(LS_WARNING, this) << "Received send indication without permission"
710
LOG_J
(LS_INFO, this) << "Created permission, peer="
759
LOG_J
(LS_INFO, this) << "Bound channel, id=" << channel_id
777
LOG_J
(LS_WARNING, this) << "Received channel data for invalid channel, id="
808
LOG_J
(LS_WARNING, this) << "Received external packet without permission,
[
all
...]
stunport.cc
220
LOG_J
(LS_WARNING, this) << "UDP socket creation failed";
282
LOG_J
(LS_ERROR, this) << "UDP send of " << size
367
LOG_J
(LS_INFO, this) << "Starting STUN host lookup for "
379
LOG_J
(LS_WARNING, this) << "StunPort: stun host lookup received error "
p2ptransportchannel.cc
326
LOG_J
(LS_VERBOSE, this) << "Ice not completed yet for this channel as "
333
LOG_J
(LS_VERBOSE, this) << "Ice is completed for this channel.";
440
LOG_J
(LS_WARNING, port) << "SetOption(" << it->first
798
LOG_J
(LS_INFO, this) << "Created connection with origin=" << origin << ", ("
[
all
...]
/external/webrtc/webrtc/p2p/client/
basicportallocator.cc
469
LOG_J
(LS_INFO, port) << "Added port to allocator";
661
LOG_J
(LS_INFO, port) << "Removed port from allocator ("
814
LOG_J
(LS_INFO, network_) << "Allocation Phase="
[
all
...]
Completed in 1781 milliseconds