/vbox/include/VBox/com/ |
H A D | array.h | 33 * arrays to and from COM interface methods and consists of the com::SafeArray 77 // Use SafeArray to access the input array parameter 79 com::SafeArray<LONG> in(ComSafeArrayInArg(aIn)); 84 // Use SafeArray to create the return array (the same technique is used 87 SafeArray<LONG> ret(in.size() * 2); 108 com::SafeArray<LONG> in(3); 113 com::SafeArray<LONG> out; 114 com::SafeArray<LONG> ret; 135 com::SafeArray<int> values(mValues); 143 * The current implementation of the SafeArray laye 606 class SafeArray : public Traits class in namespace:com 613 SafeArray() {} function in class:com::SafeArray 625 SafeArray(size_t aSize) { resize(aSize); } function in class:com::SafeArray 693 SafeArray(const C<T, A> & aCntr) function in class:com::SafeArray 722 SafeArray(const C<K, T, L, A> & aMap) function in class:com::SafeArray [all...] |
H A D | list.h | 99 * The class offers methods for importing com::SafeArray's of com::Bstr's. 134 com::SafeArray<IN_BSTR> sfaOther(ComSafeArrayInArg(other)); 152 RTCList(const com::SafeArray<IN_BSTR> &other) 167 RTCListBase<T, ITYPE, MT> &operator=(const com::SafeArray<IN_BSTR> &other)
|
H A D | mtlist.h | 98 * The class offers methods for importing com::SafeArray's of com::Bstr's. 133 com::SafeArray<IN_BSTR> sfaOther(ComSafeArrayInArg(other)); 151 RTCMTList(const com::SafeArray<IN_BSTR> &other) 166 RTCListBase<T, ITYPE, MT> &operator=(const com::SafeArray<IN_BSTR> &other)
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageMetrics.cpp | 53 com::SafeArray<BSTR> retMetrics(1); 177 com::SafeArray<BSTR> metrics; 226 com::SafeArray<BSTR> metrics; 288 com::SafeArray<BSTR> metrics; 297 com::SafeArray<BSTR> retNames; 299 com::SafeArray<BSTR> retUnits; 300 com::SafeArray<ULONG> retScales; 301 com::SafeArray<ULONG> retSequenceNumbers; 302 com::SafeArray<ULONG> retIndices; 303 com::SafeArray<ULON [all...] |
H A D | VBoxManageAppliance.cpp | 77 static int parseImportOptions(const char *psz, com::SafeArray<ImportOptions_T> *options) 152 com::SafeArray<ImportOptions_T> options; 316 com::SafeArray<BSTR> aWarnings; 337 com::SafeArray<BSTR> retDisks; 376 com::SafeArray<VirtualSystemDescriptionType_T> retTypes; 377 com::SafeArray<BSTR> aRefs; 378 com::SafeArray<BSTR> aOvfValues; 379 com::SafeArray<BSTR> aVBoxValues; 380 com::SafeArray<BSTR> aExtraConfigValues; 397 com::SafeArray<BOO [all...] |
H A D | VBoxManageGuestProp.cpp | 258 com::SafeArray<BSTR> names; 259 com::SafeArray<BSTR> values; 260 com::SafeArray<LONG64> timestamps; 261 com::SafeArray<BSTR> flags; 333 com::SafeArray <VBoxEventType_T> eventTypes(1);
|
H A D | VBoxManageList.cpp | 86 com::SafeArray<BSTR> internalNetworks; 301 com::SafeArray <MediumFormatCapabilities_T> mediumFormatCap; 312 com::SafeArray<BSTR> fileExtensions; 313 com::SafeArray<DeviceType_T> deviceTypes; 325 com::SafeArray<BSTR> propertyNames; 326 com::SafeArray<BSTR> propertyDescriptions; 327 com::SafeArray<DataType_T> propertyTypes; 328 com::SafeArray<ULONG> propertyFlags; 329 com::SafeArray<BSTR> propertyDefaults; 755 SafeArray<BST [all...] |
H A D | VBoxManageGuestCtrlListener.cpp | 240 com::SafeArray<VBoxEventType_T> eventTypes; 305 com::SafeArray<VBoxEventType_T> eventTypes; 442 com::SafeArray<VBoxEventType_T> eventTypes;
|
H A D | VBoxManageGuestCtrl.cpp | 993 com::SafeArray<GuestSessionWaitForFlag_T> aSessionWaitFlags; 1061 SafeArray<BYTE> aOutputData; 1174 com::SafeArray<ProcessCreateFlag_T> aCreateFlags; 1175 com::SafeArray<ProcessWaitForFlag_T> aWaitFlags; 1176 com::SafeArray<IN_BSTR> aArgs; 1177 com::SafeArray<IN_BSTR> aEnv; 1333 com::SafeArray<ProcessWaitForFlag_T> aWaitStartFlags; 1741 SafeArray<DirectoryCreateFlag_T> dirCreateFlags; 1921 SafeArray<CopyFileFlag_T> copyFlags; 1928 SafeArray<CopyFileFlag_ [all...] |
H A D | VBoxManageDebugVM.cpp | 79 com::SafeArray<BSTR> aBstrNames; 80 com::SafeArray<BSTR> aBstrValues; 346 com::SafeArray<IN_BSTR> aBstrNames; 347 com::SafeArray<IN_BSTR> aBstrValues;
|
H A D | VBoxManageMisc.cpp | 208 com::SafeArray<BSTR> groups; 323 static int parseCloneOptions(const char *psz, com::SafeArray<CloneOptions_T> *options) 363 com::SafeArray<CloneOptions_T> options; 368 com::SafeArray<BSTR> groups; 713 SafeArray<BSTR> aKeys; 749 SafeArray<BSTR> aKeys;
|
H A D | VBoxManageDisk.cpp | 435 com::SafeArray<MediumVariant_T> l_variants(sizeof(MediumVariant_T)*8); 498 SafeArray<BSTR> mediumPropNames; 499 SafeArray<BSTR> mediumPropValues; 884 com::SafeArray<MediumVariant_T> l_variants(sizeof(MediumVariant_T)*8); 1199 com::SafeArray<MediumVariant_T> safeArray_variant; 1257 com::SafeArray<BSTR> names; 1258 com::SafeArray<BSTR> values; 1277 com::SafeArray<BSTR> machineIds; 1292 com::SafeArray<BSTR> snapshotIds;
|
H A D | VBoxManage.h | 203 void parseGroups(const char *pcszGroups, com::SafeArray<BSTR> *pGroups);
|
H A D | VBoxManageStorageController.cpp | 438 com::SafeArray <DeviceType_T> saDeviceTypes; 536 com::SafeArray <DeviceType_T> saDeviceTypes; 613 com::SafeArray <BSTR> names; 614 com::SafeArray <BSTR> values;
|
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/ |
H A D | VBoxWatchdogUtils.cpp | 75 com::SafeArray<BSTR> metricNames(1); 80 com::SafeArray<BSTR> retNames; 82 com::SafeArray<BSTR> retUnits; 83 com::SafeArray<ULONG> retScales; 84 com::SafeArray<ULONG> retSequenceNumbers; 85 com::SafeArray<ULONG> retIndices; 86 com::SafeArray<ULONG> retLengths; 87 com::SafeArray<LONG> retData;
|
/vbox/src/VBox/Main/testcase/ |
H A D | tstOVF.cpp | 116 com::SafeArray<VirtualSystemDescriptionType_T> aTypes; 117 com::SafeArray<BSTR> aRefs; 118 com::SafeArray<BSTR> aOvfValues; 119 com::SafeArray<BSTR> aVBoxValues; 120 com::SafeArray<BSTR> aExtraConfigValues; 235 SafeArray<ImportOptions_T> sfaOptions; 243 com::SafeArray<BSTR> aMachineUUIDs;
|
H A D | tstAPI.cpp | 655 com::SafeArray<BSTR> names; 656 com::SafeArray<BSTR> values; 842 com::SafeArray<BSTR> fileExtensions; 854 com::SafeArray<BSTR> propertyNames; 855 com::SafeArray<BSTR> propertyDescriptions; 856 com::SafeArray<ULONG> propertyTypes; 857 com::SafeArray<ULONG> propertyFlags; 858 com::SafeArray<BSTR> propertyDefaults; 1224 com::SafeArray<BSTR> strs; 1248 com::SafeArray<BST [all...] |
H A D | tstVBoxAPI.cpp | 123 com::SafeArray<BSTR> groups; 314 com::SafeArray<BSTR> internalNetworks; 324 com::SafeArray<BSTR> genericNetworkDrivers;
|
/vbox/src/VBox/NetworkServices/NetLib/ |
H A D | utils.h | 31 typedef com::SafeArray<BSTR> ComBstrArray; 128 typedef com::SafeArray<VBoxEventType_T> ComEventTypeArray;
|
/vbox/src/VBox/Main/include/ |
H A D | Wrapper.h | 120 com::SafeArray<BSTR> outArray(mArray.size()); 153 com::SafeArray<IN_BSTR> inArray(ComSafeArrayInArg(aSrc)); 251 com::SafeArray<BSTR> outArray(mArray.size()); 434 com::SafeArray<A> outArray(mArray.size()); 468 com::SafeArray<A> inArray(ComSafeArrayInArg(aSrc));
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | COMDefs.h | 227 static void ToSafeArray(const QVector<QT> &aVec, com::SafeArray<CT> &aArr) 235 static void FromSafeArray(const com::SafeArray<CT> &aArr, QVector<QT> &aVec) 243 static void ToSafeArray(const QVector<QT *> &aVec, com::SafeArray<CT *> &aArr) 251 static void FromSafeArray(const com::SafeArray<CT *> &aArr, QVector<QT *> &aVec) 261 static void ToSafeArray(const QVector<T> &aVec, com::SafeArray<T> &aArr) 269 static void FromSafeArray(const com::SafeArray<T> &aArr, QVector<T> &aVec) 279 com::SafeArray<BSTR> &aArr); 280 static void FromSafeArray(const com::SafeArray<BSTR> &aArr, 315 * it starts to try to instantiate the com::SafeArray<I> template for
|
H A D | COMDefs.cpp | 195 com::SafeArray <BSTR> &aArr) 204 void COMBase::FromSafeArray (const com::SafeArray <BSTR> &aArr,
|
/vbox/src/VBox/Main/src-server/ |
H A D | PerformanceImpl.cpp | 275 com::SafeArray<BSTR> metricNames(RT_ELEMENTS(g_papcszMetricNames)); 533 com::SafeArray<BSTR> retNames(numberOfMetrics); 535 com::SafeArray<BSTR> retUnits(numberOfMetrics); 536 com::SafeArray<ULONG> retScales(numberOfMetrics); 537 com::SafeArray<ULONG> retSequenceNumbers(numberOfMetrics); 538 com::SafeArray<ULONG> retIndices(numberOfMetrics); 539 com::SafeArray<ULONG> retLengths(numberOfMetrics); 540 com::SafeArray<LONG> retData(flatSize);
|
/vbox/src/VBox/Main/src-client/ |
H A D | MouseImpl.cpp | 707 com::SafeArray<SHORT> xPositions(cContacts); 708 com::SafeArray<SHORT> yPositions(cContacts); 709 com::SafeArray<USHORT> contactIds(cContacts); 710 com::SafeArray<USHORT> contactFlags(cContacts);
|
H A D | KeyboardImpl.cpp | 211 com::SafeArray<LONG> keys(aScancodes.size());
|