Home
last modified time | relevance | path

Searched refs:ClientSession (Results 1 – 25 of 692) sorted by relevance

12345678910>>...28

/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/kernel/
H A Dclient_session.cpp15 ClientSession::ClientSession(KernelCore& kernel) : SynchronizationObject{kernel} {} in ClientSession() function in Kernel::ClientSession
17 ClientSession::~ClientSession() { in ~ClientSession()
25 bool ClientSession::ShouldWait(const Thread* thread) const { in ShouldWait()
30 void ClientSession::Acquire(Thread* thread) { in Acquire()
34 bool ClientSession::IsSignaled() const { in IsSignaled()
39 ResultVal<std::shared_ptr<ClientSession>> ClientSession::Create(KernelCore& kernel, in Create()
42 std::shared_ptr<ClientSession> client_session{std::make_shared<ClientSession>(kernel)}; in Create()
50 ResultCode ClientSession::SendSyncRequest(std::shared_ptr<Thread> thread, in SendSyncRequest()
H A Dclient_session.h29 class ClientSession final : public SynchronizationObject {
31 explicit ClientSession(KernelCore& kernel);
32 ~ClientSession() override;
44 static constexpr HandleType HANDLE_TYPE = HandleType::ClientSession;
59 static ResultVal<std::shared_ptr<ClientSession>> Create(KernelCore& kernel,
H A Dsession.h15 class ClientSession; variable
27 using SessionPair = std::pair<std::shared_ptr<ClientSession>, std::shared_ptr<ServerSession>>;
46 std::shared_ptr<ClientSession> Client() { in Client()
62 std::weak_ptr<ClientSession> client;
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/src/signaling/
H A Dclientsession.go48 type ClientSession struct { struct
93 s := &ClientSession{
143 func (s *ClientSession) PrivateId() string { argument
147 func (s *ClientSession) PublicId() string { argument
242 func (s *ClientSession) UserId() string { argument
250 func (s *ClientSession) run() { argument
263 func (s *ClientSession) StartExpire() { argument
269 func (s *ClientSession) StopExpire() { argument
282 func (s *ClientSession) GetRoom() *Room { argument
307 func (s *ClientSession) Close() { argument
[all …]
/dports/net/latd/latd-1.31/
H A Dclientsession.cc40 ClientSession::ClientSession(class LATConnection &p, in ClientSession() function in ClientSession
53 int ClientSession::new_session(unsigned char *_remote_node, in new_session()
62 int ClientSession::connect_parent() in connect_parent()
69 void ClientSession::restart_pty() in restart_pty()
76 void ClientSession::disconnect_session(int reason) in disconnect_session()
94 ClientSession::~ClientSession() in ~ClientSession()
104 void ClientSession::do_read() in do_read()
134 int ClientSession::get_port_fd() in get_port_fd()
141 void ClientSession::show_status(unsigned char *node, LAT_StatusEntry *entry) in show_status()
147 void ClientSession::start_port() in start_port()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/
H A Dclient_session.cc54 ClientSession::ClientSession( in ClientSession() function in remoting::ClientSession
89 ClientSession::~ClientSession() { in ~ClientSession()
98 void ClientSession::NotifyClientResolution( in NotifyClientResolution()
167 void ClientSession::SetCapabilities( in SetCapabilities()
220 void ClientSession::RequestPairing( in RequestPairing()
232 void ClientSession::DeliverClientMessage( in DeliverClientMessage()
243 void ClientSession::SelectDesktopDisplay( in SelectDesktopDisplay()
301 void ClientSession::ControlPeerConnection( in ControlPeerConnection()
403 void ClientSession::CreateMediaStreams() { in CreateMediaStreams()
521 void ClientSession::OnIncomingDataChannel( in OnIncomingDataChannel()
[all …]
H A Dchromoting_host.h65 class ChromotingHost : public ClientSession::EventHandler {
67 typedef std::vector<std::unique_ptr<ClientSession>> ClientSessions;
109 void OnSessionAuthenticating(ClientSession* client) override;
110 void OnSessionAuthenticated(ClientSession* client) override;
111 void OnSessionChannelsConnected(ClientSession* client) override;
112 void OnSessionAuthenticationFailed(ClientSession* client) override;
113 void OnSessionClosed(ClientSession* session) override;
114 void OnSessionRouteChange(ClientSession* session,
H A Dclient_session.h64 class ClientSession : public protocol::HostStub,
76 virtual void OnSessionAuthenticating(ClientSession* client) = 0;
79 virtual void OnSessionAuthenticated(ClientSession* client) = 0;
82 virtual void OnSessionChannelsConnected(ClientSession* client) = 0;
87 virtual void OnSessionAuthenticationFailed(ClientSession* client) = 0;
90 virtual void OnSessionClosed(ClientSession* client) = 0;
95 ClientSession* client,
105 ClientSession(
113 ~ClientSession() override;
351 DISALLOW_COPY_AND_ASSIGN(ClientSession);
H A Dchromoting_host.cc133 void ChromotingHost::OnSessionAuthenticating(ClientSession* client) { in OnSessionAuthenticating()
147 void ChromotingHost::OnSessionAuthenticated(ClientSession* client) { in OnSessionAuthenticated()
172 void ChromotingHost::OnSessionChannelsConnected(ClientSession* client) { in OnSessionChannelsConnected()
180 void ChromotingHost::OnSessionAuthenticationFailed(ClientSession* client) { in OnSessionAuthenticationFailed()
188 void ChromotingHost::OnSessionClosed(ClientSession* client) { in OnSessionClosed()
192 [client](const std::unique_ptr<ClientSession>& item) { in OnSessionClosed()
208 ClientSession* session, in OnSessionRouteChange()
251 clients_.push_back(std::make_unique<ClientSession>( in OnIncomingSession()
H A Dhost_mock_objects.h107 class MockClientSessionEventHandler : public ClientSession::EventHandler {
112 MOCK_METHOD1(OnSessionAuthenticating, void(ClientSession* client));
113 MOCK_METHOD1(OnSessionAuthenticated, void(ClientSession* client));
114 MOCK_METHOD1(OnSessionChannelsConnected, void(ClientSession* client));
115 MOCK_METHOD1(OnSessionAuthenticationFailed, void(ClientSession* client));
116 MOCK_METHOD1(OnSessionClosed, void(ClientSession* client));
118 ClientSession* client,
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/client/
H A Dtest_session__client.py40 s = bcs.ClientSession()
48 s = bcs.ClientSession("sid")
55 s = bcs.ClientSession(websocket_url="wsurl")
64 s = bcs.ClientSession(io_loop="io_loop")
73 s = bcs.ClientSession(arguments="args")
81 s = bcs.ClientSession()
89 s = bcs.ClientSession()
97 with bcs.ClientSession() as session:
105 s = bcs.ClientSession()
113 s = bcs.ClientSession()
[all …]
/dports/net/liveMedia/live/liveMedia/include/
H A DGenericMediaServer.hh102 friend class ClientSession;
113 class ClientSession { class in GenericMediaServer
115 ClientSession(GenericMediaServer& ourServer, u_int32_t sessionId);
116 virtual ~ClientSession();
120 static void noteClientLiveness(ClientSession* clientSession);
121 static void livenessTimeoutTask(ClientSession* clientSession);
134 virtual ClientSession* createNewClientSession(u_int32_t sessionId) = 0;
136 ClientSession* createNewClientSessionWithId();
141 ClientSession* lookupClientSession(u_int32_t sessionId);
142 ClientSession* lookupClientSession(char const* sessionIdStr);
[all …]
/dports/net/liveMedia/live/liveMedia/
H A DGenericMediaServer.cpp65 GenericMediaServer::ClientSession* clientSession; in closeAllClientSessionsForServerMediaSession()
120 GenericMediaServer::ClientSession* clientSession; in cleanup()
259 GenericMediaServer::ClientSession
260 ::ClientSession(GenericMediaServer& ourServer, u_int32_t sessionId) in ClientSession() function in GenericMediaServer::ClientSession
266 GenericMediaServer::ClientSession::~ClientSession() { in ~ClientSession()
285 void GenericMediaServer::ClientSession::noteLiveness() { in noteLiveness()
301 void GenericMediaServer::ClientSession::noteClientLiveness(ClientSession* clientSession) { in noteClientLiveness()
305 void GenericMediaServer::ClientSession::livenessTimeoutTask(ClientSession* clientSession) { in livenessTimeoutTask()
332 ClientSession* clientSession = createNewClientSession(sessionId); in createNewClientSessionWithId()
338 GenericMediaServer::ClientSession*
[all …]
/dports/emulators/citra/citra-ac98458e0/src/core/hle/kernel/
H A Dclient_session.cpp14 SERIALIZE_EXPORT_IMPL(Kernel::ClientSession)
18 ClientSession::ClientSession(KernelSystem& kernel) : Object(kernel) {} in ClientSession() function in Kernel::ClientSession
19 ClientSession::~ClientSession() { in ~ClientSession()
47 ResultCode ClientSession::SendSyncRequest(std::shared_ptr<Thread> thread) { in SendSyncRequest()
H A Dclient_session.h22 class ClientSession final : public Object {
24 explicit ClientSession(KernelSystem& kernel);
25 ~ClientSession() override;
37 static constexpr HandleType HANDLE_TYPE = HandleType::ClientSession;
66 BOOST_CLASS_EXPORT_KEY(Kernel::ClientSession)
67 CONSTRUCT_KERNEL_OBJECT(Kernel::ClientSession)
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hle/kernel/
H A Dclient_session.cpp14 SERIALIZE_EXPORT_IMPL(Kernel::ClientSession)
18 ClientSession::ClientSession(KernelSystem& kernel) : Object(kernel) {} in ClientSession() function in Kernel::ClientSession
19 ClientSession::~ClientSession() { in ~ClientSession()
47 ResultCode ClientSession::SendSyncRequest(std::shared_ptr<Thread> thread) { in SendSyncRequest()
H A Dclient_session.h22 class ClientSession final : public Object {
24 explicit ClientSession(KernelSystem& kernel);
25 ~ClientSession() override;
37 static constexpr HandleType HANDLE_TYPE = HandleType::ClientSession;
66 BOOST_CLASS_EXPORT_KEY(Kernel::ClientSession)
67 CONSTRUCT_KERNEL_OBJECT(Kernel::ClientSession)
/dports/net/rp-pppoe/rp-pppoe-3.15/src/
H A Dpppoe-server.h95 } ClientSession; typedef
107 extern ClientSession *Sessions;
135 extern ClientSession *FreeSessions;
138 extern ClientSession *LastFreeSession;
141 extern ClientSession *BusySessions;
153 extern ClientSession *pppoe_alloc_session(void);
154 extern int pppoe_free_session(ClientSession *ses);
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/client/
H A Dconnection.d.ts4 import { ClientSession } from "./session";
8 export declare type SessionResolver = (s: ClientSession) => void;
26 session: ClientSession | null;
34 connect(): Promise<ClientSession>;
49 … function pull_session(url?: string, token?: string, args_string?: string): Promise<ClientSession>;
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/user/
H A DPresenceEventListener.java19 import org.jivesoftware.openfire.session.ClientSession;
41 void availableSession( ClientSession session, Presence presence ); in availableSession()
52 void unavailableSession( ClientSession session, Presence presence ); in unavailableSession()
62 void presenceChanged( ClientSession session, Presence presence ); in presenceChanged()
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_client_ws.py46 res = await aiohttp.ClientSession(loop=loop).ws_connect(
66 await aiohttp.ClientSession(loop=loop).ws_connect(
92 res = await aiohttp.ClientSession(
114 await aiohttp.ClientSession(loop=loop).ws_connect(
136 await aiohttp.ClientSession(loop=loop).ws_connect(
248 session = aiohttp.ClientSession(loop=loop)
286 session = aiohttp.ClientSession(loop=loop)
318 session = aiohttp.ClientSession(loop=loop)
441 session = aiohttp.ClientSession(loop=loop)
523 res = await aiohttp.ClientSession(
[all …]
H A Dtest_client_session.py17 from aiohttp.client import ClientSession
515 session = aiohttp.ClientSession(loop=loop)
668 class A(ClientSession):
674 session = ClientSession(loop=loop)
680 session1 = ClientSession(loop=loop)
688 ClientSession(
693 ClientSession(
699 session1 = ClientSession()
704 session = ClientSession(timeout=500)
709 session = ClientSession()
[all …]
/dports/mail/geary/geary-40.0/src/engine/imap/api/
H A Dimap-client-service.vala107 private Gee.Set<ClientSession> all_sessions =
108 new Gee.HashSet<ClientSession>();
110 new Nonblocking.Queue<ClientSession>.fifo();
188 public async ClientSession
210 ClientSession? claimed = null;
327 ClientSession? new_session = null;
402 case ClientSession.ProtocolState.SELECTED:
403 case ClientSession.ProtocolState.SELECTING:
451 ClientSession new_session = new ClientSession(remote, this.quirks);
490 ClientSession[]? to_close = null;
[all …]
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/docs/
H A Dclient_advanced.rst63 parameter of :class:`ClientSession` constructor::
80 async with aiohttp.ClientSession() as session:
182 session = aiohttp.ClientSession(cookie_jar=jar)
204 session = aiohttp.ClientSession(cookie_jar=jar)
217 session = aiohttp.ClientSession(cookie_jar=jar)
278 async with aiohttp.ClientSession(
291 async with aiohttp.ClientSession(
419 session = aiohttp.ClientSession(connector=conn)
429 session = aiohttp.ClientSession(connector=conn)
529 async with aiohttp.ClientSession() as session:
[all …]
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/t/data/transactions-convenient-api/
H A Dtransactions-convenient-api.rst24 ``withTransaction`` method on the ClientSession object that allows application
49 ClientSession
63 Options for ``ClientSession.startTransaction``, as defined in the
72 This specification defines the name for a new ClientSession method,
91 argument, expect the callback to access the ClientSession from its lexical
97 ClientSession Changes
105 interface ClientSession {
110 // other existing members of ClientSession
113 ClientSession.withTransaction
296 ClientSession must provide access to a MongoClient
[all …]

12345678910>>...28