/work/obj-fuzz/ipc/ipdl/PBackgroundIndexedDBUtils.cpp
Line | Count | Source (jump to first uncovered line) |
1 | | // |
2 | | // Automatically generated by ipdlc. |
3 | | // Edit at your own risk |
4 | | // |
5 | | |
6 | | |
7 | | #include "mozilla/dom/quota/SerializationHelpers.h" |
8 | | #include "mozilla/ipc/PBackgroundParent.h" |
9 | | #include "mozilla/ipc/PBackgroundChild.h" |
10 | | #include "mozilla/dom/indexedDB/PBackgroundIndexedDBUtils.h" |
11 | | |
12 | | namespace mozilla { |
13 | | namespace dom { |
14 | | namespace indexedDB { |
15 | | namespace PBackgroundIndexedDBUtils { |
16 | | |
17 | | nsresult |
18 | | CreateEndpoints( |
19 | | base::ProcessId aParentDestPid, |
20 | | base::ProcessId aChildDestPid, |
21 | | mozilla::ipc::Endpoint<mozilla::dom::indexedDB::PBackgroundIndexedDBUtilsParent>* aParent, |
22 | | mozilla::ipc::Endpoint<mozilla::dom::indexedDB::PBackgroundIndexedDBUtilsChild>* aChild) |
23 | 0 | { |
24 | 0 | return mozilla::ipc::CreateEndpoints(mozilla::ipc::PrivateIPDLInterface(), aParentDestPid, aChildDestPid, aParent, aChild); |
25 | 0 | } |
26 | | IPC::Message* |
27 | | Msg_DeleteMe(int32_t routingId) |
28 | 0 | { |
29 | 0 | return IPC::Message::IPDLMessage(routingId, Msg_DeleteMe__ID, IPC::Message::HeaderFlags(IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, IPC::Message::NOT_CONSTRUCTOR, IPC::Message::ASYNC, IPC::Message::NOT_INTERRUPT, IPC::Message::NOT_REPLY)); |
30 | 0 | } |
31 | | IPC::Message* |
32 | | Msg_GetFileReferences(int32_t routingId) |
33 | 0 | { |
34 | 0 | return IPC::Message::IPDLMessage(routingId, Msg_GetFileReferences__ID, IPC::Message::HeaderFlags(IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, IPC::Message::NOT_CONSTRUCTOR, IPC::Message::SYNC, IPC::Message::NOT_INTERRUPT, IPC::Message::NOT_REPLY)); |
35 | 0 | } |
36 | | IPC::Message* |
37 | | Reply_GetFileReferences(int32_t routingId) |
38 | 0 | { |
39 | 0 | return IPC::Message::IPDLMessage(routingId, Reply_GetFileReferences__ID, IPC::Message::HeaderFlags(IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, IPC::Message::NOT_CONSTRUCTOR, IPC::Message::SYNC, IPC::Message::NOT_INTERRUPT, IPC::Message::REPLY)); |
40 | 0 | } |
41 | | IPC::Message* |
42 | | Msg___delete__(int32_t routingId) |
43 | 0 | { |
44 | 0 | return IPC::Message::IPDLMessage(routingId, Msg___delete____ID, IPC::Message::HeaderFlags(IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, IPC::Message::NOT_CONSTRUCTOR, IPC::Message::ASYNC, IPC::Message::NOT_INTERRUPT, IPC::Message::NOT_REPLY)); |
45 | 0 | } |
46 | | IPC::Message* |
47 | | Reply___delete__(int32_t routingId) |
48 | 0 | { |
49 | 0 | return IPC::Message::IPDLMessage(routingId, Reply___delete____ID, IPC::Message::HeaderFlags(IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, IPC::Message::NOT_CONSTRUCTOR, IPC::Message::ASYNC, IPC::Message::NOT_INTERRUPT, IPC::Message::REPLY)); |
50 | 0 | } |
51 | | |
52 | | } // namespace PBackgroundIndexedDBUtils |
53 | | } // namespace indexedDB |
54 | | } // namespace dom |
55 | | } // namespace mozilla |