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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp679 DBusMessage *pMsgUnixUser = dbus_message_new_method_call("org.freedesktop.ConsoleKit", local
684 && pMsgUnixUser
685 && dbus_message_get_type(pMsgUnixUser) == DBUS_MESSAGE_TYPE_METHOD_CALL)
688 pMsgUnixUser, 30 * 1000 /* 30s timeout */,
750 *ppszCurSession, dbus_message_get_type(pMsgUnixUser),
755 if (pMsgUnixUser)
756 dbus_message_unref(pMsgUnixUser);

Completed in 46 milliseconds