Searched defs:aMessage (Results 1 - 8 of 8) sorted by relevance

/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
/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/base/
H A DnsDebugImpl.cpp416 nsDebugImpl::Warning(const char* aMessage, argument
424 aMessage, aFile, aLine);
/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);
/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/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/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 116 milliseconds