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

/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp1607 com::SafeIfaceArray<IUnknown> retObjects; local
1617 ComSafeArrayAsOutParam(retObjects),
1630 RTPrintf("%-10ls %-20ls ", getObjectName(aVirtualBox, retObjects[i]).raw(), metricName.raw());
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdogUtils.cpp81 com::SafeIfaceArray<IUnknown> retObjects; local
101 ComSafeArrayAsOutParam(retObjects),
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageMetrics.cpp54 com::SafeIfaceArray <IUnknown> retObjects; local
75 retObjects.reset(1);
76 host.queryInterfaceTo(&retObjects[0]);
85 retObjects.reset(1);
86 machine.queryInterfaceTo(&retObjects[0]);
98 retObjects.detachTo(ComSafeArrayOutArg(outObjects));
298 com::SafeIfaceArray<IUnknown> retObjects; local
308 ComSafeArrayAsOutParam(retObjects),
322 RTPrintf("%-10ls %-20ls ", getObjectName(aVirtualBox, retObjects[i]).raw(), metricName.raw());
496 com::SafeIfaceArray<IUnknown> retObjects; local
[all...]

Completed in 48 milliseconds