Searched refs:mId (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Main/include/
H A DUSBDeviceFilterImpl.h44 Data() : mActive (FALSE), mMaskedIfs (0), mId (NULL) {}
46 mRemote (aThat.mRemote), mMaskedIfs (aThat.mMaskedIfs) , mId (aThat.mId)
64 void *mId; member in struct:USBDeviceFilter::Data
90 void *& i_getId() { return mData.data()->mId; }
175 void*& i_getId() { return mData.data()->mId; }
H A DHostUSBDeviceImpl.h187 const Guid& i_getId() const { return mId; }
265 const Guid mId; member in class:HostUSBDevice
H A DProgressImpl.h153 const Guid mId; member in class:Progress
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsRecyclingAllocator.cpp87 mRecycleTimer(nsnull), mRecycleAfter(recycleAfter), mTouched(0), mId(id)
135 mId = id;
248 mId, (char *)ptr, block->bytes, mNAllocated, mMaxBlocks);
269 printf("DEBUG: nsRecyclingAllocator(%s) FreeUnusedBuckets: ", mId);
H A DnsRecyclingAllocator.h131 // mId:
134 const char *mId; member in class:nsRecyclingAllocator
/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp202 unconst(mId).create();
206 * creating mId) */
327 if (autoUninitSpan.initFailed() && mId.isValid() && !mId.isZero())
328 mParent->i_removeProgress(mId.ref());
470 mParent->i_removeProgress(mId.ref());
545 /* mId is constant during life time, no need to lock */
546 aId = mId;
/vbox/src/VBox/Main/src-server/
H A DHostUSBDeviceImpl.cpp76 unconst(mId).create();
129 /* mId is constant during life time, no need to lock */
130 aId = mId;
371 mName, mId.raw());
375 mName, mId.raw());
383 mName, mId.raw(), mMachine->i_getName().c_str());
388 mName, mId.raw());
394 mName, mId.raw(), i_getStateName());
440 mName, mId.raw());
571 HRESULT hrc = mMachine->i_onUSBDeviceDetach(mId
[all...]
H A DUSBDeviceFilterImpl.cpp409 mData->mId = NULL;
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DVBoxSettingsSelector.cpp53 , mId (aId)
62 int id() const { return mId; }
71 int mId; member in class:SelectorItem
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp130 mId = 0;
141 if ((mId = new CHAR8[strlen (Id) + 1]) != NULL) {
142 strcpy (mId, Id);
157 mId = NULL;
168 if ((mId = new CHAR8[strlen (Id) + 1]) != NULL) {
169 strcpy (mId, Id);
183 BUFFER_SAFE_FREE (mId);
253 if (p->mId == NULL || strcmp (p->mId, Id) != 0) {
256 } else if (p->mId !
[all...]
H A DVfrUtilityLib.h60 CHAR8 *mId; // varstore ID member in struct:SConfigItem
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp153 QString snapshotId() const { return mId; }
173 mId = mSnapshot.GetId();
309 QString mId; member in class:SnapshotWgtItem
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.h264 QUuid mId; member in class:AbstractItem
H A DUIMachineSettingsStorage.cpp424 , mId (QUuid::createUuid())
441 return mId;

Completed in 79 milliseconds