Searched defs:protocol (Results 201 - 225 of 537) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/host/
H A Dcast_extension_session.h38 namespace protocol { namespace in namespace:remoting
40 } // namespace protocol
55 const protocol::NetworkSettings& network_settings,
57 protocol::ClientStub* client_stub);
69 protocol::ClientStub* client_stub,
70 const protocol::ExtensionMessage& message) OVERRIDE;
95 const protocol::NetworkSettings& network_settings,
97 protocol::ClientStub* client_stub);
110 // A protocol::ExtensionMessage consists of two string fields: type and data.
207 const protocol
[all...]
H A Dvideo_scheduler.h33 namespace protocol { namespace in namespace:remoting
37 } // namespace protocol
94 protocol::CursorShapeStub* cursor_stub,
95 protocol::VideoStub* video_stub);
165 void SendCursorShape(scoped_ptr<protocol::CursorShapeInfo> cursor_shape);
193 protocol::CursorShapeStub* cursor_stub_;
194 protocol::VideoStub* video_stub_;
/external/chromium_org/remoting/host/setup/
H A Dme2me_native_messaging_host.h32 namespace protocol { namespace in namespace:remoting
34 } // namespace protocol
45 scoped_refptr<protocol::PairingRegistry> pairing_registry,
176 scoped_refptr<protocol::PairingRegistry> pairing_registry_;
/external/chromium_org/remoting/protocol/
H A Dauthentication_method.cc5 #include "remoting/protocol/authentication_method.h"
10 #include "remoting/protocol/auth_util.h"
13 namespace protocol { namespace in namespace:remoting
151 } // namespace protocol
H A Dauthentication_method.h18 namespace protocol { namespace in namespace:remoting
90 } // namespace protocol
H A Dauthenticator.h18 namespace protocol { namespace in namespace:remoting
27 // Authenticator is an abstract interface for authentication protocol
30 // protocol. Client and host will repeatedly call their Authenticators
138 } // namespace protocol
H A Dauthenticator_test_base.h23 namespace protocol { namespace in namespace:remoting
75 } // namespace protocol
H A Dchromium_socket_factory_unittest.cc5 #include "remoting/protocol/chromium_socket_factory.h"
15 namespace protocol { namespace in namespace:remoting
114 } // namespace protocol
H A Dconnection_tester.cc5 #include "remoting/protocol/connection_tester.h"
15 namespace protocol { namespace in namespace:remoting
260 } // namespace protocol
H A Dconnection_tester.h25 namespace protocol { namespace in namespace:remoting
106 } // namespace protocol
H A Dfake_authenticator.h10 #include "remoting/protocol/authenticator.h"
11 #include "remoting/protocol/channel_authenticator.h"
14 namespace protocol { namespace in namespace:remoting
114 } // namespace protocol
H A Dfake_datagram_socket.h16 #include "remoting/protocol/datagram_channel_factory.h"
23 namespace protocol { namespace in namespace:remoting
129 } // namespace protocol
H A Dinput_event_tracker_unittest.cc5 #include "remoting/protocol/input_event_tracker.h"
8 #include "remoting/protocol/protocol_mock_objects.h"
17 namespace protocol { namespace in namespace:remoting
25 static const uint32 kTestLockStates = protocol::KeyEvent::LOCK_STATES_CAPSLOCK;
242 } // namespace protocol
H A Djingle_messages_unittest.cc5 #include "remoting/protocol/jingle_messages.h"
18 namespace protocol { namespace in namespace:remoting
188 "username='tPUyEAmQrEw3y7hi' protocol='udp' generation='0' "
191 "username='EPK3CXo5sTLJSez0' protocol='udp' generation='0' "
373 } // namespace protocol
H A Djingle_session.h17 #include "remoting/protocol/authenticator.h"
18 #include "remoting/protocol/datagram_channel_factory.h"
19 #include "remoting/protocol/jingle_messages.h"
20 #include "remoting/protocol/session.h"
21 #include "remoting/protocol/session_config.h"
22 #include "remoting/protocol/transport.h"
31 namespace protocol { namespace in namespace:remoting
39 // Jingle protocol used in Chromoting. Instances of this class are
189 } // namespace protocol
H A Djingle_session_manager.cc5 #include "remoting/protocol/jingle_session_manager.h"
8 #include "remoting/protocol/authenticator.h"
9 #include "remoting/protocol/content_description.h"
10 #include "remoting/protocol/jingle_messages.h"
11 #include "remoting/protocol/jingle_session.h"
12 #include "remoting/protocol/transport.h"
21 namespace protocol { namespace in namespace:remoting
172 } // namespace protocol
H A Dme2me_host_authenticator_factory.cc5 #include "remoting/protocol/me2me_host_authenticator_factory.h"
10 #include "remoting/protocol/channel_authenticator.h"
11 #include "remoting/protocol/negotiating_host_authenticator.h"
12 #include "remoting/protocol/token_validator.h"
16 namespace protocol { namespace in namespace:remoting
166 } // namespace protocol
H A Dmessage_decoder_unittest.cc12 #include "remoting/protocol/message_decoder.h"
13 #include "remoting/protocol/message_serialization.h"
17 namespace protocol { namespace in namespace:remoting
61 // Then feed the protocol decoder using the above generated data and the
124 } // namespace protocol
H A Dmessage_reader.h15 #include "remoting/protocol/message_decoder.h"
23 namespace protocol { namespace in namespace:remoting
80 // Version of MessageReader for protocol buffer messages, that parses
110 LOG(WARNING) << "Received message that is not a valid protocol buffer.";
121 } // namespace protocol
H A Dnegotiating_authenticator_base.cc5 #include "remoting/protocol/negotiating_authenticator_base.h"
15 #include "remoting/protocol/channel_authenticator.h"
16 #include "remoting/protocol/v2_authenticator.h"
20 namespace protocol { namespace in namespace:remoting
112 } // namespace protocol
H A Dnegotiating_client_authenticator.cc5 #include "remoting/protocol/negotiating_client_authenticator.h"
14 #include "remoting/protocol/channel_authenticator.h"
15 #include "remoting/protocol/pairing_client_authenticator.h"
16 #include "remoting/protocol/v2_authenticator.h"
20 namespace protocol { namespace in namespace:remoting
161 } // namespace protocol
H A Dnegotiating_host_authenticator.cc5 #include "remoting/protocol/negotiating_host_authenticator.h"
15 #include "remoting/protocol/channel_authenticator.h"
16 #include "remoting/protocol/pairing_host_authenticator.h"
17 #include "remoting/protocol/pairing_registry.h"
18 #include "remoting/protocol/token_validator.h"
19 #include "remoting/protocol/v2_authenticator.h"
23 namespace protocol { namespace in namespace:remoting
170 // the paired connection protocol.
174 // In all other cases, use the V2 protocol. Note that this includes the
175 // case where the protocol i
[all...]
H A Dpairing_host_authenticator.cc5 #include "remoting/protocol/pairing_host_authenticator.h"
11 #include "remoting/protocol/channel_authenticator.h"
12 #include "remoting/protocol/v2_authenticator.h"
16 namespace protocol { namespace in namespace:remoting
119 } // namespace protocol
H A Dprotocol_mock_objects.h17 #include "remoting/protocol/authenticator.h"
18 #include "remoting/protocol/client_stub.h"
19 #include "remoting/protocol/clipboard_stub.h"
20 #include "remoting/protocol/connection_to_client.h"
21 #include "remoting/protocol/host_stub.h"
22 #include "remoting/protocol/input_stub.h"
23 #include "remoting/protocol/pairing_registry.h"
24 #include "remoting/protocol/session.h"
25 #include "remoting/protocol/session_manager.h"
26 #include "remoting/protocol/transpor
31 namespace protocol { namespace in namespace:remoting
[all...]
H A Dthird_party_authenticator_base.cc5 #include "remoting/protocol/third_party_authenticator_base.h"
13 #include "remoting/protocol/channel_authenticator.h"
14 #include "remoting/protocol/v2_authenticator.h"
18 namespace protocol { namespace in namespace:remoting
96 } // namespace protocol

Completed in 6250 milliseconds

1234567891011>>