Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PWebrtcGlobal_h
#define PWebrtcGlobal_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 {
class PWebrtcGlobalParent;
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace dom {
class PWebrtcGlobalChild;
} // namespace dom
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PWebrtcGlobalChild and PWebrtcGlobalParent
//
namespace mozilla {
namespace dom {
namespace PWebrtcGlobal {
nsresult
CreateEndpoints(
base::ProcessId aParentDestPid,
base::ProcessId aChildDestPid,
mozilla::ipc::Endpoint<::mozilla::dom::PWebrtcGlobalParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::dom::PWebrtcGlobalChild>* aChild);
enum MessageType {
PWebrtcGlobalStart = PWebrtcGlobalMsgStart << 16,
Msg___delete____ID,
Reply___delete____ID,
Msg_PeerConnectionCreated__ID,
Msg_PeerConnectionDestroyed__ID,
Msg_PeerConnectionFinalStats__ID,
Msg_GetStats__ID,
Reply_GetStats__ID,
Msg_ClearStats__ID,
Msg_GetLog__ID,
Reply_GetLog__ID,
Msg_ClearLog__ID,
Msg_SetAecLogging__ID,
PWebrtcGlobalEnd
};
mozilla::UniquePtr<IPC::Message>
Msg___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_PeerConnectionCreated(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_PeerConnectionDestroyed(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_PeerConnectionFinalStats(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_GetStats(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_GetStats(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_ClearStats(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_GetLog(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_GetLog(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_ClearLog(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_SetAecLogging(int32_t routingId);
} // namespace PWebrtcGlobal
} // namespace dom
} // namespace mozilla
#endif // ifndef PWebrtcGlobal_h