Searched refs:connection (Results 126 - 150 of 488) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DHandleMessage.h53 // Dispatch functions with connection parameter with no reply arguments.
56 void callMemberFunctionImpl(C* object, MF function, Connection* connection, ArgsTuple&& args, std::index_sequence<ArgsIndex...>) argument
58 (object->*function)(connection, std::get<ArgsIndex>(args)...);
62 void callMemberFunction(Connection* connection, ArgsTuple&& args, C* object, MF function) argument
64 callMemberFunctionImpl(object, function, connection, std::forward<ArgsTuple>(args), ArgsIndicies());
67 // Dispatch functions with connection parameter with reply arguments.
70 void callMemberFunctionImpl(C* object, MF function, Connection* connection, ArgsTuple&& args, ReplyArgsTuple& replyArgs, std::index_sequence<ArgsIndex...>, std::index_sequence<ReplyArgsIndex...>) argument
72 (object->*function)(connection, std::get<ArgsIndex>(std::forward<ArgsTuple>(args))..., std::get<ReplyArgsIndex>(replyArgs)...);
76 void callMemberFunction(Connection* connection, ArgsTuple&& args, ReplyArgsTuple& replyArgs, C* object, MF function) argument
78 callMemberFunctionImpl(object, function, connection, st
138 handleMessage(Connection* connection, MessageDecoder& decoder, MessageEncoder& replyEncoder, C* object, MF function) argument
152 handleMessage(Connection* connection, MessageDecoder& decoder, C* object, MF function) argument
188 handleMessageDelayed(Connection* connection, MessageDecoder& decoder, std::unique_ptr<MessageEncoder>& replyEncoder, C* object, MF function) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/
H A DNPObjectProxy.cpp66 m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Deallocate(), Messages::NPObjectMessageReceiver::Deallocate::Reply(), m_npObjectID);
107 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::HasMethod(methodNameData), Messages::NPObjectMessageReceiver::HasMethod::Reply(returnValue), m_npObjectID))
126 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Invoke(methodNameData, argumentsData), Messages::NPObjectMessageReceiver::Invoke::Reply(returnValue, resultData), m_npObjectID))
148 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::InvokeDefault(argumentsData), Messages::NPObjectMessageReceiver::InvokeDefault::Reply(returnValue, resultData), m_npObjectID))
167 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::HasProperty(propertyNameData), Messages::NPObjectMessageReceiver::HasProperty::Reply(returnValue), m_npObjectID))
183 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::GetProperty(propertyNameData), Messages::NPObjectMessageReceiver::GetProperty::Reply(returnValue, resultData), m_npObjectID))
203 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::SetProperty(propertyNameData, propertyValueData), Messages::NPObjectMessageReceiver::SetProperty::Reply(returnValue), m_npObjectID))
218 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::RemoveProperty(propertyNameData), Messages::NPObjectMessageReceiver::RemoveProperty::Reply(returnValue), m_npObjectID))
232 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::Enumerate(), Messages::NPObjectMessageReceiver::Enumerate::Reply(returnValue, identifiersData), m_npObjectID))
260 if (!m_npRemoteObjectMap->connection()
[all...]
H A DNPRemoteObjectMap.cpp44 PassRefPtr<NPRemoteObjectMap> NPRemoteObjectMap::create(IPC::Connection* connection) argument
46 return adoptRef(new NPRemoteObjectMap(connection));
49 NPRemoteObjectMap::NPRemoteObjectMap(IPC::Connection* connection) argument
50 : m_connection(connection)
220 void NPRemoteObjectMap::didReceiveSyncMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder, std::unique_ptr<IPC::MessageEncoder>& replyEncoder) argument
226 messageReceiver->didReceiveSyncNPObjectMessageReceiverMessage(connection, decoder, replyEncoder);
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/compat/
H A Dserver.test99 Test $testId.6 {dup of a server connection} {
126 Test $testId.8 {dup of a server connection} {
145 Test $testId.9 {fcntl on a server connection} {
149 Test $testId.10 {fcntl on a server connection} {
154 Test $testId.11 {fcntl on a server connection} {
165 Test $testId.12 {fcntl on a server connection} {
169 Test $testId.13 {fcntl on a server connection} {
175 Test $testId.20 {server_cntl on a server connection} {
180 Test $testId.21 {server_cntl on a server connection} {
/macosx-10.10/WebKit2-7600.1.25/DatabaseProcess/
H A DDatabaseProcess.cpp68 void DatabaseProcess::initializeConnection(IPC::Connection* connection) argument
70 ChildProcess::initializeConnection(connection);
83 void DatabaseProcess::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder) argument
85 if (messageReceiverMap().dispatchMessage(connection, decoder))
89 didReceiveDatabaseProcessMessage(connection, decoder);
183 // Create a listening connection.
184 RefPtr<DatabaseToWebProcessConnection> connection = DatabaseToWebProcessConnection::create(IPC::Connection::Identifier(listeningPort)); local
185 m_databaseToWebProcessConnections.append(connection.release());
/macosx-10.10/WebKit2-7600.1.25/Scripts/webkit2/
H A DLegacyMessageReceiver-expected.cpp62 GetPluginProcessConnection::DelayedReply::DelayedReply(PassRefPtr<IPC::Connection> connection, std::unique_ptr<IPC::MessageEncoder> encoder) argument
63 : m_connection(connection)
82 TestMultipleAttributes::DelayedReply::DelayedReply(PassRefPtr<IPC::Connection> connection, std::unique_ptr<IPC::MessageEncoder> encoder) argument
83 : m_connection(connection)
191 void WebPage::didReceiveSyncWebPageMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder, std::unique_ptr<IPC::MessageEncoder>& replyEncoder) argument
206 IPC::handleMessageDelayed<Messages::WebPage::GetPluginProcessConnection>(connection, decoder, replyEncoder, this, &WebPage::getPluginProcessConnection);
210 IPC::handleMessageDelayed<Messages::WebPage::TestMultipleAttributes>(connection, decoder, replyEncoder, this, &WebPage::testMultipleAttributes);
/macosx-10.10/gnuserv-7/gnuserv/
H A Ddevices.el32 ;; determine the connection to an X display, etc.
54 (defun make-device (type connection &optional props)
55 "Create a new device of type TYPE, attached to connection CONNECTION.
67 If CONNECTION specifies an already-existing device connection, that
71 ((and (eq type 'x) connection)
72 (make-frame-on-display connection props))
80 (defun make-frame-on-device (type connection &optional props)
88 tty A standard TTY connection or terminal. CONNECTION should be
93 ns A connection to a machine running the NeXTstep windowing
95 win32 A connection t
[all...]
/macosx-10.10/Security-57031.1.35/securityd/dtrace/
H A Dsecurityd-watch.d13 struct connection {
15 uint32_t client; /* client object for this connection */
17 struct connection connection[DTHandle]; /* indexed by connection handle */
21 self DTHandle reqConnection; /* associated connection */
85 securityd*:::client-connection-new
89 connection[arg0].client = self->reqClient;
92 printf("%u T%d:connection-new(<%x>,port=%d,client=<%x>/%s(%d))\n",
97 securityd*:::client-connection
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DVisitedLinkProvider.cpp103 process->connection()->send(Messages::VisitedLinkTableController::RemoveAllVisitedLinks(), m_identifier);
184 process->connection()->send(Messages::VisitedLinkTableController::AllVisitedLinkStateChanged(), m_identifier);
186 process->connection()->send(Messages::VisitedLinkTableController::VisitedLinkStateChanged(addedVisitedLinks), m_identifier);
243 process.connection()->send(Messages::VisitedLinkTableController::SetVisitedLinkTable(handle), m_identifier);
H A DWebConnectionToWebProcess.cpp71 return m_process->connection();
H A DWebOriginDataManagerProxy.cpp110 void WebOriginDataManagerProxy::didGetOrigins(IPC::Connection* connection, const Vector<SecurityOriginData>& originIdentifiers, uint64_t callbackID) argument
113 MESSAGE_CHECK_BASE(callback, connection);
175 void WebOriginDataManagerProxy::didDeleteEntries(IPC::Connection* connection, uint64_t callbackID) argument
178 MESSAGE_CHECK_BASE(callback, connection);
205 void WebOriginDataManagerProxy::didDeleteAllEntries(IPC::Connection* connection, uint64_t callbackID) argument
208 MESSAGE_CHECK_BASE(callback, connection);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKWebProcessPlugIn.h47 @property (readonly) WKConnection *connection; variable
/macosx-10.10/apache-793/httpd/modules/loggers/
H A Dmod_logio.c89 logio_config_t *cf = ap_get_module_config(r->connection->conn_config,
97 logio_config_t *cf = ap_get_module_config(r->connection->conn_config,
105 logio_config_t *cf = ap_get_module_config(r->connection->conn_config,
117 logio_config_t *cf = ap_get_module_config(r->connection->conn_config,
/macosx-10.10/configd-699.1.5/libSystemConfiguration/
H A DlibSystemConfiguration_client.h87 xpc_connection_t connection; member in struct:__anon7226
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dpower_mgmt.c58 iosleep_capabilities_notifier(void *param, IOPMConnection connection, IOPMConnectionMessageToken token, IOPMSystemPowerStateCapabilities capabilities) argument
78 IOPMConnectionAcknowledgeEvent(connection, token );
90 IOPMConnectionAcknowledgeEvent(connection, token);
94 IOPMConnectionAcknowledgeEvent(connection, token);
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochChannel.cpp306 io_connect_t connection = mUserClient.GetUserClientConnection() ; local
308 if ( mNotifyIsOn && connection )
316 IOReturn error = IOConnectCallAsyncScalarMethod(connection,
358 io_connect_t connection = mUserClient.GetUserClientConnection() ; local
360 if (!connection)
374 error = IOConnectCallAsyncScalarMethod(connection,
395 error = IOConnectCallScalarMethod(connection,
412 error = IOConnectCallScalarMethod(connection,
430 io_connect_t connection = mUserClient.GetUserClientConnection() ; local
433 if ( !mNotifyIsOn || !connection )
[all...]
H A DIOFireWireLibIRMAllocation.cpp64 io_connect_t connection = mUserClient.GetUserClientConnection() ; local
70 if (!connection)
80 err = IOConnectCallAsyncScalarMethod(connection,
98 io_connect_t connection = mUserClient.GetUserClientConnection() ; local
104 if (!connection)
116 err = IOConnectCallAsyncScalarMethod(connection,
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibMgmtORB.h43 virtual IOReturn init( io_connect_t connection, mach_port_t asyncPort );
59 // user client connection
61 io_connect_t fConnection; // connection to user client in kernel
121 static IUnknownVTbl **alloc( io_connect_t connection, mach_port_t asyncPort );
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dconnection.c3 #include "connection.h"
36 AUTH_TYPE_INSTANCE(connection,
62 conn = (connection_t)_CFRuntimeCreateInstance(kCFAllocatorDefault, connection_get_type_id(), AUTH_CLASS_SIZE(connection), NULL);
/macosx-10.10/Security-57031.1.35/Security/sec/SharedWebCredential/
H A Dswcagent_client.c55 xpc_connection_t connection; local
56 connection = xpc_connection_create_mach_service(name, NULL, 0);
57 xpc_connection_set_event_handler(connection, ^(xpc_object_t event) {
61 xpc_connection_resume(connection);
62 return connection;
79 xpc_connection_t connection = swca_connection(); local
86 reply = xpc_connection_send_message_with_reply_sync(connection, message);
98 char *conn_desc = xpc_copy_description(connection);
/macosx-10.10/WebKit2-7600.1.25/Shared/Network/CustomProtocols/soup/
H A DCustomProtocolManagerSoup.cpp49 void CustomProtocolManager::initializeConnection(IPC::Connection* connection) argument
51 connection->addWorkQueueMessageReceiver(Messages::CustomProtocolManager::messageReceiverName(), m_messageQueue.get(), this);
/macosx-10.10/Security-57031.1.35/securityd/securityd_service/securityd_service/
H A Dsecurityd_service_client.c14 static xpc_connection_t connection = NULL; local
17 connection = xpc_connection_create_mach_service(SECURITYD_SERVICE_NAME, NULL, XPC_CONNECTION_MACH_SERVICE_PRIVILEGED);
18 require(connection, done);
20 xpc_connection_set_event_handler(connection, ^(xpc_object_t event) {
29 syslog(LOG_ERR, "securityd_service should never get messages on this connection: %s", desc);
34 xpc_connection_resume(connection);
39 return connection;
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/mac/
H A DPluginControllerProxyMac.mm45 m_connection->connection()->send(Messages::PluginProxy::PluginFocusOrWindowFocusChanged(pluginHasFocusAndWindowHasFocus), m_pluginInstanceID);
50 m_connection->connection()->send(Messages::PluginProxy::SetComplexTextInputState(pluginComplexTextInputState), m_pluginInstanceID, IPC::DispatchMessageEvenWhenWaitingForSyncReply);
129 m_connection->connection()->send(Messages::PluginProxy::SetLayerHostingContextID(m_layerHostingContext->contextID()), m_pluginInstanceID);
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_fdpass.c223 clientsock = ap_get_conn_socket(r->connection);
235 * the tcp connection to the client.
238 r->connection->pool);
244 ap_set_core_module_config(r->connection->conn_config, dummy);
257 r->connection->keepalive = AP_CONN_CLOSE;
259 bb = apr_brigade_create(r->pool, r->connection->bucket_alloc);
260 e = apr_bucket_flush_create(r->connection->bucket_alloc);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/reachability/
H A DSCNetworkReachabilityServer_client.c275 _reach_connection_reconnect(xpc_connection_t connection);
290 // create XPC connection
375 q = dispatch_queue_create(REACH_SERVICE_NAME ".connection", NULL);
408 _reach_server_target_reconnect(xpc_connection_t connection, SCNetworkReachabilityRef target, Boolean disconnect);
412 _reach_server_target_add(xpc_connection_t connection, SCNetworkReachabilityRef target) argument
485 reply = xpc_connection_send_message_with_reply_sync(connection, reqdict);
525 _reach_server_target_remove(xpc_connection_t connection, SCNetworkReachabilityRef target) argument
541 reply = xpc_connection_send_message_with_reply_sync(connection, reqdict);
592 _reach_server_target_schedule(xpc_connection_t connection, SCNetworkReachabilityRef target) argument
611 reply = xpc_connection_send_message_with_reply_sync(connection, reqdic
768 _reach_server_target_status(xpc_connection_t connection, SCNetworkReachabilityRef target) argument
877 _reach_server_target_unschedule(xpc_connection_t connection, SCNetworkReachabilityRef target) argument
959 _reach_server_target_reconnect(xpc_connection_t connection, SCNetworkReachabilityRef target, Boolean disconnect) argument
1011 _reach_connection_reconnect(xpc_connection_t connection) argument
[all...]

Completed in 243 milliseconds

1234567891011>>