OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_WRITE_INIT
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/p2p/base/
port.cc
770
write_state_(
STATE_WRITE_INIT
),
898
<< "Resetting state to
STATE_WRITE_INIT
.";
899
set_write_state(
STATE_WRITE_INIT
);
[
all
...]
port.h
440
STATE_WRITE_INIT
= 2, // we have yet to receive a ping response
turnport_unittest.cc
410
EXPECT_EQ(Connection::
STATE_WRITE_INIT
, conn1->write_state());
422
EXPECT_EQ(Connection::
STATE_WRITE_INIT
, conn1->write_state());
[
all
...]
port_unittest.cc
842
if (ch1.conn()->write_state() == Connection::
STATE_WRITE_INIT
) {
[
all
...]
Completed in 53 milliseconds