Searched defs:getName (Results 1 - 25 of 39) sorted by relevance

12

/vbox/src/VBox/Main/include/
H A DHostVideoInputDeviceImpl.h50 virtual HRESULT getName(com::Utf8Str &aName) { aName = m.name; return S_OK; } function in class:HostVideoInputDevice
H A DPerformance.h76 const char *getName() { return mName.c_str(); }; function in class:pm::SubMetric
424 const char *getName() { return mName.c_str(); }; function in class:pm::BaseMetric
815 virtual const char *getName() = 0;
822 virtual const char *getName();
829 virtual const char *getName();
836 virtual const char *getName();
844 mName(subMetric->getName()), mBaseMetric(baseMetric), mSubMetric(subMetric), mAggregate(aggregate)
849 mName.append(mAggregate->getName());
859 const char *getName() { return mName.c_str(); }; function in class:pm::Metric
/vbox/src/VBox/Main/src-all/
H A DPCIDeviceAttachmentImpl.cpp107 HRESULT PCIDeviceAttachment::getName(com::Utf8Str &aName) function in class:PCIDeviceAttachment
H A DSharedFolderImpl.cpp326 HRESULT SharedFolder::getName(com::Utf8Str &aName) function in class:SharedFolder
H A DExtPackManagerImpl.cpp370 HRESULT ExtPackFile::getName(com::Utf8Str &aName) function in class:ExtPackFile
1635 HRESULT ExtPack::getName(com::Utf8Str &aName) function in class:ExtPack
/vbox/src/VBox/Main/src-server/
H A DBandwidthGroupImpl.cpp199 HRESULT BandwidthGroup::getName(com::Utf8Str &aName) function in class:BandwidthGroup
H A DMediumFormatImpl.cpp202 HRESULT MediumFormat::getName(com::Utf8Str &aName) function in class:MediumFormat
H A DUSBControllerImpl.cpp238 HRESULT USBController::getName(com::Utf8Str &aName) function in class:USBController
H A DHostNetworkInterfaceImpl.cpp251 HRESULT HostNetworkInterface::getName(com::Utf8Str &aInterfaceName) function in class:HostNetworkInterface
H A DStorageControllerImpl.cpp321 HRESULT StorageController::getName(com::Utf8Str &aName) function in class:StorageController
H A DUSBDeviceFilterImpl.cpp444 HRESULT USBDeviceFilter::getName(com::Utf8Str &aName) function in class:USBDeviceFilter
997 HRESULT HostUSBDeviceFilter::getName(com::Utf8Str &aName) function in class:HostUSBDeviceFilter
H A DPerformance.cpp597 this, __PRETTY_FUNCTION__, getName(), (void *)mObject));
614 this, __PRETTY_FUNCTION__, getName(), (void *)mObject));
618 this, __PRETTY_FUNCTION__, getName(), (void *)mObject));
1323 const char * AggregateAvg::getName() function in class:AggregateAvg
1337 const char * AggregateMin::getName() function in class:AggregateMin
1351 const char * AggregateMax::getName() function in class:AggregateMax
H A DSnapshotImpl.cpp312 HRESULT Snapshot::getName(com::Utf8Str &aName) function in class:Snapshot
/vbox/src/VBox/Main/webservice/samples/java/jax-ws/
H A Dclienttest.java65 String getName() method in class:clienttest.Desktop
84 desktop.getName(),
138 System.out.println("Machine " + (i++) + ": " + " [" + m.getId() + "]" + " - " + m.getName());
/vbox/src/VBox/Main/src-client/
H A DAdditionsFacilityImpl.cpp112 HRESULT AdditionsFacility::getName(com::Utf8Str &aName) function in class:AdditionsFacility
H A DGuestFsObjInfoImpl.cpp226 HRESULT GuestFsObjInfo::getName(com::Utf8Str &aName) function in class:GuestFsObjInfo
H A DGuestProcessImpl.cpp357 HRESULT GuestProcess::getName(com::Utf8Str &aName) function in class:GuestProcess
H A DGuestSessionImpl.cpp368 HRESULT GuestSession::getName(com::Utf8Str &aName) function in class:GuestSession
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispProfile.h70 const char* getName() const function in class:VBoxDispProfileEntry
136 if (entry->getName())
162 if (m_Entries[i].getName()) { \
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djsr173_api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/stream/ javax/xml/stream/events/ ...
H A Dstax-ex.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jvnet/ org/jvnet/staxex/ org/jvnet/staxex/Base64Data ...
H A Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.cpp583 const std::string VBoxNetBaseService::getName() const function in class:VBoxNetBaseService
/vbox/src/VBox/RDP/client-1.8.3/
H A Dscard.c437 getName(char *alias) function
584 reader = getName(buffer);
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp461 const char *Node::getName() const function in class:xml::Node
784 || !strcmp(pcszMatch, p->getName()) // ... the element name matches.

Completed in 271 milliseconds

12