/external/chromium_org/remoting/protocol/ |
connection_to_host.h | 17 #include "remoting/protocol/clipboard_filter.h" 18 #include "remoting/protocol/errors.h" 19 #include "remoting/protocol/input_filter.h" 20 #include "remoting/protocol/message_reader.h" 21 #include "remoting/protocol/session.h" 22 #include "remoting/protocol/session_manager.h" 33 namespace protocol { namespace in namespace:remoting 177 } // namespace protocol
|
content_description.cc | 5 #include "remoting/protocol/content_description.h" 10 #include "remoting/protocol/authenticator.h" 11 #include "remoting/protocol/name_value_map.h" 18 namespace protocol { namespace in namespace:remoting 241 } // namespace protocol
|
negotiating_authenticator_unittest.cc | 8 #include "remoting/protocol/authenticator_test_base.h" 9 #include "remoting/protocol/channel_authenticator.h" 10 #include "remoting/protocol/connection_tester.h" 11 #include "remoting/protocol/negotiating_authenticator_base.h" 12 #include "remoting/protocol/negotiating_client_authenticator.h" 13 #include "remoting/protocol/negotiating_host_authenticator.h" 14 #include "remoting/protocol/pairing_registry.h" 15 #include "remoting/protocol/protocol_mock_objects.h" 25 namespace protocol { namespace in namespace:remoting 101 const protocol::SecretFetchedCallback& secret_fetched_callback) [all...] |
pairing_registry.h | 30 namespace protocol { namespace in namespace:remoting 155 const protocol::PairingRegistry::GetAllPairingsCallback& callback); 157 const protocol::PairingRegistry::DoneCallback& callback); 160 const protocol::PairingRegistry::GetPairingCallback& callback); 162 const protocol::PairingRegistry::Pairing& pairing, 163 const protocol::PairingRegistry::DoneCallback& callback); 166 const protocol::PairingRegistry::DoneCallback& callback); 201 } // namespace protocol
|
pairing_registry_unittest.cc | 5 #include "remoting/protocol/pairing_registry.h" 18 #include "remoting/protocol/protocol_mock_objects.h" 26 using remoting::protocol::PairingRegistry; 61 namespace protocol { namespace in namespace:remoting 258 } // namespace protocol
|
session_config.cc | 5 #include "remoting/protocol/session_config.h" 10 namespace protocol { namespace in namespace:remoting 236 } // namespace protocol
|
ssl_hmac_channel_authenticator_unittest.cc | 5 #include "remoting/protocol/ssl_hmac_channel_authenticator.h" 19 #include "remoting/protocol/connection_tester.h" 20 #include "remoting/protocol/fake_session.h" 30 namespace protocol { namespace in namespace:remoting 179 } // namespace protocol
|
third_party_authenticator_unittest.cc | 8 #include "remoting/protocol/authenticator_test_base.h" 9 #include "remoting/protocol/channel_authenticator.h" 10 #include "remoting/protocol/connection_tester.h" 11 #include "remoting/protocol/fake_authenticator.h" 12 #include "remoting/protocol/third_party_authenticator_base.h" 13 #include "remoting/protocol/third_party_client_authenticator.h" 14 #include "remoting/protocol/third_party_host_authenticator.h" 37 namespace protocol { namespace in namespace:remoting 225 } // namespace protocol
|
transport.h | 43 namespace protocol { namespace in namespace:remoting 166 } // namespace protocol
|
v2_authenticator.cc | 5 #include "remoting/protocol/v2_authenticator.h" 11 #include "remoting/protocol/ssl_hmac_channel_authenticator.h" 21 namespace protocol { namespace in namespace:remoting 203 } // namespace protocol
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
Location.cpp | 69 String Location::protocol() const function in class:WebCore::Location 73 return DOMURLUtilsReadOnly::protocol(url()); 143 void Location::setProtocol(DOMWindow* activeWindow, DOMWindow* firstWindow, const String& protocol, ExceptionState& exceptionState) 148 if (!url.setProtocol(protocol)) { 149 exceptionState.throwDOMException(SyntaxError, "'" + protocol + "' is an invalid protocol.");
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
RTCDataChannel.cpp | 113 String RTCDataChannel::protocol() const function in class:WebCore::RTCDataChannel 115 return m_handler->protocol();
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
SecurityOrigin.h | 53 static PassRefPtr<SecurityOrigin> create(const String& protocol, const String& host, int port); 80 String protocol() const { return m_protocol; } function in class:WebCore::SecurityOrigin 86 // own protocol, or, when relevant, on the protocol of its "inner URL"
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
datachannel.h | 104 virtual std::string protocol() const { return config_.protocol; } function in class:webrtc::DataChannel 215 PROXY_CONSTMETHOD0(std::string, protocol)
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/ |
DataChannel.java | 41 public String protocol = ""; field in class:DataChannel.Init 51 String protocol, boolean negotiated, int id) { 55 this.protocol = protocol;
|
/external/iproute2/tc/ |
tc_filter.c | 34 fprintf(stderr, " [ pref PRIO ] protocol PROTO\n"); 57 __u32 protocol = 0; local 76 protocol = htons(ETH_P_ALL); 110 } else if (matches(*argv, "protocol") == 0) { 114 duparg("protocol", *argv); 116 invarg(*argv, "invalid protocol"); 117 protocol = id; 136 req.t.tcm_info = TC_H_MAKE(prio<<16, protocol); 234 fprintf(fp, "protocol %s ", 268 __u32 protocol = 0 local [all...] |
/external/iptables/iptables/ |
xshared.h | 31 * xtables_afinfo - protocol family dependent information 60 char *protocol; member in struct:iptables_command_state
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
ConnectorAdapter.java | 52 * <p>This adapter assumes a simple protocol where two 155 MessageProtocol protocol = new MessageProtocol(); local 170 protocol.addBuffer( buffer ); 173 while( (m = protocol.getMessage()) != null ) {
|
/external/libnfc-nci/src/nfa/rw/ |
nfa_rw_api.c | 251 ** NFA_STATUS_REJECTED if protocol is not T1/T2/ISO15693 252 ** (or) if hard lock is not requested for protocol ISO15693 259 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; local 261 if ((protocol != NFC_PROTOCOL_T1T) && (protocol != NFC_PROTOCOL_T2T) && (protocol != NFC_PROTOCOL_15693) && (protocol != NFC_PROTOCOL_ISO_DEP) && (protocol != NFC_PROTOCOL_T3T)) 263 NFA_TRACE_API1 ("NFA_RwSetTagReadOnly (): Cannot Configure as read only for Protocol: %d", protocol) [all...] |
/frameworks/base/services/jni/ |
com_android_server_UsbHostManager.cpp | 75 uint8_t protocol = deviceDesc->bDeviceProtocol; local 83 // push class, subclass, protocol and number of endpoints into interfaceValues vector 114 deviceSubClass, protocol, interfaceArray, endpointArray);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
ApnSetting.java | 42 public final String protocol; field in class:ApnSetting 61 String protocol, String roamingProtocol, boolean carrierEnabled, int bearer) { 75 this.protocol = protocol; 97 * <type>[| <type>...], <protocol>, <roaming_protocol>, <carrierEnabled>, <bearer> 127 String protocol, roamingProtocol; local 133 protocol = RILConstants.SETUP_DATA_PROTOCOL_IP; 142 protocol = a[14]; 153 a[9],a[4],a[5],authType,typeArray,protocol,roamingProtocol,carrierEnabled,bearer); 176 sb.append(", ").append(protocol); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cm4000_cs.h | 25 * I've changed "ptsreq.protocol" from "unsigned long" to "u_int32_t". 31 u_int32_t protocol; /*T=0: 2^0, T=1: 2^1*/ member in struct:ptsreq
|
smb.h | 42 enum smb_protocol protocol; member in struct:smb_conn_opt
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cm4000_cs.h | 25 * I've changed "ptsreq.protocol" from "unsigned long" to "u_int32_t". 31 u_int32_t protocol; /*T=0: 2^0, T=1: 2^1*/ member in struct:ptsreq
|
smb.h | 42 enum smb_protocol protocol; member in struct:smb_conn_opt
|