Lines Matching refs:vector
90 HRESULT getDisks(std::vector<com::Utf8Str> &aDisks);
91 HRESULT getVirtualSystemDescriptions(std::vector<ComPtr<IVirtualSystemDescription> > &aVirtualSystemDescriptions);
92 HRESULT getMachines(std::vector<com::Utf8Str> &aMachines);
98 HRESULT importMachines(const std::vector<ImportOptions_T> &aOptions,
103 const std::vector<ExportOptions_T> &aOptions,
106 HRESULT getWarnings(std::vector<com::Utf8Str> &aWarnings);
107 HRESULT getPasswordIds(std::vector<com::Utf8Str> &aIdentifiers);
108 HRESULT addPasswords(const std::vector<com::Utf8Str> &aIdentifiers,
109 const std::vector<com::Utf8Str> &aPasswords);
303 HRESULT getDescription(std::vector<VirtualSystemDescriptionType_T> &aTypes,
304 std::vector<com::Utf8Str> &aRefs,
305 std::vector<com::Utf8Str> &aOVFValues,
306 std::vector<com::Utf8Str> &aVBoxValues,
307 std::vector<com::Utf8Str> &aExtraConfigValues);
309 std::vector<VirtualSystemDescriptionType_T> &aTypes,
310 std::vector<com::Utf8Str> &aRefs,
311 std::vector<com::Utf8Str> &aOVFValues,
312 std::vector<com::Utf8Str> &aVBoxValues,
313 std::vector<com::Utf8Str> &aExtraConfigValues);
316 std::vector<com::Utf8Str> &aValues);
317 HRESULT setFinalValues(const std::vector<BOOL> &aEnabled,
318 const std::vector<com::Utf8Str> &aVBoxValues,
319 const std::vector<com::Utf8Str> &aExtraConfigValues);