Searched defs:aThat (Results 1 - 23 of 23) sorted by relevance

/vbox/include/VBox/com/
H A DMultiResult.h176 MultiResult (const MultiResult &aThat) : FWResult (aThat) argument
193 MultiResult &operator= (const MultiResult & /* aThat */)
/vbox/src/VBox/Main/include/
H A DAutoStateDep.h55 AutoStateDependency(Machine *aThat) argument
56 : mThat(aThat), mRC(S_OK),
60 Assert(aThat);
61 mRC = aThat->i_addStateDependency(taDepType, &mMachineState,
H A DUSBDeviceFilterImpl.h45 Data (const Data &aThat) : mName (aThat.mName), mActive (aThat.mActive), argument
46 mRemote (aThat.mRemote), mMaskedIfs (aThat.mMaskedIfs) , mId (aThat.mId)
48 USBFilterClone (&mUSBFilter, &aThat.mUSBFilter);
76 HRESULT init(USBDeviceFilters *aParent, USBDeviceFilter *aThat,
78 HRESULT initCopy(USBDeviceFilters *aParent, USBDeviceFilter *aThat);
H A DApplianceImplPrivate.h128 TaskOVF(Appliance *aThat, argument
132 : pAppliance(aThat),
H A DConsoleImpl.h359 AutoVMCallerBase(Console *aThat) : mThat(aThat), mRC(E_FAIL) argument
361 Assert(aThat);
362 mRC = aThat->i_addVMCaller(taQuiet, taAllowNullVM);
456 SafeVMPtrBase(Console *aThat) : Base(aThat), mRC(E_FAIL), mpUVM(NULL) argument
459 mRC = aThat->i_safeVMPtrRetainer(&mpUVM, taQuiet);
548 SharedFolderData(const SharedFolderData& aThat) argument
549 : m_strHostPath(aThat.m_strHostPath),
550 m_fWritable(aThat
[all...]
H A DGuestCtrlImplPrivate.h249 GuestProcessStreamValue(const GuestProcessStreamValue& aThat) argument
250 : mValue(aThat.mValue) { }
371 GuestTask(TaskType aTaskType, Guest *aThat, Progress *aProgress);
/vbox/src/VBox/Main/src-server/
H A DBandwidthGroupImpl.cpp103 * @note Locks @a aThat object for writing if @a aReshare is @c true, or for
107 BandwidthGroup *aThat,
110 LogFlowThisFunc(("aParent=%p, aThat=%p, aReshare=%RTbool\n",
111 aParent, aThat, aReshare));
113 ComAssertRet(aParent && aThat, E_INVALIDARG);
122 AutoCaller thatCaller(aThat);
127 AutoWriteLock thatLock(aThat COMMA_LOCKVAL_SRC_POS);
129 unconst(aThat->m->pPeer) = this;
130 m->bd.attach(aThat->m->bd);
134 unconst(m->pPeer) = aThat;
106 init(BandwidthControl *aParent, BandwidthGroup *aThat, bool aReshare ) argument
151 initCopy(BandwidthControl *aParent, BandwidthGroup *aThat) argument
[all...]
H A DAudioAdapterImpl.cpp121 * @note Locks @a aThat object for reading.
123 HRESULT AudioAdapter::init (Machine *aParent, AudioAdapter *aThat) argument
125 LogFlowThisFunc(("aParent=%p, aThat=%p\n", aParent, aThat));
127 ComAssertRet(aParent && aThat, E_INVALIDARG);
134 unconst(mPeer) = aThat;
136 AutoCaller thatCaller (aThat);
139 AutoReadLock thatLock(aThat COMMA_LOCKVAL_SRC_POS);
141 mData->m.share (aThat->mData->m);
154 * @note Locks @a aThat objec
156 initCopy(Machine *aParent, AudioAdapter *aThat) argument
430 i_copyFrom(AudioAdapter *aThat) argument
[all...]
H A DBandwidthControlImpl.cpp89 * @note Locks @a aThat object for writing if @a aReshare is @c true, or for
93 BandwidthControl *aThat)
95 LogFlowThisFunc(("aParent=%p, aThat=%p\n", aParent, aThat));
97 ComAssertRet(aParent && aThat, E_INVALIDARG);
106 AutoCaller thatCaller(aThat);
109 unconst(m->pPeer) = aThat;
110 AutoWriteLock thatLock(aThat COMMA_LOCKVAL_SRC_POS);
115 for (it = aThat->m->llBandwidthGroups->begin();
116 it != aThat
92 init(Machine *aParent, BandwidthControl *aThat) argument
136 initCopy(Machine *aParent, BandwidthControl *aThat) argument
178 i_copyFrom(BandwidthControl *aThat) argument
[all...]
H A DParallelPortImpl.cpp109 * @note Locks @a aThat object for reading.
111 HRESULT ParallelPort::init(Machine *aParent, ParallelPort *aThat) argument
113 LogFlowThisFunc(("aParent=%p, aThat=%p\n", aParent, aThat));
115 ComAssertRet(aParent && aThat, E_INVALIDARG);
124 unconst(m->pPeer) = aThat;
126 AutoCaller thatCaller (aThat);
129 AutoReadLock thatLock(aThat COMMA_LOCKVAL_SRC_POS);
130 m->bd.share(aThat->m->bd);
143 * @note Locks @a aThat objec
145 initCopy(Machine *aParent, ParallelPort *aThat) argument
478 i_copyFrom(ParallelPort *aThat) argument
[all...]
H A DUSBControllerImpl.cpp141 * @note Locks @a aThat object for writing if @a aReshare is @c true, or for
328 * represented by @a aThat (locked for reading).
330 void USBController::i_copyFrom(USBController *aThat) argument
332 AssertReturnVoid(aThat != NULL);
339 AutoCaller thatCaller(aThat);
348 /* peer is not modified, lock it for reading (aThat is "master" so locked
350 AutoReadLock rl(aThat COMMA_LOCKVAL_SRC_POS);
354 m->bd.assignCopy(aThat->m->bd);
362 * represented by @a aThat (locked for reading).
H A DBIOSSettingsImpl.cpp534 void BIOSSettings::i_copyFrom (BIOSSettings *aThat) argument
536 AssertReturnVoid (aThat != NULL);
543 AutoCaller thatCaller (aThat);
546 /* peer is not modified, lock it for reading (aThat is "master" so locked
548 AutoReadLock rl(aThat COMMA_LOCKVAL_SRC_POS);
552 m->bd.assignCopy(aThat->m->bd);
H A DSerialPortImpl.cpp90 * @note Locks @a aThat object for reading.
92 HRESULT SerialPort::init(Machine *aParent, SerialPort *aThat) argument
94 LogFlowThisFunc(("aParent=%p, aThat=%p\n", aParent, aThat));
96 ComAssertRet(aParent && aThat, E_INVALIDARG);
105 unconst(m->pPeer) = aThat;
107 AutoCaller thatCaller (aThat);
110 AutoReadLock thatLock(aThat COMMA_LOCKVAL_SRC_POS);
111 m->bd.share (aThat->m->bd);
124 * @note Locks @a aThat objec
126 initCopy(Machine *aParent, SerialPort *aThat) argument
571 i_copyFrom(SerialPort *aThat) argument
[all...]
H A DMediumAttachmentImpl.cpp181 HRESULT MediumAttachment::initCopy(Machine *aParent, MediumAttachment *aThat) argument
183 LogFlowThisFunc(("aParent=%p, aThat=%p\n", aParent, aThat));
185 ComAssertRet(aParent && aThat, E_INVALIDARG);
194 AutoCaller thatCaller(aThat);
197 AutoReadLock thatlock(aThat COMMA_LOCKVAL_SRC_POS);
198 m->bd.attachCopy(aThat->m->bd);
H A DStorageControllerImpl.cpp223 * @note Locks @a aThat object for writing if @a aReshare is @c true, or for
227 StorageController *aThat,
230 LogFlowThisFunc(("aParent=%p, aThat=%p, aReshare=%RTbool\n",
231 aParent, aThat, aReshare));
233 ComAssertRet(aParent && aThat, E_INVALIDARG);
242 AutoCaller thatCaller(aThat);
247 AutoWriteLock thatLock(aThat COMMA_LOCKVAL_SRC_POS);
249 unconst(aThat->m->pPeer) = this;
250 m->bd.attach (aThat->m->bd);
254 unconst(m->pPeer) = aThat;
226 init(Machine *aParent, StorageController *aThat, bool aReshare ) argument
271 initCopy(Machine *aParent, StorageController *aThat) argument
[all...]
H A DUSBDeviceFilterImpl.cpp328 * @note Locks @a aThat object for writing if @a aReshare is @c true, or for
331 HRESULT USBDeviceFilter::init (USBDeviceFilters *aParent, USBDeviceFilter *aThat, argument
334 LogFlowThisFunc(("aParent=%p, aThat=%p, aReshare=%RTbool\n",
335 aParent, aThat, aReshare));
337 ComAssertRet(aParent && aThat, E_INVALIDARG);
348 AutoCaller thatCaller (aThat);
353 AutoWriteLock thatLock(aThat COMMA_LOCKVAL_SRC_POS);
355 unconst(aThat->mPeer) = this;
356 mData.attach (aThat->mData);
360 unconst(mPeer) = aThat;
384 initCopy(USBDeviceFilters *aParent, USBDeviceFilter *aThat) argument
[all...]
H A DUSBDeviceFiltersImpl.cpp758 * represented by @a aThat (locked for reading).
760 void USBDeviceFilters::i_copyFrom(USBDeviceFilters *aThat) argument
762 AssertReturnVoid(aThat != NULL);
769 AutoCaller thatCaller(aThat);
778 /* peer is not modified, lock it for reading (aThat is "master" so locked
780 AutoReadLock rl(aThat COMMA_LOCKVAL_SRC_POS);
791 for (DeviceFilterList::const_iterator it = aThat->m->llDeviceFilters->begin();
792 it != aThat->m->llDeviceFilters->end();
H A DVRDEServerImpl.cpp114 * @note Locks @a aThat object for reading.
116 HRESULT VRDEServer::init(Machine *aParent, VRDEServer *aThat) argument
118 LogFlowThisFunc(("aParent=%p, aThat=%p\n", aParent, aThat));
120 ComAssertRet(aParent && aThat, E_INVALIDARG);
127 unconst(mPeer) = aThat;
129 AutoCaller thatCaller(aThat);
132 AutoReadLock thatLock(aThat COMMA_LOCKVAL_SRC_POS);
133 mData.share(aThat->mData);
146 * @note Locks @a aThat objec
148 initCopy(Machine *aParent, VRDEServer *aThat) argument
936 i_copyFrom(VRDEServer *aThat) argument
[all...]
H A DNATEngineImpl.cpp102 HRESULT NATEngine::init(Machine *aParent, INetworkAdapter *aAdapter, NATEngine *aThat) argument
106 Log(("init that:%p this:%p\n", aThat, this));
108 AutoCaller thatCaller(aThat);
111 AutoReadLock thatLock(aThat COMMA_LOCKVAL_SRC_POS);
114 mData->m.share(aThat->mData->m);
117 for (it = aThat->mNATRules.begin(); it != aThat->mNATRules.end(); ++it)
123 unconst(mPeer) = aThat;
128 HRESULT NATEngine::initCopy(Machine *aParent, INetworkAdapter *aAdapter, NATEngine *aThat) argument
133 Log(("initCopy that:%p this:%p\n", aThat, thi
[all...]
H A DNetworkAdapterImpl.cpp118 * @note Locks @a aThat object for reading.
120 HRESULT NetworkAdapter::init(Machine *aParent, NetworkAdapter *aThat, bool aReshare /* = false */) argument
122 LogFlowThisFunc(("aParent=%p, aThat=%p, aReshare=%RTbool\n", aParent, aThat, aReshare));
124 ComAssertRet(aParent && aThat, E_INVALIDARG);
132 mNATEngine->init(aParent, this, aThat->mNATEngine);
135 AutoCaller thatCaller(aThat);
140 AutoWriteLock thatLock(aThat COMMA_LOCKVAL_SRC_POS);
142 unconst(aThat->mPeer) = this;
143 mData.attach(aThat
166 initCopy(Machine *aParent, NetworkAdapter *aThat) argument
1216 i_copyFrom(NetworkAdapter *aThat) argument
[all...]
H A DVFSExplorerImpl.cpp160 TaskVFSExplorer(TaskType aTaskType, VFSExplorer *aThat, Progress *aProgress) argument
162 pVFSExplorer(aThat),
H A DMachineImpl.cpp11999 void Machine::i_copyFrom(Machine *aThat) argument
12002 AssertReturnVoid(aThat->i_isSnapshotMachine());
12006 mHWData.assignCopy(aThat->mHWData);
12021 mBIOSSettings->i_copyFrom(aThat->mBIOSSettings);
12022 mVRDEServer->i_copyFrom(aThat->mVRDEServer);
12023 mAudioAdapter->i_copyFrom(aThat->mAudioAdapter);
12024 mUSBDeviceFilters->i_copyFrom(aThat->mUSBDeviceFilters);
12025 mBandwidthControl->i_copyFrom(aThat->mBandwidthControl);
12030 for (StorageControllerList::iterator it = aThat->mStorageControllers->begin();
12031 it != aThat
[all...]
/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp128 * @param aThat shared folder object to copy
132 HRESULT SharedFolder::initCopy(Machine *aMachine, SharedFolder *aThat) argument
134 ComAssertRet(aThat, E_INVALIDARG);
143 aThat->m->strName,
144 aThat->m->strHostPath,
145 aThat->m->fWritable,
146 aThat->m->fAutoMount,

Completed in 3001 milliseconds