Searched refs:aType (Results 1 - 25 of 91) sorted by relevance

1234

/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/libs/xpcom18a4/xpcom/threads/
H A DnsITimer.idl129 * @param aType timer type per TYPE* consts defined above
132 in unsigned long aType);
143 * @param aType Timer type per TYPE* consts defined above
148 in unsigned long aType);
157 * @param aType Timer type per TYPE* consts defined above
161 in unsigned long aType);
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/Frontends/VirtualBox/src/medium/
H A DUIMediumDefs.h57 UIMediumTargetType aType = UIMediumTargetType_WithID, const QString &strData = QString())
60 , type(aType), data(strData)
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsIComponentLoader.idl51 in string aType);
65 void onRegister(in nsIIDRef aCID, in string aType,
H A DnsIModule.idl78 * @param aType : Loader Type being used to load this module
83 in string aType);
H A DnsComponentManager.h122 NS_IMETHOD RegisterFactoryLocation(const nsCID & aClass, const char *aClassName, const char *aContractID, nsIFile *aFile, const char *loaderStr, const char *aType);
158 const char *aType);
159 nsresult GetLoaderForType(int aType,
264 const char *location, PRUint32 locationlen, int aType, class nsFactoryEntry* parent = nsnull);
268 nsresult ReInit(const nsCID &aClass, const char *location, int aType);
H A DnsIComponentRegistrar.idl141 * @param aType : Component Type of CID aClass. This value is
154 in string aType);
/vbox/src/VBox/Main/include/
H A DEventImpl.h36 HRESULT init(IEventSource *aSource, VBoxEventType_T aType, BOOL aWaitable);
41 HRESULT getType(VBoxEventType_T *aType);
64 HRESULT init(IEventSource *aSource, VBoxEventType_T aType);
69 HRESULT getType(VBoxEventType_T *aType);
138 HRESULT init(IEventSource* aSource, VBoxEventType_T aType, ...);
145 HRESULT reinit(VBoxEventType_T aType, ...);
H A DVFSExplorerImpl.h36 HRESULT init(VFSType_T aType, Utf8Str aFilePath, Utf8Str aHostname, Utf8Str aUsername, Utf8Str aPassword, VirtualBox *aVirtualBox);
50 HRESULT getType(VFSType_T *aType);
79 VFSFileType_T i_RTToVFSFileType(int aType) const;
H A DAdditionsFacilityImpl.h57 static const AdditionsFacility::FacilityInfo &i_typeToInfo(AdditionsFacilityType_T aType);
72 HRESULT getType(AdditionsFacilityType_T *aType);
H A DBandwidthGroupImpl.h38 BandwidthGroupType_T aType,
61 HRESULT getType(BandwidthGroupType_T *aType);
H A DUSBControllerImpl.h63 HRESULT getType(USBControllerType_T *aType);
H A DMediumAttachmentImpl.h39 DeviceType_T aType,
109 HRESULT getType(DeviceType_T *aType);
H A DApplianceImpl.h283 void i_addEntry(VirtualSystemDescriptionType_T aType,
290 std::list<VirtualSystemDescriptionEntry*> i_findByType(VirtualSystemDescriptionType_T aType);
308 HRESULT getDescriptionByType(VirtualSystemDescriptionType_T aType,
314 HRESULT getValuesByType(VirtualSystemDescriptionType_T aType,
320 HRESULT addDescription(VirtualSystemDescriptionType_T aType,
323 void i_removeByType(VirtualSystemDescriptionType_T aType);
H A DHostNetworkInterfaceImpl.h68 HRESULT getMediumType(HostNetworkInterfaceMediumType_T *aType);
70 HRESULT getInterfaceType(HostNetworkInterfaceType_T *aType);
H A DBandwidthControlImpl.h64 BandwidthGroupType_T aType,
H A DGlobal.h149 * @param aType The device type.
151 static const char *stringifyDeviceType(DeviceType_T aType);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.h158 STDMETHOD(HandleEvent)(VBoxEventType_T aType, IEvent *aEvent);
179 STDMETHOD(HandleEvent)(VBoxEventType_T aType, IEvent *aEvent);
200 STDMETHOD(HandleEvent)(VBoxEventType_T aType, IEvent *aEvent);
224 STDMETHOD(HandleEvent)(VBoxEventType_T aType, IEvent *aEvent);
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)
/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);
H A Ddefs.h141 * @param aType Array element type.
144 #define ComSafeArrayIn(aType, aArg) SAFEARRAY *aArg
176 * @param aType Array element type.
179 #define ComSafeArrayOut(aType, aArg) SAFEARRAY **aArg
341 #define ComSafeArrayIn(aType, aArg) PRUint32 aArg##Size, aType *aArg
346 #define ComSafeArrayOut(aType, aArg) PRUint32 *aArg##Size, aType **aArg
/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)
/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
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaWrapper.cpp65 CreateJavaArray(JNIEnv* env, PRUint8 aType, PRUint32 aSize, const nsID& aIID, argument
69 switch (aType)
168 GetNativeArrayElement(PRUint8 aType, void* aArray, PRUint32 aIndex, argument
171 switch (aType)
253 CreateNativeArray(PRUint8 aType, PRUint32 aSize, void** aResult) argument
256 switch (aType)
330 SetupParams(JNIEnv *env, const jobject aParam, PRUint8 aType, PRBool aIsOut, argument
336 switch (aType)
370 if (aType == nsXPTType::T_I16)
382 if (aType
979 FinalizeParams(JNIEnv *env, const nsXPTParamInfo &aParamInfo, PRUint8 aType, nsXPTCVariant &aVariant, const nsID& aIID, PRBool aIsArrayElement, PRUint8 aArrayType, PRUint32 aArraySize, PRUint32 aIndex, nsresult aInvokeResult, jobject* aParam) argument
[all...]

Completed in 91 milliseconds

1234