Copy as Markdown
Other Tools
//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PBackgroundIndexedDBUtils_h
#define PBackgroundIndexedDBUtils_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 indexedDB {
class PBackgroundIndexedDBUtilsParent;
} // namespace indexedDB
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace dom {
namespace indexedDB {
class PBackgroundIndexedDBUtilsChild;
} // namespace indexedDB
} // namespace dom
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PBackgroundIndexedDBUtilsChild and PBackgroundIndexedDBUtilsParent
//
namespace mozilla {
namespace dom {
namespace indexedDB {
namespace PBackgroundIndexedDBUtils {
nsresult
CreateEndpoints(
mozilla::ipc::EndpointProcInfo aParentDestInfo,
mozilla::ipc::EndpointProcInfo aChildDestInfo,
mozilla::ipc::Endpoint<::mozilla::dom::indexedDB::PBackgroundIndexedDBUtilsParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::dom::indexedDB::PBackgroundIndexedDBUtilsChild>* aChild);
enum MessageType {
PBackgroundIndexedDBUtilsStart = PBackgroundIndexedDBUtilsMsgStart << 16,
Msg_DeleteMe__ID,
Msg_GetFileReferences__ID,
Reply_GetFileReferences__ID,
Msg_DoMaintenance__ID,
Reply_DoMaintenance__ID,
Msg___delete____ID,
Reply___delete____ID,
PBackgroundIndexedDBUtilsEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_DeleteMe(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_GetFileReferences(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_GetFileReferences(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_DoMaintenance(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_DoMaintenance(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply___delete__(int32_t routingId);
} // namespace PBackgroundIndexedDBUtils
} // namespace indexedDB
} // namespace dom
} // namespace mozilla
#endif // ifndef PBackgroundIndexedDBUtils_h