Lines Matching defs:machines
75 /** The critical section for the machines map. */
331 * Adds a specified machine to the list (map) of handled machines.
461 serviceLogVerbose(("Group \"%s\" has %ld machines left\n",
491 * Removes a specified machine from the list of handled machines.
558 com::SafeIfaceArray<IMachine> machines;
559 HRESULT hrc = g_pVirtualBox->COMGETTER(Machines)(ComSafeArrayAsOutParam(machines));
565 for (size_t i = 0; i < machines.size(); ++i)
567 if (machines[i])
570 CHECK_ERROR_BREAK(machines[i], COMGETTER(Id)(strUUID.asOutParam()));
573 CHECK_ERROR_BREAK(machines[i], COMGETTER(Accessible)(&fAccessible));
587 if (!machines.size())
588 serviceLogVerbose(("No machines to add found at the moment!\n"));