OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLocalIdentity
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannel.h
112
virtual bool
GetLocalIdentity
(talk_base::SSLIdentity** identity) const = 0;
transportchannelproxy.h
78
virtual bool
GetLocalIdentity
(talk_base::SSLIdentity** identity) const;
rawtransportchannel.h
132
virtual bool
GetLocalIdentity
(talk_base::SSLIdentity** identity) const {
transportchannelproxy.cc
183
bool TransportChannelProxy::
GetLocalIdentity
(
189
return impl_->
GetLocalIdentity
(identity);
dtlstransportchannel.h
131
virtual bool
GetLocalIdentity
(talk_base::SSLIdentity** identity) const;
p2ptransportchannel.h
132
virtual bool
GetLocalIdentity
(talk_base::SSLIdentity** identity) const {
dtlstransportchannel.cc
177
bool DtlsTransportChannelWrapper::
GetLocalIdentity
(
fakesession.h
239
virtual bool
GetLocalIdentity
(talk_base::SSLIdentity** identity) const {
/external/chromium_org/jingle/glue/
channel_socket_adapter_unittest.cc
49
MOCK_CONST_METHOD1(
GetLocalIdentity
, bool(talk_base::SSLIdentity** identity));
Completed in 129 milliseconds