OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProtocol
(Results
1 - 5
of
5
) sorted by null
/system/webservd/webservd/
protocol_handler.h
71
const std::string&
GetProtocol
() const { return protocol_; }
dbus_protocol_handler.cc
44
dbus_adaptor_.SetProtocol(protocol_handler->
GetProtocol
());
/external/webrtc/webrtc/p2p/base/
relayport.cc
44
ProtocolType
GetProtocol
() const {
544
return conn1->
GetProtocol
() <= conn2->
GetProtocol
() ? conn1 : conn2;
/external/mdnsresponder/Clients/
dns-sd.c
299
static DNSServiceProtocol
GetProtocol
(const char *s)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits.h
212
virtual HRESULT WINAPI
GetProtocol
(LPWSTR *pProtocol) = 0;
224
HRESULT (WINAPI *
GetProtocol
)(IBackgroundCopyError *This,LPWSTR *pProtocol);
238
#define IBackgroundCopyError_GetProtocol(This,pProtocol) (This)->lpVtbl->
GetProtocol
(This,pProtocol)
[
all
...]
Completed in 445 milliseconds