Searched defs:aType (Results 1 - 25 of 47) sorted by relevance

12

/vbox/src/VBox/Main/src-all/
H A DGlobal.cpp486 Global::stringifyDeviceType(DeviceType_T aType) argument
488 switch (aType)
499 AssertMsgFailed(("%d (%#x)\n", aType, aType));
501 RTStrPrintf(s_szMsg, sizeof(s_szMsg), "InvalidType-0x%08x\n", aType);
/vbox/src/VBox/Main/src-server/
H A DBandwidthGroupImpl.cpp52 * @param aType Type of the bandwidth group (net, disk).
57 BandwidthGroupType_T aType,
64 if ( (aType <= BandwidthGroupType_Null)
65 || (aType > BandwidthGroupType_Network))
80 m->bd->enmType = aType;
207 HRESULT BandwidthGroup::getType(BandwidthGroupType_T *aType) argument
210 *aType = m->bd->enmType;
55 init(BandwidthControl *aParent, const Utf8Str &aName, BandwidthGroupType_T aType, LONG64 aMaxBytesPerSec) argument
H A DBandwidthControlImpl.cpp390 BandwidthGroupType_T aType,
414 rc = group->init(this, aName, aType, aMaxBytesPerSec);
389 createBandwidthGroup(const com::Utf8Str &aName, BandwidthGroupType_T aType, LONG64 aMaxBytesPerSec) argument
H A DUSBControllerImpl.cpp246 HRESULT USBController::getType(USBControllerType_T *aType) argument
250 *aType = m->bd->enmType;
H A DHostNetworkInterfaceImpl.cpp393 * @param aType address of result pointer
395 HRESULT HostNetworkInterface::getMediumType(HostNetworkInterfaceMediumType_T *aType) argument
397 *aType = m.mediumType;
419 * @param aType address of result pointer
421 HRESULT HostNetworkInterface::getInterfaceType(HostNetworkInterfaceType_T *aType) argument
423 *aType = mIfType;
H A DMediumAttachmentImpl.cpp122 DeviceType_T aType,
132 LogFlowThisFunc(("aParent=%p aMedium=%p aControllerName=%ls aPort=%d aDevice=%d aType=%d aImplicit=%d aPassthrough=%d aTempEject=%d aNonRotational=%d aDiscard=%d aHotPluggable=%d strBandwithGroup=%s\n", aParent, aMedium, aControllerName.raw(), aPort, aDevice, aType, aImplicit, aPassthrough, aTempEject, aNonRotational, aDiscard, aHotPluggable, strBandwidthGroup.c_str()));
134 if (aType == DeviceType_HardDisk)
151 unconst(m->bd->type) = aType;
169 aPort, aDevice, Global::stringifyDeviceType(aType),
280 HRESULT MediumAttachment::getType(DeviceType_T *aType) argument
285 *aType = m->bd->type;
117 init(Machine *aParent, Medium *aMedium, const Bstr &aControllerName, LONG aPort, LONG aDevice, DeviceType_T aType, bool aImplicit, bool aPassthrough, bool aTempEject, bool aNonRotational, bool aDiscard, bool aHotPluggable, const Utf8Str &strBandwidthGroup) argument
H A DVRDEServerImpl.cpp593 HRESULT VRDEServer::getAuthType(AuthType_T *aType) argument
597 *aType = mData->mAuthType;
602 HRESULT VRDEServer::setAuthType(AuthType_T aType) argument
610 if (mData->mAuthType != aType)
613 mData->mAuthType = aType;
H A DVFSExplorerImpl.cpp80 HRESULT VFSExplorer::init(VFSType_T aType, Utf8Str aFilePath, Utf8Str aHostname, Utf8Str aUsername, argument
93 m->storageType = aType;
140 HRESULT VFSExplorer::getType(VFSType_T *aType) argument
142 if (!aType)
147 *aType = m->storageType;
260 VFSFileType_T VFSExplorer::i_RTToVFSFileType(int aType) const
262 int a = aType & RTFS_TYPE_MASK;
/vbox/include/VBox/com/
H A Dlisteners.h159 VBoxEventType_T aType = VBoxEventType_Invalid; local
160 aEvent->COMGETTER(Type)(&aType);
161 return mListener->HandleEvent(aType, aEvent);
/vbox/src/VBox/Main/src-client/
H A DAdditionsFacilityImpl.cpp145 HRESULT AdditionsFacility::getType(AdditionsFacilityType_T *aType) argument
151 *aType = i_getType();
156 const AdditionsFacility::FacilityInfo &AdditionsFacility::i_typeToInfo(AdditionsFacilityType_T aType) argument
160 if (s_aFacilityInfo[i].mType == aType)
H A DGuestFsObjInfoImpl.cpp274 HRESULT GuestFsObjInfo::getType(FsObjType_T *aType) argument
280 *aType = mData.mType;
H A DGuestFileImpl.cpp69 STDMETHOD(HandleEvent)(VBoxEventType_T aType, IEvent *aEvent) argument
71 switch (aType)
79 int rc2 = mFile->signalWaitEvent(aType, aEvent);
82 aType, mFile, rc2));
88 AssertMsgFailed(("Unhandled event %RU32\n", aType));
H A DSessionImpl.cpp144 HRESULT Session::getType(SessionType_T *aType) argument
150 *aType = mType;
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxMediaComboBox.cpp136 void VBoxMediaComboBox::setType (UIMediumType aType) argument
138 mType = aType;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsPrimitives.cpp57 NS_IMETHODIMP nsSupportsIDImpl::GetType(PRUint16 *aType) argument
59 NS_ASSERTION(aType, "Bad pointer");
60 *aType = TYPE_ID;
113 NS_IMETHODIMP nsSupportsCStringImpl::GetType(PRUint16 *aType) argument
115 NS_ASSERTION(aType, "Bad pointer");
117 *aType = TYPE_CSTRING;
150 NS_IMETHODIMP nsSupportsStringImpl::GetType(PRUint16 *aType) argument
152 NS_ASSERTION(aType, "Bad pointer");
154 *aType = TYPE_STRING;
190 NS_IMETHODIMP nsSupportsPRBoolImpl::GetType(PRUint16 *aType) argument
231 GetType(PRUint16 *aType) argument
276 GetType(PRUint16 *aType) argument
321 GetType(PRUint16 *aType) argument
366 GetType(PRUint16 *aType) argument
411 GetType(PRUint16 *aType) argument
456 GetType(PRUint16 *aType) argument
501 GetType(PRUint16 *aType) argument
546 GetType(PRUint16 *aType) argument
591 GetType(PRUint16 *aType) argument
636 GetType(PRUint16 *aType) argument
681 GetType(PRUint16 *aType) argument
727 GetType(PRUint16 *aType) argument
777 GetType(PRUint16 *aType) argument
849 GetType(PRUint16 *aType) argument
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrlListener.cpp65 STDMETHODIMP GuestFileEventListener::HandleEvent(VBoxEventType_T aType, IEvent *aEvent) argument
67 switch (aType)
115 STDMETHODIMP GuestProcessEventListener::HandleEvent(VBoxEventType_T aType, IEvent *aEvent) argument
117 switch (aType)
205 STDMETHODIMP GuestSessionEventListener::HandleEvent(VBoxEventType_T aType, IEvent *aEvent) argument
207 switch (aType)
405 STDMETHODIMP GuestEventListener::HandleEvent(VBoxEventType_T aType, IEvent *aEvent) argument
407 switch (aType)
H A DVBoxManageGuestProp.cpp356 VBoxEventType_T aType; local
357 rc = ev->COMGETTER(Type)(&aType);
358 switch (aType)
/vbox/src/libs/xpcom18a4/python/src/
H A DPyGModule.cpp176 /* nsIFactory getFactory (in nsIIDRef aCID, in string aLocation, in string aType); */
177 NS_IMETHODIMP PyG_nsIComponentLoader::GetFactory(const nsIID & aCID, const char *aLocation, const char *aType, nsIFactory **_retval) argument
186 aType);
210 /* void onRegister (in nsIIDRef aCID, in string aType, in string aClassName, in string aContractID, in string aLocation, in boolean aReplace, in boolean aPersist); */
211 NS_IMETHODIMP PyG_nsIComponentLoader::OnRegister(const nsIID & aCID, const char *aType, const char *aClassName, const char *aContractID, const char *aLocation, PRBool aReplace, PRBool aPersist) argument
218 aType,
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsStaticComponentLoader.cpp281 nsStaticComponentLoader::OnRegister(const nsCID &aCID, const char *aType, argument
298 const char *aType, nsIFactory **_retval)
297 GetFactory(const nsCID &aCID, const char *aLocation, const char *aType, nsIFactory **_retval) argument
/vbox/include/VBox/
H A Dhgcmsvc.h255 * @param aType the type that the parameter should be set to before
266 void doTestGetString(RTTEST hTest, uint32_t aType, const char *apcc, argument
275 ("doTestGetString, aType=%u, apcc=%p, acp=%u, rcExp=%Rrc",
276 aType, apcc, acp, rcExp));
279 type = aType; /* in case we don't want VBOX_HGCM_SVC_PARM_PTR */
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsTimerImpl.cpp209 nsresult nsTimerImpl::InitCommon(PRUint32 aType, PRUint32 aDelay) argument
237 mType = (PRUint8)aType;
246 PRUint32 aType)
253 return InitCommon(aType, aDelay);
258 PRUint32 aType)
265 return InitCommon(aType, aDelay);
270 PRUint32 aType)
277 return InitCommon(aType, aDelay);
311 NS_IMETHODIMP nsTimerImpl::SetType(PRUint32 aType) argument
313 mType = (PRUint8)aType;
243 InitWithFuncCallback(nsTimerCallbackFunc aFunc, void *aClosure, PRUint32 aDelay, PRUint32 aType) argument
256 InitWithCallback(nsITimerCallback *aCallback, PRUint32 aDelay, PRUint32 aType) argument
268 Init(nsIObserver *aObserver, PRUint32 aDelay, PRUint32 aType) argument
320 GetType(PRUint32* aType) argument
625 NS_NewTimer(nsITimer* *aResult, nsTimerCallbackFunc aCallback, void *aClosure, PRUint32 aDelay, PRUint32 aType) argument
[all...]
/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h129 TaskType aType,
133 taskType(aType),
128 TaskOVF(Appliance *aThat, TaskType aType, LocationInfo aLocInfo, ComObjPtr<Progress> &aProgress) argument
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIFileDialog.cpp168 OpenNativeDialogEvent (const QString &aResult, QEvent::Type aType) argument
169 : QEvent (aType), mResult (aResult) {}
189 LoopObject (QEvent::Type aType, QEventLoop &aLoop) argument
190 : mType (aType), mLoop (aLoop), mResult (QString::null) {}
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp170 STDMETHOD(HandleEvent)(VBoxEventType_T aType, IEvent *aEvent) argument
172 switch (aType)
/vbox/src/libs/xpcom18a4/java/tools/genifaces/
H A DGenerateJavaInterfaces.cpp523 nsresult WriteConstantValue(nsIOutputStream* out, const nsXPTType* aType, argument
527 switch (aType->TagPart()) {
746 nsresult WriteType(nsIOutputStream* out, const nsXPTType* aType, argument
752 switch (aType->TagPart()) {
844 aType->TagPart());

Completed in 93 milliseconds

12