OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocateSid
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/app/webrtc/
datachannel_unittest.cc
520
EXPECT_TRUE(allocator_.
AllocateSid
(rtc::SSL_SERVER, &id));
522
EXPECT_TRUE(allocator_.
AllocateSid
(rtc::SSL_CLIENT, &id));
524
EXPECT_TRUE(allocator_.
AllocateSid
(rtc::SSL_SERVER, &id));
526
EXPECT_TRUE(allocator_.
AllocateSid
(rtc::SSL_CLIENT, &id));
536
EXPECT_TRUE(allocator_.
AllocateSid
(rtc::SSL_SERVER, &new_id));
541
EXPECT_TRUE(allocator_.
AllocateSid
(rtc::SSL_CLIENT, &new_id));
553
EXPECT_TRUE(allocator_.
AllocateSid
(rtc::SSL_SERVER, &allocated_id));
556
EXPECT_TRUE(allocator_.
AllocateSid
(rtc::SSL_CLIENT, &allocated_id));
559
EXPECT_TRUE(allocator_.
AllocateSid
(rtc::SSL_SERVER, &allocated_id));
562
EXPECT_TRUE(allocator_.
AllocateSid
(rtc::SSL_CLIENT, &allocated_id))
[
all
...]
datachannel.h
94
bool
AllocateSid
(rtc::SSLRole role, int* sid);
datachannel.cc
47
bool SctpSidAllocator::
AllocateSid
(rtc::SSLRole role, int* sid) {
peerconnection.cc
[
all
...]
Completed in 344 milliseconds