Searched refs:aMessage (Results 1 - 23 of 23) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsIConsoleListener.idl48 void observe(in nsIConsoleMessage aMessage);
H A DnsDebugImpl.cpp416 nsDebugImpl::Warning(const char* aMessage, argument
424 aMessage, aFile, aLine);
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/
H A DtmTransaction.cpp63 const PRUint8 *aMessage,
77 memcpy(header, aMessage, aLength);
95 memcpy((header + 1), aMessage, aLength);
59 Init(PRUint32 aOwnerID, PRInt32 aQueueID, PRUint32 aAction, PRInt32 aStatus, const PRUint8 *aMessage, PRUint32 aLength) argument
H A DtmTransaction.h84 * 1) Raw message - All data is carried in the byte pointer aMessage,
86 * must be set to the full length of aMessage, including null
92 * 2) Flags only - aQueueID, aAction and aStatus are all set. aMessage
98 * 3) Flags and message - All arguements are set. The aMessage is only
100 * of aMessage and not include the length of the tmHeader struct.
146 * @param aMessage can be a raw message including the 3 flags above or it
162 const PRUint8 *aMessage,
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPCOMGlue.cpp123 ThrowException(JNIEnv* env, const nsresult aErrorCode, const char* aMessage);
351 ThrowException(JNIEnv* env, const nsresult aErrorCode, const char* aMessage) argument
363 env->ThrowNew(clazz, aMessage);
379 env->NewStringUTF(aMessage));
H A DnsJavaXPCOMBindingUtils.cpp943 ThrowException(JNIEnv* env, const nsresult aErrorCode, const char* aMessage) argument
955 env->ThrowNew(clazz, aMessage);
969 if (aMessage) {
970 message = env->NewStringUTF(aMessage);
H A DnsJavaXPCOMBindingUtils.h356 * @param aMessage A string that provides details for throwing this
364 const char* aMessage);
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxErrorInfoImpl.cpp234 NS_IMETHODIMP VirtualBoxErrorInfo::GetMessage(char **aMessage) argument
236 CheckComArgOutPointerValid(aMessage);
238 m_strText.cloneTo(aMessage);
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsDebug.h68 static NS_COM void Warning(const char* aMessage,
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSize.cpp323 CHECK_MEMBER_ALIGNMENT(LSILOGISCSI, aMessage, 8);
H A DtstDeviceStructSizeRC.cpp1759 GEN_CHECK_OFF(LSILOGICSCSI, aMessage);
1760 GEN_CHECK_OFF(LSILOGICSCSI, aMessage[sizeof(MptConfigurationRequest)-1]);
/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp225 uint32_t aMessage[sizeof(MptConfigurationRequest)]; /** @todo r=bird: Looks like 4 tims the required size? Please explain in comment if this correct... */ member in struct:LSILOGICSCSI
1350 AssertMsg(pThis->cMessage <= RT_ELEMENTS(pThis->aMessage),
1374 AssertMsg(pThis->iMessage < RT_ELEMENTS(pThis->aMessage), ("Message is too big to fit into the buffer\n"));
1383 pThis->aMessage[pThis->iMessage++] = u32;
1387 int rc = lsilogicR3ProcessMessageRequest(pThis, (PMptMessageHdr)pThis->aMessage, &pThis->ReplyBuffer);
4367 for (unsigned i = 0; i < RT_ELEMENTS(pThis->aMessage); i++)
4368 SSMR3PutU32 (pSSM, pThis->aMessage[i]);
4608 for (unsigned i = 0; i < RT_ELEMENTS(pThis->aMessage); i++)
4609 SSMR3GetU32 (pSSM, &pThis->aMessage[i]);
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp1810 ExceptionStub(const nsACString &aMessage, nsresult aResult, argument
1814 : mMessage(aMessage), mResult(aResult)
1882 NS_IMETHODIMP ExceptionStub::GetMessage(char **aMessage) argument
1884 if (!aMessage)
1886 *aMessage = ToNewCString(mMessage);
/vbox/src/VBox/Main/include/
H A DConsoleImpl.h253 void i_onRuntimeError(BOOL aFatal, IN_BSTR aErrorID, IN_BSTR aMessage);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h874 nsresult (*GetMessage)(nsIException *pThis, PRUnichar * *aMessage);
892 nsresult (*GetMessage)(nsIException *pThis, PRUnichar * *aMessage);
906 #define nsIException_get_Message(p, aMessage) ((p)->lpVtbl->GetMessage(p, aMessage))
907 #define nsIException_GetMessage(p, aMessage) ((p)->lpVtbl->GetMessage(p, aMessage))
926 #define IErrorInfo_get_Message(p, aMessage) ((p)->lpVtbl->GetMessage(p, aMessage))
927 #define IErrorInfo_GetMessage(p, aMessage) ((p)->lpVtbl->GetMessage(p, aMessage))
[all...]
H A DVBoxCAPI_v2_2.h383 nsresult (*GetMessage)(nsIException *pThis, PRUnichar * *aMessage);
H A DVBoxCAPI_v3_0.h725 nsresult (*GetMessage)(nsIException *pThis, PRUnichar * *aMessage);
H A DVBoxCAPI_v3_1.h725 nsresult (*GetMessage)(nsIException *pThis, PRUnichar * *aMessage);
H A DVBoxCAPI_v3_2.h725 nsresult (*GetMessage)(nsIException *pThis, PRUnichar * *aMessage);
H A DVBoxCAPI_v4_0.h725 nsresult (*GetMessage)(nsIException *pThis, PRUnichar * *aMessage);
H A DVBoxCAPI_v4_1.h725 nsresult (*GetMessage)(nsIException *pThis, PRUnichar * *aMessage);
H A DVBoxCAPI_v4_2.h725 nsresult (*GetMessage)(nsIException *pThis, PRUnichar * *aMessage);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp6672 void Console::i_onRuntimeError(BOOL aFatal, IN_BSTR aErrorID, IN_BSTR aMessage) argument
6677 fireRuntimeErrorEvent(mEventSource, aFatal, aErrorID, aMessage);

Completed in 478 milliseconds