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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp614 DBusMessage *pMsgSessions = dbus_message_new_method_call("org.freedesktop.ConsoleKit", local
618 if ( pMsgSessions
619 && (dbus_message_get_type(pMsgSessions) == DBUS_MESSAGE_TYPE_METHOD_CALL))
622 pMsgSessions, 30 * 1000 /* 30s timeout */,
628 if ( (dbus_message_get_type(pMsgSessions) == DBUS_MESSAGE_TYPE_METHOD_CALL)
764 dbus_message_get_type(pMsgSessions),
770 if (pMsgSessions)
772 dbus_message_unref(pMsgSessions);
773 pMsgSessions = NULL;
788 if (pMsgSessions)
[all...]

Completed in 44 milliseconds