Copy as Markdown
Other Tools
//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PQuotaTest_h
#define PQuotaTest_h
#include "mozilla/Attributes.h"
#include "IPCMessageStart.h"
#include "mozilla/RefPtr.h"
#include "nsString.h"
#include "nsTArray.h"
#include "nsTHashtable.h"
#include "mozilla/MozPromise.h"
#include "mozilla/OperatorNewExtensions.h"
#include "mozilla/UniquePtr.h"
#include "mozilla/ipc/ByteBuf.h"
#include "mozilla/ipc/FileDescriptor.h"
#include "mozilla/ipc/IPCForwards.h"
#include "mozilla/ipc/Shmem.h"
namespace mozilla {
namespace dom {
namespace quota {
class PQuotaTestParent;
} // namespace quota
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace dom {
namespace quota {
class PQuotaTestChild;
} // namespace quota
} // namespace dom
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PQuotaTestChild and PQuotaTestParent
//
namespace mozilla {
namespace dom {
namespace quota {
namespace PQuotaTest {
nsresult
CreateEndpoints(
mozilla::ipc::EndpointProcInfo aParentDestInfo,
mozilla::ipc::EndpointProcInfo aChildDestInfo,
mozilla::ipc::Endpoint<::mozilla::dom::quota::PQuotaTestParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::dom::quota::PQuotaTestChild>* aChild);
nsresult
CreateEndpoints(
mozilla::ipc::Endpoint<::mozilla::dom::quota::PQuotaTestParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::dom::quota::PQuotaTestChild>* aChild);
enum MessageType {
PQuotaTestStart = PQuotaTestMsgStart << 16,
Msg_Try_Success_CustomErr_QmIpcFail__ID,
Reply_Try_Success_CustomErr_QmIpcFail__ID,
Msg_Try_Success_CustomErr_IpcFail__ID,
Reply_Try_Success_CustomErr_IpcFail__ID,
Msg_TryInspect_Success_CustomErr_QmIpcFail__ID,
Reply_TryInspect_Success_CustomErr_QmIpcFail__ID,
Msg_TryInspect_Success_CustomErr_IpcFail__ID,
Reply_TryInspect_Success_CustomErr_IpcFail__ID,
PQuotaTestEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_Try_Success_CustomErr_QmIpcFail(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_Try_Success_CustomErr_QmIpcFail(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_Try_Success_CustomErr_IpcFail(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_Try_Success_CustomErr_IpcFail(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_TryInspect_Success_CustomErr_QmIpcFail(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_TryInspect_Success_CustomErr_QmIpcFail(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_TryInspect_Success_CustomErr_IpcFail(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_TryInspect_Success_CustomErr_IpcFail(int32_t routingId);
} // namespace PQuotaTest
} // namespace quota
} // namespace dom
} // namespace mozilla
#endif // ifndef PQuotaTest_h