Searched defs:session (Results 126 - 150 of 289) sorted by relevance

1234567891011>>

/external/chromium_org/net/tools/quic/
H A Dquic_dispatcher_test.cc64 // A Connection class which unregisters the session from the dispatcher
86 MockSession** session) {
89 *session = new MockSession(connection);
93 EXPECT_CALL(*reinterpret_cast<MockConnection*>((*session)->connection()),
96 return *session;
208 // Create a new session.
83 CreateSession(QuicDispatcher* dispatcher, QuicConnectionId connection_id, const IPEndPoint& client_address, MockSession** session) argument
H A Dquic_server_session_test.cc258 // Incoming streams on the server session must be odd.
286 const QuicCryptoServerConfig& crypto_config, QuicSession* session)
287 : QuicCryptoServerStream(crypto_config, session) {}
285 MockQuicCryptoServerStream( const QuicCryptoServerConfig& crypto_config, QuicSession* session) argument
/external/chromium_org/remoting/host/
H A Dchromoting_host.cc107 // Destroy the session manager to make sure that |signal_strategy_| does not
256 ClientSession* session,
261 OnClientRouteChange(session->client_jid(), channel_name,
272 protocol::Session* session,
289 if (!protocol_config_->Select(session->candidate_config(), &config)) {
290 LOG(WARNING) << "Rejecting connection from " << session->jid()
296 session->set_config(config);
300 HOST_LOG << "Client connected: " << session->jid();
304 new protocol::ConnectionToClient(session));
255 OnSessionRouteChange( ClientSession* session, const std::string& channel_name, const protocol::TransportRoute& route) argument
271 OnIncomingSession( protocol::Session* session, protocol::SessionManager::IncomingSessionResponse* response) argument
H A Ddaemon_process.cc141 // Validate the supplied terminal ID. An attempt to use a desktop session ID
166 VLOG(1) << "Daemon: closed desktop session " << terminal_id;
188 // Validate the supplied terminal ID. An attempt to create a desktop session
200 // Create the desktop session.
201 scoped_ptr<DesktopSession> session = DoCreateDesktopSession( local
203 if (!session) {
204 LOG(ERROR) << "Failed to create a desktop session.";
210 VLOG(1) << "Daemon: opened desktop session " << terminal_id;
211 desktop_sessions_.push_back(session.release());
218 // Validate the supplied terminal ID. An attempt to use a desktop session I
[all...]
/external/chromium_org/remoting/protocol/
H A Dconnection_to_host.cc162 Session* session,
161 OnIncomingSession( Session* session, SessionManager::IncomingSessionResponse* response) argument
H A Djingle_session_unittest.cc103 void SetHostSession(Session* session) { argument
104 DCHECK(session);
105 host_session_.reset(session);
108 session->set_config(SessionConfig::ForTest());
317 // Verify that we can create and destroy session managers without a
323 // Verify that an incoming session can be rejected, and that the
328 // Reject incoming session.
425 // CreateSessionManagers so that the session will goes into the
H A Dprotocol_mock_objects.cc14 Session* session,
16 : ConnectionToClient(session) {
13 MockConnectionToClient( Session* session, HostStub* host_stub) argument
/external/chromium_org/sync/engine/
H A Dget_updates_processor.cc139 sessions::SyncSession* session,
142 message->set_share(session->context()->account_name());
154 bool need_encryption_key = ShouldRequestEncryptionKey(session->context());
159 session->context()->notifications_enabled());
172 sessions::SyncSession* session,
177 InitDownloadUpdatesContext(session,
182 SyncerError result = ExecuteDownloadUpdates(request_types, session, &message);
183 session->mutable_status_controller()->set_last_download_updates_result(
213 sessions::SyncSession* session,
216 sessions::StatusController* status = session
138 InitDownloadUpdatesContext( sessions::SyncSession* session, bool create_mobile_bookmarks_folder, sync_pb::ClientToServerMessage* message) argument
170 DownloadUpdates( ModelTypeSet request_types, sessions::SyncSession* session, bool create_mobile_bookmarks_folder) argument
211 ExecuteDownloadUpdates( ModelTypeSet request_types, sessions::SyncSession* session, sync_pb::ClientToServerMessage* msg) argument
[all...]
H A Dsyncer_proto_util.cc265 sessions::SyncSession* session,
348 SyncSession* session) {
355 AddRequestBirthday(session->context()->directory(), msg);
357 AddBagOfChips(session->context()->directory(), msg);
359 msg->mutable_client_status()->CopyFrom(session->context()->client_status());
360 msg->set_invalidator_client_id(session->context()->invalidator_client_id());
362 syncable::Directory* dir = session->context()->directory();
365 if (!PostAndProcessHeaders(session->context()->connection_manager(), session,
370 session
264 PostAndProcessHeaders(ServerConnectionManager* scm, sessions::SyncSession* session, const ClientToServerMessage& msg, ClientToServerResponse* response) argument
345 PostClientToServerMessage( ClientToServerMessage* msg, ClientToServerResponse* response, SyncSession* session) argument
[all...]
/external/chromium_org/sync/internal_api/
H A Dhttp_bridge.cc139 // We want to share the HTTP session data with the network layer factory,
143 net::HttpNetworkSession* session = local
145 DCHECK(session);
146 set_http_transaction_factory(new net::HttpNetworkLayer(session));
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsessiondescriptionfactory.cc111 WebRtcSession* session,
119 // as the session id and session version. To simplify, it should be fine
120 // to just use a random number as session id and start version from
124 session_(session),
309 // When issuing an offer that modifies the session,
343 // there is already an existing ongoing session.
106 WebRtcSessionDescriptionFactory( rtc::Thread* signaling_thread, cricket::ChannelManager* channel_manager, MediaStreamSignaling* mediastream_signaling, DTLSIdentityServiceInterface* dtls_identity_service, WebRtcSession* session, const std::string& session_id, cricket::DataChannelType dct, bool dtls_enabled) argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmanager.cc31 #include "talk/p2p/base/session.h"
101 Session* session = new Session(this, local_name, initiator_name, local
103 session->SetIdentity(transport_desc_factory_.identity());
104 session_map_[session->id()] = session;
105 session->SignalRequestSignaling.connect(
107 session->SignalOutgoingMessage.connect(
109 session->SignalErrorMessage.connect(this, &SessionManager::OnErrorMessage);
110 SignalSessionCreate(session, received_initiate);
111 session
115 DestroySession(Session* session) argument
136 Session* session = session_map_.begin()->second; local
168 Session* session = FindSession(msg.sid, msg.from); local
212 Session* session = FindSession(msg.sid, msg.to); local
232 Session* session = FindSession(msg.sid, msg.to); local
300 OnOutgoingMessage(Session* session, const buzz::XmlElement* stanza) argument
305 OnErrorMessage(BaseSession* session, const buzz::XmlElement* stanza, const buzz::QName& name, const std::string& type, const std::string& text, const buzz::XmlElement* extra_info) argument
322 OnRequestSignaling(Session* session) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.h40 #include "talk/p2p/base/session.h"
42 #include "talk/session/media/audiomonitor.h"
43 #include "talk/session/media/currentspeakermonitor.h"
44 #include "talk/session/media/mediamessages.h"
45 #include "talk/session/media/mediasession.h"
93 void AcceptSession(Session* session, const CallOptions& options);
94 void RejectSession(Session* session);
95 void TerminateSession(Session* session);
97 bool SendViewRequest(Session* session,
99 void SetVideoRenderer(Session* session, uint3
273 Session* session; member in struct:cricket::Call::MediaSession
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dsecuretunnelsessionclient.cc31 #include "talk/session/tunnel/pseudotcpchannel.h"
32 #include "talk/session/tunnel/securetunnelsessionclient.h"
131 Session* session, rtc::Thread* stream_thread,
133 return new SecureTunnelSession(this, session, stream_thread, role);
150 Session *session) {
153 if (!FindSecureTunnelContent(session->remote_description(),
164 DeclineTunnel(session);
170 SignalIncomingTunnel(this, jid, content->description, session);
173 // The XML representation of a session initiation request (XMPP IQ),
179 // <session xmln
130 MakeTunnelSession( Session* session, rtc::Thread* stream_thread, TunnelSessionRole role) argument
149 OnIncomingTunnel(const buzz::Jid &jid, Session *session) argument
310 SecureTunnelSession( SecureTunnelSessionClient* client, Session* session, rtc::Thread* stream_thread, TunnelSessionRole role) argument
[all...]
H A Dtunnelsessionclient_unittest.cc32 #include "talk/session/tunnel/tunnelsessionclient.h"
116 // Then route the incoming signaling message to the "other" session manager.
143 cricket::Session* session) {
144 remote_tunnel_.reset(remote_client_.AcceptTunnel(session));
141 OnIncomingTunnel(cricket::TunnelSessionClient* client, buzz::Jid jid, std::string description, cricket::Session* session) argument
/external/chromium_org/third_party/libsrtp/srtp/include/
H A Dsrtp.h116 * can be applied to an SRTP or SRTCP stream. An SRTP session policy
118 * in the session.
184 * @brief represents the policy for an SRTP session.
188 * policy for an entire SRTP session. Each element contains the SRTP
237 * @brief An srtp_t points to an SRTP session structure.
240 * an SRTP session. This datatype is intentially opaque in
243 * An SRTP session consists of all of the traffic sent to the RTP and
245 * Audio/Video Profile). A session can be viewed as a set of SRTP
260 * session by a single participant. A session ca
959 srtp_t session; /**< The session in which the event happend. */ member in struct:srtp_event_data_t
[all...]
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.h116 UInt64 session; member in struct:darwin_cached_device
/external/conscrypt/src/platform/java/org/conscrypt/
H A DTrustManagerImpl.java231 * Validates whether a server is trusted. If session is given and non-null
237 SSLSession session) throws CertificateException {
238 return checkTrusted(chain, authType, session.getPeerHost(), false);
236 checkServerTrusted(X509Certificate[] chain, String authType, SSLSession session) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-annotate.c29 #include "util/session.h"
188 struct perf_session *session; local
192 session = perf_session__new(input_name, O_RDONLY,
194 if (session == NULL)
197 machines__set_symbol_filter(&session->machines, symbol__annotate_init);
200 ret = perf_session__cpu_bitmap(session, ann->cpu_list,
207 ret = perf_session_env__lookup_objdump(&session->header.env);
212 ret = perf_session__process_events(session, &ann->tool);
217 perf_session__fprintf_nr_events(session, stdout);
222 perf_session__fprintf(session, stdou
[all...]
H A Dbuiltin-inject.c14 #include "util/session.h"
64 struct perf_session *session
154 struct perf_session *session)
159 err = perf_event__process_tracing_data(tool, event, session);
346 struct perf_session *session; local
358 session = perf_session__new(inject->input_name, O_RDONLY, false, true, &inject->tool);
359 if (session == NULL)
369 list_for_each_entry(evsel, &session->evlist->entries, node) {
385 lseek(inject->output, session->header.data_offset, SEEK_SET);
387 ret = perf_session__process_events(session,
152 perf_event__repipe_tracing_data(struct perf_tool *tool, union perf_event *event, struct perf_session *session) argument
[all...]
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
H A DSimpleWebServer.java245 public Response serve(IHTTPSession session) { argument
246 Map<String, String> header = session.getHeaders();
247 Map<String, String> parms = session.getParms();
248 String uri = session.getUri();
251 System.out.println(session.getMethod() + " '" + uri + "' ");
271 return respond(Collections.unmodifiableMap(header), session, uri);
274 private Response respond(Map<String, String> headers, IHTTPSession session, String uri) { argument
318 return respond(headers, session, uri + indexFile);
326 response = plugin.serveFile(uri, headers, session, f, mimeTypeForFile);
329 return respond(rewrite.getHeaders(), session, rewrit
[all...]
/external/srtp/include/
H A Dsrtp.h116 * can be applied to an SRTP or SRTCP stream. An SRTP session policy
118 * in the session.
184 * @brief represents the policy for an SRTP session.
188 * policy for an entire SRTP session. Each element contains the SRTP
237 * @brief An srtp_t points to an SRTP session structure.
240 * an SRTP session. This datatype is intentially opaque in
243 * An SRTP session consists of all of the traffic sent to the RTP and
245 * Audio/Video Profile). A session can be viewed as a set of SRTP
260 * session by a single participant. A session ca
886 srtp_t session; /**< The session in which the event happend. */ member in struct:srtp_event_data_t
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java123 * HTTP response. After HTTPS session if finished test checks connection
163 * persistent. After HTTPS session if finished test checks connection state
797 SSLSession session = serverPeer.getSession();
799 assertEquals(session.getCipherSuite(), clientConnection
802 assertEquals(session.getLocalPrincipal(), clientConnection
805 assertEquals(session.getPeerPrincipal(), clientConnection
810 Certificate[] localCertificates = session.getLocalCertificates();
815 serverCertificates = session.getPeerCertificates();
1059 public boolean verify(String hostname, SSLSession session) { argument
1062 + session
[all...]
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsessions_api.cc53 const char kInvalidSessionIdError[] = "Invalid session id: \"*\".";
55 "There are no browser windows to restore the session.";
342 const browser_sync::SyncedSession* session) {
350 device_struct->info = session->session_name;
351 device_struct->device_name = session->session_name;
354 session->windows.begin(); it != session->windows.end() &&
357 *it->second, session->session_tag));
341 CreateDeviceModel( const browser_sync::SyncedSession* session) argument
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsessions_helper.cc59 bool GetLocalSession(int index, const browser_sync::SyncedSession** session) { argument
62 GetLocalSession(session);
166 DVLOG(1) << "Waiting for session to propagate to associator.";
195 // The local session provided by GetLocalSession is owned, and has lifetime

Completed in 3926 milliseconds

1234567891011>>