Searched defs:pConnection (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp377 int Assign(const ClientConnection *pConnection) argument
379 AssertPtrReturn(pConnection, VERR_INVALID_POINTER);
388 if (mParmCount > pConnection->mNumParms)
391 this, mParmCount, pConnection->mNumParms));
402 rc = CopyTo(pConnection->mParms, pConnection->mNumParms);
419 int Peek(const ClientConnection *pConnection) argument
421 AssertPtrReturn(pConnection, VERR_INVALID_POINTER);
426 if (pConnection->mNumParms >= 2)
428 pConnection
597 SetPending(const ClientConnection *pConnection) argument
638 Run(const ClientConnection *pConnection, HostCommand *pHostCmd) argument
711 RunCurrent(const ClientConnection *pConnection) argument
793 SendReply(const ClientConnection *pConnection, HostCommand *pHostCmd) argument
[all...]
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp598 DBusConnection *pConnection = NULL; local
607 pConnection = dbus_bus_get(DBUS_BUS_SYSTEM, &dbErr);
610 if ( pConnection
621 DBusMessage *pReplySessions = dbus_connection_send_with_reply_and_block(pConnection,
650 DBusMessage *pReplySessionActive = dbus_connection_send_with_reply_and_block(pConnection,
687 DBusMessage *pReplyUnixUser = dbus_connection_send_with_reply_and_block(pConnection,

Completed in 63 milliseconds