Lines Matching defs:com
29 namespace com
180 HRESULT i_convertMachineGroups(const std::vector<com::Utf8Str> aMachineGroups, StringsList *pllMachineGroups);
235 static const com::Utf8Str &i_getVersionNormalized();
252 HRESULT getVersion(com::Utf8Str &aVersion);
253 HRESULT getVersionNormalized(com::Utf8Str &aVersionNormalized);
255 HRESULT getPackageType(com::Utf8Str &aPackageType);
256 HRESULT getAPIVersion(com::Utf8Str &aAPIVersion);
257 HRESULT getHomeFolder(com::Utf8Str &aHomeFolder);
258 HRESULT getSettingsFilePath(com::Utf8Str &aSettingsFilePath);
262 HRESULT getMachineGroups(std::vector<com::Utf8Str> &aMachineGroups);
274 HRESULT getInternalNetworks(std::vector<com::Utf8Str> &aInternalNetworks);
275 HRESULT getGenericNetworkDrivers(std::vector<com::Utf8Str> &aGenericNetworkDrivers);
278 HRESULT composeMachineFilename(const com::Utf8Str &aName,
279 const com::Utf8Str &aGroup,
280 const com::Utf8Str &aCreateFlags,
281 const com::Utf8Str &aBaseFolder,
282 com::Utf8Str &aFile);
283 HRESULT createMachine(const com::Utf8Str &aSettingsFile,
284 const com::Utf8Str &aName,
285 const std::vector<com::Utf8Str> &aGroups,
286 const com::Utf8Str &aOsTypeId,
287 const com::Utf8Str &aFlags,
289 HRESULT openMachine(const com::Utf8Str &aSettingsFile,
292 HRESULT findMachine(const com::Utf8Str &aNameOrId,
294 HRESULT getMachinesByGroups(const std::vector<com::Utf8Str> &aGroups,
299 HRESULT createMedium(const com::Utf8Str &aFormat,
300 const com::Utf8Str &aLocation,
304 HRESULT openMedium(const com::Utf8Str &aLocation,
309 HRESULT getGuestOSType(const com::Utf8Str &aId,
311 HRESULT createSharedFolder(const com::Utf8Str &aName,
312 const com::Utf8Str &aHostPath,
315 HRESULT removeSharedFolder(const com::Utf8Str &aName);
316 HRESULT getExtraDataKeys(std::vector<com::Utf8Str> &aKeys);
317 HRESULT getExtraData(const com::Utf8Str &aKey,
318 com::Utf8Str &aValue);
319 HRESULT setExtraData(const com::Utf8Str &aKey,
320 const com::Utf8Str &aValue);
321 HRESULT setSettingsSecret(const com::Utf8Str &aPassword);
322 HRESULT createDHCPServer(const com::Utf8Str &aName,
324 HRESULT findDHCPServerByNetworkName(const com::Utf8Str &aName,
327 HRESULT createNATNetwork(const com::Utf8Str &aNetworkName,
329 HRESULT findNATNetworkByName(const com::Utf8Str &aNetworkName,
333 const com::Utf8Str &aVersion,
334 com::Utf8Str &aUrl,
335 com::Utf8Str &aFile,
371 static com::Utf8Str sVersion;
372 static com::Utf8Str sVersionNormalized;
374 static com::Utf8Str sPackageType;
375 static com::Utf8Str sAPIVersion;
376 static std::map<com::Utf8Str, int> sNatNetworkNameToRefCount;