Searched refs:i_getName (Results 1 - 25 of 33) sorted by relevance

12

/vbox/src/VBox/Main/include/
H A DUSBControllerImpl.h56 const Utf8Str &i_getName() const;
H A DAdditionsFacilityImpl.h60 com::Utf8Str i_getName() const;
H A DBandwidthGroupImpl.h52 const Utf8Str &i_getName() const { return m->bd->strName; } function in class:BandwidthGroup
H A DSharedFolderImpl.h50 const Utf8Str& i_getName() const;
H A DStorageControllerImpl.h48 const Utf8Str &i_getName() const;
H A DSnapshotImpl.h78 const Utf8Str& i_getName() const;
H A DHostUSBDeviceImpl.h209 com::Utf8Str i_getName();
H A DGuestSessionImpl.h419 Utf8Str i_getName(void);
H A DMediumImpl.h113 Utf8Str i_getName();
/vbox/src/VBox/Main/src-server/
H A DUSBProxyService.cpp214 aMachine->i_getName().c_str(),
233 pHostDevice->i_getId().raw(), pHostDevice->i_getStateName(), aDone, pHostDevice->i_getName().c_str()));
277 aMachine->i_getName().c_str()));
400 LogFlowThisFunc(("{%s} ignoring=%p\n", aDevice->i_getName().c_str(), aIgnoreMachine));
409 AssertMsgReturn(aDevice->i_isCapturableOrHeld(), ("{%s} %s\n", aDevice->i_getName().c_str(),
477 LogFlowThisFunc(("{%s} attached to %p\n", aDevice->i_getName().c_str(), (void *)pMachine));
512 LogFlowThisFunc(("{%s} aMachine=%p \n", aDevice->i_getName().c_str(), aMachine));
949 NewObj->i_getName().c_str(),
980 pHostDevice->i_getName().c_str()));
1031 aDevice->i_getName()
[all...]
H A DHostPower.cpp168 LogRel(("SaveState '%s' failed with %Rhrc\n", pMachine->i_getName().c_str(), rc));
185 LogRel(("SaveState '%s' succeeded\n", pMachine->i_getName().c_str()));
H A DSnapshotImpl.cpp559 const Utf8Str& Snapshot::i_getName() const function in class:Snapshot
902 Utf8Str name = i_getName();
1981 pAttach->i_getMedium()->i_getName().c_str()));
1988 BstrFmt(tr("Restoring snapshot '%s'"), pSnapshot->i_getName().c_str()).raw(),
2162 LogFlowThisFunc(("Picked differencing image '%s' for deletion\n", pMedium->i_getName().c_str()));
2199 LogFlowThisFunc(("Detaching old current state in differencing image '%s'\n", pMedium->i_getName().c_str()));
2240 LogFlowThisFunc(("Deleting old current state in differencing image '%s'\n", pMedium->i_getName().c_str()));
2394 pSnapshot->i_getName().c_str(),
2401 pSnapshot->i_getName().c_str(),
2458 LogFlowThisFunc(("op %d: considering hard disk attachment %s\n", ulOpCount, pHD->i_getName()
[all...]
H A DBandwidthControlImpl.cpp375 if ((*it)->i_getName() == aName)
524 group.strName = (*it)->i_getName();
H A DUSBControllerImpl.cpp390 const Utf8Str &USBController::i_getName() const function in class:USBController
H A DHostUSBDeviceImpl.cpp95 mNameObj = i_getName();
312 com::Utf8Str HostUSBDevice::i_getName() function in class:HostUSBDevice
383 mName, mId.raw(), mMachine->i_getName().c_str());
H A DNetworkAdapterImpl.cpp1332 strBwGroup = static_cast<BandwidthGroup *>(iBw)->i_getName();
1386 mData->mBandwidthGroup = aBwGroup->i_getName();
/vbox/src/VBox/Main/src-server/darwin/
H A DUSBProxyServiceDarwin.cpp125 LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
172 LogFlowThisFunc(("aDevice=%s aSuccess=%RTbool mOneShotId=%p\n", aDevice->i_getName().c_str(), aSuccess, aDevice->mOneShotId));
189 LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
238 LogFlowThisFunc(("aDevice=%s aSuccess=%RTbool mOneShotId=%p\n", aDevice->i_getName().c_str(), aSuccess, aDevice->mOneShotId));
/vbox/src/VBox/Main/src-client/
H A DAdditionsFacilityImpl.cpp118 aName = i_getName();
171 com::Utf8Str AdditionsFacility::i_getName() const function in class:AdditionsFacility
H A DGuestCtrlImpl.cpp551 if (strName.contains(itSessions->second->i_getName())) /** @todo Use a (simple) pattern match (IPRT?). */
/vbox/src/VBox/Main/src-server/win/
H A DUSBProxyServiceWindows.cpp146 LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
188 LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
/vbox/src/VBox/Main/src-server/solaris/
H A DUSBProxyServiceSolaris.cpp344 LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
383 LogFlowThisFunc(("aDevice=%s aSuccess=%RTbool mOneShotId=%p\n", aDevice->i_getName().c_str(), aSuccess, aDevice->mOneShotId));
399 LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
438 LogFlowThisFunc(("aDevice=%s aSuccess=%RTbool mOneShotId=%p\n", aDevice->i_getName().c_str(), aSuccess, aDevice->mOneShotId));
/vbox/src/VBox/Main/src-server/freebsd/
H A DUSBProxyServiceFreeBSD.cpp117 LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
136 LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
/vbox/src/VBox/Main/src-server/linux/
H A DUSBProxyServiceLinux.cpp228 LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
247 LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
/vbox/src/VBox/Main/testcase/
H A DtstUSBProxyLinux.cpp60 com::Utf8Str HostUSBDevice::i_getName() function in class:HostUSBDevice
/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp400 const Utf8Str& SharedFolder::i_getName() const function in class:SharedFolder

Completed in 147 milliseconds

12