VirtualBox

Changeset 44039 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Dec 5, 2012 12:08:52 PM (12 years ago)
Author:
vboxsync
Message:

Main: renavation com::Guid class. PR5744

Location:
trunk/src/VBox/Main/src-server
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp

    r43041 r44039  
    26402640                if (cHardDisks == 1)
    26412641                {
    2642                     if (hdUuid.isEmpty())
     2642                    if (hdUuid.isZero())
    26432643                        hdUuid = thisUuid;
    26442644                    else
     
    26472647                else
    26482648                {
    2649                     if (thisUuid.isEmpty())
     2649                   if (thisUuid.isZero())
    26502650                        fInconsistent = true;
    26512651                    else if (thisUuid == hdUuid)
     
    27002700            settings::AttachedDevice &d = *dit;
    27012701
    2702             if (d.uuid.isEmpty())
     2702            if (d.uuid.isZero())
    27032703                // empty DVD and floppy media
    27042704                continue;
  • trunk/src/VBox/Main/src-server/HostImpl.cpp

    r43958 r44039  
    14341434    return E_NOTIMPL;
    14351435#else
    1436     if (Guid(id).isEmpty())
     1436    if (!Guid(id).isValid())
    14371437        return E_INVALIDARG;
    14381438    if (!networkInterface)
     
    15381538{
    15391539#ifdef VBOX_WITH_USB
    1540     CheckComArgExpr(aId, Guid (aId).isEmpty() == false);
     1540    CheckComArgExpr(aId, Guid (aId).isValid() == true);
    15411541    CheckComArgOutPointerValid(aDevice);
    15421542
     
    18691869
    18701870    Guid uuid(strNameOrId);
    1871     if (!uuid.isEmpty())
     1871    if (uuid.isValid() && !uuid.isZero())
    18721872        return findHostDriveById(mediumType, uuid, true /* fRefresh */, pMedium);
    18731873
  • trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp

    r43933 r44039  
    7070
    7171    ComAssertRet(!aInterfaceName.isEmpty(), E_INVALIDARG);
    72     ComAssertRet(!aGuid.isEmpty(), E_INVALIDARG);
     72    ComAssertRet(!aGuid.isValid(), E_INVALIDARG);
    7373
    7474    /* Enclose the state transition NotReady->InInit->Ready */
     
    185185
    186186//    ComAssertRet(aInterfaceName, E_INVALIDARG);
    187 //    ComAssertRet(!aGuid.isEmpty(), E_INVALIDARG);
     187//    ComAssertRet(aGuid.isValid(), E_INVALIDARG);
    188188    ComAssertRet(pIf, E_INVALIDARG);
    189189
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r43949 r44039  
    685685    AssertReturn(!isSessionMachine(), E_FAIL);
    686686    AssertReturn(!isSnapshotMachine(), E_FAIL);
    687     AssertReturn(!mData->mUuid.isEmpty(), E_FAIL);
     687    AssertReturn(mData->mUuid.isValid(), E_FAIL);
    688688    AssertReturn(!mData->mAccessible, E_FAIL);
    689689
     
    854854     * because at this point we did not call uninitDataAndChildObjects() yet
    855855     * and therefore also removeBackReference() for all these mediums was not called! */
    856     if (!uuidMachine.isEmpty())     // can be empty if we're called from a failure of Machine::init
     856
     857    if (uuidMachine.isValid() && !uuidMachine.isZero())     // can be empty if we're called from a failure of Machine::init
    857858        mParent->unregisterMachineMedia(uuidMachine);
    858859
     
    10001001    // never be found by findMachine()
    10011002    Guid test(aName);
    1002     if (test.isNotEmpty())
     1003    //if (test.isNotEmpty())
     1004    if (test.isValid())
    10031005        return setError(E_INVALIDARG,  tr("A machine cannot have a UUID as its name"));
    10041006
     
    13381340    AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
    13391341
    1340     if (!mHWData->mHardwareUUID.isEmpty())
     1342    if (mHWData->mHardwareUUID.isValid())
    13411343        mHWData->mHardwareUUID.toUtf16().cloneTo(aUUID);
    13421344    else
     
    13491351{
    13501352    Guid hardwareUUID(aUUID);
    1351     if (hardwareUUID.isEmpty())
     1353    if (!hardwareUUID.isValid())
    13521354        return E_INVALIDARG;
    13531355
     
    52935295    {
    52945296        Guid uuid(aNameOrId);
    5295         if (!uuid.isEmpty())
     5297        if (uuid.isValid())
    52965298            rc = findSnapshotById(uuid, pSnapshot, true /* aSetError */);
    52975299        else
     
    90299031    }
    90309032
    9031     if (aId.isEmpty())
     9033    if (aId.isZero())
    90329034        aSnapshot = mData->mFirstSnapshot;
    90339035    else
  • trunk/src/VBox/Main/src-server/MachineImplCloneVM.cpp

    r42109 r44039  
    951951         * with the stuff from the snapshot. */
    952952        settings::Snapshot sn;
    953         if (!d->snapshotId.isEmpty())
     953
     954        if (d->snapshotId.isValid() && !d->snapshotId.isZero())
    954955            if (!d->findSnapshot(trgMCF.llFirstSnapshot, d->snapshotId, sn))
    955956                throw p->setError(E_FAIL,
     
    960961        if (d->mode == CloneMode_MachineState)
    961962        {
    962             if (!sn.uuid.isEmpty())
     963            if (sn.uuid.isValid() && !sn.uuid.isZero())
    963964            {
    964965                trgMCF.hardwareMachine = sn.hardware;
     
    971972        }
    972973        else if (   d->mode == CloneMode_MachineAndChildStates
    973                  && !sn.uuid.isEmpty())
     974                    && sn.uuid.isValid()
     975                    && !sn.uuid.isZero())
    974976        {
    975977            if (!d->pOldMachineState.isNull())
     
    13231325            /* Update the path in the configuration either for the current
    13241326             * machine state or the snapshots. */
    1325             if (sst.snapshotUuid.isEmpty())
     1327            if (!sst.snapshotUuid.isValid() || sst.snapshotUuid.isZero())
    13261328                trgMCF.strStateFile = strTrgSaveState;
    13271329            else
  • trunk/src/VBox/Main/src-server/MediumImpl.cpp

    r44029 r44039  
    6969            const Guid &aSnapshotId = Guid::Empty)
    7070        : machineId(aMachineId),
    71           fInCurState(aSnapshotId.isEmpty())
    72     {
    73         if (!aSnapshotId.isEmpty())
     71          fInCurState(aSnapshotId.isZero())
     72    {
     73        if (aSnapshotId.isValid() && !aSnapshotId.isZero())
    7474            llSnapshotIds.push_back(aSnapshotId);
    7575    }
     
    942942    unconst(m->pVirtualBox) = aVirtualBox;
    943943
    944     if (!uuidMachineRegistry.isEmpty())
     944    if (uuidMachineRegistry.isValid() && !uuidMachineRegistry.isZero())
    945945        m->llRegistryIDs.push_back(uuidMachineRegistry);
    946946
     
    10871087        else
    10881088        {
    1089             AssertStmt(!m->id.isEmpty(),
     1089            AssertStmt(!m->id.isZero(),
    10901090                       alock.release(); autoCaller.release(); uninit(); return E_FAIL);
    10911091
     
    11421142    unconst(m->pVirtualBox) = aVirtualBox;
    11431143
    1144     if (!uuidMachineRegistry.isEmpty())
     1144    if (uuidMachineRegistry.isValid() && !uuidMachineRegistry.isZero())
    11451145        m->llRegistryIDs.push_back(uuidMachineRegistry);
    11461146
     
    20002000        {
    20012001            imageId = Guid(aImageId);
    2002             if (imageId.isEmpty())
    2003                 return setError(E_INVALIDARG, tr("Argument %s is empty"), "aImageId");
     2002            if (!imageId.isValid())
     2003                return setError(E_INVALIDARG, tr("Argument %s is invalid"), "aImageId");
    20042004        }
    20052005    }
     
    20612061                                    ComSafeArrayOut(BSTR, aSnapshotIds))
    20622062{
    2063     CheckComArgExpr(aMachineId, Guid(aMachineId).isEmpty() == false);
     2063    CheckComArgExpr(aMachineId, Guid(aMachineId).isValid() == true);
    20642064    CheckComArgOutSafeArrayPointerValid(aSnapshotIds);
    20652065
     
    34013401                                 const Guid &aSnapshotId /*= Guid::Empty*/)
    34023402{
    3403     AssertReturn(!aMachineId.isEmpty(), E_FAIL);
     3403    AssertReturn(aMachineId.isValid(), E_FAIL);
    34043404
    34053405    LogFlowThisFunc(("ENTER, aMachineId: {%RTuuid}, aSnapshotId: {%RTuuid}\n", aMachineId.raw(), aSnapshotId.raw()));
     
    34433443    // to a machine a medium which represents the machine's current state,
    34443444    // so set the flag
    3445     if (aSnapshotId.isEmpty())
     3445
     3446    if (aSnapshotId.isZero())
    34463447    {
    34473448        /* sanity: no duplicate attachments */
     
    34993500                                    const Guid &aSnapshotId /*= Guid::Empty*/)
    35003501{
    3501     AssertReturn(!aMachineId.isEmpty(), E_FAIL);
     3502    AssertReturn(aMachineId.isValid(), E_FAIL);
    35023503
    35033504    AutoCaller autoCaller(this);
     
    35113512    AssertReturn(it != m->backRefs.end(), E_FAIL);
    35123513
    3513     if (aSnapshotId.isEmpty())
     3514    if (aSnapshotId.isZero())
    35143515    {
    35153516        /* remove the current state attachment */
     
    45894590                && (   !aMachineId
    45904591                    || m->backRefs.size() != 1
    4591                     || aMachineId->isEmpty()
     4592                    || aMachineId->isZero()
    45924593                    || *getFirstMachineBackrefId() != *aMachineId
    4593                     || (   (!aSnapshotId || !aSnapshotId->isEmpty())
     4594                    || (   (!aSnapshotId || !aSnapshotId->isZero())
    45944595                        && *getFirstMachineBackrefSnapshotId() != *aSnapshotId)))
    45954596                throw setError(VBOX_E_OBJECT_IN_USE,
     
    54355436    /* are we dealing with a new medium constructed using the existing
    54365437     * location? */
    5437     bool isImport = m->id.isEmpty();
     5438    bool isImport = m->id.isZero();
    54385439    unsigned uOpenFlags = VD_OPEN_FLAGS_INFO;
    54395440
     
    55605561                    mediumId = uuid;
    55615562
    5562                     if (mediumId.isEmpty() && (m->hddOpenMode == OpenReadOnly))
     5563                    if (mediumId.isZero() && (m->hddOpenMode == OpenReadOnly))
    55635564                        // only when importing a VDMK that has no UUID, create one in memory
    55645565                        mediumId.create();
     
    55665567                else
    55675568                {
    5568                     Assert(!mediumId.isEmpty());
     5569                     Assert(!mediumId.isZero());
    55695570
    55705571                    if (mediumId != uuid)
     
    60346035                  || (    autoCaller.state() == InInit
    60356036                       && m->state != MediumState_NotCreated
    6036                        && m->id.isEmpty()
     6037                       && m->id.isZero()
    60376038                       && m->strFormat.isEmpty()
    60386039                       && m->formatObj.isNull()),
     
    65936594        * the setLocation() argument). Otherwise we have to generate it */
    65946595        Guid id = m->id;
    6595         fGenerateUuid = id.isEmpty();
     6596
     6597        fGenerateUuid = id.isZero();
    65966598        if (fGenerateUuid)
    65976599        {
     
    67306732         * the setLocation() argument). Otherwise we have to generate it */
    67316733        Guid targetId = pTarget->m->id;
    6732         fGenerateUuid = targetId.isEmpty();
     6734
     6735        fGenerateUuid = targetId.isZero();
    67336736        if (fGenerateUuid)
    67346737        {
     
    72347237         * the setLocation() argument). Otherwise we have to generate it */
    72357238        Guid targetId = pTarget->m->id;
    7236         fGenerateUuid = targetId.isEmpty();
     7239
     7240        fGenerateUuid = targetId.isZero();
    72377241        if (fGenerateUuid)
    72387242        {
     
    80528056         * the setLocation() argument). Otherwise we have to generate it */
    80538057        Guid targetId = m->id;
    8054         fGenerateUuid = targetId.isEmpty();
     8058
     8059        fGenerateUuid = targetId.isZero();
    80558060        if (fGenerateUuid)
    80568061        {
  • trunk/src/VBox/Main/src-server/SnapshotImpl.cpp

    r43915 r44039  
    115115    LogFlowThisFunc(("uuid=%s aParent->uuid=%s\n", aId.toString().c_str(), (aParent) ? aParent->m->uuid.toString().c_str() : ""));
    116116
    117     ComAssertRet(!aId.isEmpty() && !aName.isEmpty() && aMachine, E_INVALIDARG);
     117    ComAssertRet(!aId.isZero() && aId.isValid() && !aName.isEmpty() && aMachine, E_INVALIDARG);
    118118
    119119    /* Enclose the state transition NotReady->InInit->Ready */
     
    329329    // never be found by findMachine()
    330330    Guid test(aName);
    331     if (test.isNotEmpty())
     331
     332    if (!test.isZero() && test.isValid())
    332333        return setError(E_INVALIDARG,  tr("A machine cannot have a UUID as its name"));
    333334
     
    956957    LogFlowThisFunc(("mName={%s}\n", aSessionMachine->mUserData->s.strName.c_str()));
    957958
    958     AssertReturn(aSessionMachine && !Guid(aSnapshotId).isEmpty(), E_INVALIDARG);
     959    Guid l_guid(aSnapshotId);
     960    AssertReturn(aSessionMachine && (!l_guid.isZero() && l_guid.isValid()), E_INVALIDARG);
    959961
    960962    /* Enclose the state transition NotReady->InInit->Ready */
     
    10971099    LogFlowThisFunc(("mName={%s}\n", aMachine->mUserData->s.strName.c_str()));
    10981100
    1099     AssertReturn(aMachine && !Guid(aSnapshotId).isEmpty(), E_INVALIDARG);
     1101    Guid l_guid(aSnapshotId);
     1102    AssertReturn(aMachine && (!l_guid.isZero() && l_guid.isValid()), E_INVALIDARG);
    11001103
    11011104    /* Enclose the state transition NotReady->InInit->Ready */
     
    20622065    Guid startId(aStartId);
    20632066    Guid endId(aEndId);
    2064     AssertReturn(aInitiator && !startId.isEmpty() && !endId.isEmpty(), E_INVALIDARG);
     2067
     2068    AssertReturn(aInitiator && !startId.isZero() && !endId.isZero() && startId.isValid() && endId.isValid(), E_INVALIDARG);
     2069
    20652070    AssertReturn(aMachineState && aProgress, E_POINTER);
    20662071
     
    24632468                replaceSnapshotId = *pSnapshotId;
    24642469
    2465             if (!replaceMachineId.isEmpty())
     2470            if (replaceMachineId.isValid() && !replaceMachineId.isZero())
    24662471            {
    24672472                // Adjust the backreferences, otherwise merging will assert.
     
    32403245    }
    32413246
    3242     if (!aMachineId.isEmpty())
     3247    if (aMachineId.isValid() && !aMachineId.isZero())
    32433248    {
    32443249        // reattach the source media to the snapshot
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r44029 r44039  
    14531453        }
    14541454    }
    1455     if (id.isEmpty())
     1455
     1456    if (id.isZero())
    14561457        fDirectoryIncludesUUID = false;
     1458    else if (!id.isValid())
     1459    {
     1460        /* do something else */
     1461        return setError(E_INVALIDARG,
     1462                 tr("'%ls' is not a valid Guid"),
     1463                 id.toStringCurly().c_str());
     1464    }
    14571465
    14581466    Utf8Str strGroup(aGroup);
     
    16491657    }
    16501658    /* Create UUID if none was specified. */
    1651     if (id.isEmpty())
     1659    if (id.isZero())
    16521660        id.create();
     1661    else if (!id.isValid())
     1662    {
     1663        /* do something else */
     1664        return setError(E_INVALIDARG,
     1665                 tr("'%ls' is not a valid Guid"),
     1666                 id.toStringCurly().c_str());
     1667    }
    16531668
    16541669    /* NULL settings file means compose automatically */
     
    17801795
    17811796    Guid id(aNameOrId);
    1782     if (!id.isEmpty())
     1797    if (id.isValid() && !id.isZero())
     1798
    17831799        rc = findMachine(id,
    17841800                         true /* fPermitInaccessible */,
     
    19531969    {
    19541970        case DeviceType_HardDisk:
    1955             if (!id.isEmpty())
     1971            if (id.isValid() && !id.isZero())
    19561972                rc = findHardDiskById(id, false /* setError */, &pMedium);
    19571973            else
     
    19631979        case DeviceType_Floppy:
    19641980        case DeviceType_DVD:
    1965             if (!id.isEmpty())
     1981            if (id.isValid() && !id.isZero())
    19661982                rc = findDVDOrFloppyImage(deviceType, &id, Utf8Str::Empty,
    19671983                                          false /* setError */, &pMedium);
     
    34073423                                     ComObjPtr<Medium> *aHardDisk /*= NULL*/)
    34083424{
    3409     AssertReturn(!id.isEmpty(), E_INVALIDARG);
     3425    AssertReturn(!id.isZero(), E_INVALIDARG);
    34103426
    34113427    // we use the hard disks map, but it is protected by the
     
    36143630                                         ComObjPtr<Medium> &pMedium)
    36153631{
    3616     if (uuid.isEmpty())
     3632    if (uuid.isZero())
    36173633    {
    36183634        // that's easy
    36193635        pMedium.setNull();
    36203636        return S_OK;
     3637    }
     3638    else if (!uuid.isValid())
     3639    {
     3640        /* handling of case invalid GUID */
     3641        return setError(VBOX_E_OBJECT_NOT_FOUND,
     3642                            tr("Guid '%ls' is invalid"),
     3643                            uuid.toString().c_str());
    36213644    }
    36223645
     
    38213844                                           ComObjPtr<Medium> *ppMedium)
    38223845{
    3823     AssertReturn(!aId.isEmpty() && !aLocation.isEmpty(), E_FAIL);
     3846    AssertReturn(!aId.isZero() && !aLocation.isEmpty(), E_FAIL);
    38243847    AssertReturn(ppMedium, E_INVALIDARG);
    38253848
     
    38343857    const char *pcszType = NULL;
    38353858
    3836     if (!aId.isEmpty())
     3859    if (aId.isValid() && !aId.isZero())
    38373860        rc = findHardDiskById(aId, false /* aSetError */, &pMediumFound);
    38383861    if (FAILED(rc) && !aLocation.isEmpty())
     
    44234446HRESULT VirtualBox::unregisterMachineMedia(const Guid &uuidMachine)
    44244447{
    4425     Assert(!uuidMachine.isEmpty());
     4448    Assert(!uuidMachine.isZero() && uuidMachine.isValid());
    44264449
    44274450    LogFlowFuncEnter();
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette