OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReserveSid
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/app/webrtc/
datachannel.h
97
bool
ReserveSid
(int sid);
datachannel_unittest.cc
533
EXPECT_TRUE(allocator_.
ReserveSid
(old_id));
540
EXPECT_TRUE(allocator_.
ReserveSid
(old_id));
549
EXPECT_TRUE(allocator_.
ReserveSid
(odd_id));
550
EXPECT_TRUE(allocator_.
ReserveSid
(even_id));
datachannel.cc
61
bool SctpSidAllocator::
ReserveSid
(int sid) {
peerconnection.cc
[
all
...]
Completed in 839 milliseconds