Searched refs:i_getType (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Main/include/
H A DAdditionsFacilityImpl.h62 AdditionsFacilityType_T i_getType() const;
H A DBandwidthGroupImpl.h53 BandwidthGroupType_T i_getType() const { return m->bd->enmType; } function in class:BandwidthGroup
H A DMediumAttachmentImpl.h63 DeviceType_T i_getType() const;
H A DMediumImpl.h112 MediumType_T i_getType() const;
/vbox/src/VBox/Main/src-client/
H A DAdditionsFacilityImpl.cpp151 *aType = i_getType();
194 AdditionsFacilityType_T AdditionsFacility::i_getType() const function in class:AdditionsFacility
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp1448 if (pAtt->i_getType() == DeviceType_HardDisk)
1975 if (pAttach->i_getType() == DeviceType_HardDisk)
2157 && pAttach->i_getType() == DeviceType_HardDisk
2441 if (pAttach->i_getType() == DeviceType_HardDisk)
2447 MediumType_T type = pHD->i_getType();
2657 if (pAttach->i_getType() != DeviceType_HardDisk)
2667 MediumType_T type = pHD->i_getType();
3243 MediumType_T type = aHD->i_getType();
H A DBandwidthControlImpl.cpp525 group.enmType = (*it)->i_getType();
H A DMediumAttachmentImpl.cpp458 DeviceType_T MediumAttachment::i_getType() const function in class:MediumAttachment
H A DMachineImpl.cpp3816 MediumType_T mtype = medium->i_getType();
3945 Assert(!pMedium.isNull() || pAttach->i_getType() != DeviceType_HardDisk);
4058 Assert(!pMedium.isNull() || pAttach->i_getType() != DeviceType_HardDisk);
4404 if (pAttach->i_getType() != DeviceType_DVD)
4440 if (pAttach->i_getType() != DeviceType_DVD)
4483 if (pAttach->i_getType() != DeviceType_HardDisk)
4526 if (pAttach->i_getType() != DeviceType_HardDisk)
4584 if (pAttach->i_getType() == DeviceType_Floppy)
4733 DeviceType_T mediumType = pAttach->i_getType();
9256 if (medium->i_getType()
[all...]
H A DMediumImpl.cpp3491 MediumType_T Medium::i_getType() const function in class:Medium

Completed in 125 milliseconds