/work/obj-fuzz/ipc/ipdl/PBackgroundIDBVersionChangeTransaction.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/indexedDB/PBackgroundIDBCursorParent.h" |
8 | | #include "mozilla/dom/indexedDB/PBackgroundIDBCursorChild.h" |
9 | | #include "mozilla/dom/indexedDB/PBackgroundIDBDatabaseParent.h" |
10 | | #include "mozilla/dom/indexedDB/PBackgroundIDBDatabaseChild.h" |
11 | | #include "mozilla/dom/indexedDB/PBackgroundIDBDatabaseFileParent.h" |
12 | | #include "mozilla/dom/indexedDB/PBackgroundIDBDatabaseFileChild.h" |
13 | | #include "mozilla/dom/indexedDB/PBackgroundIDBRequestParent.h" |
14 | | #include "mozilla/dom/indexedDB/PBackgroundIDBRequestChild.h" |
15 | | #include "mozilla/dom/PBackgroundMutableFileParent.h" |
16 | | #include "mozilla/dom/PBackgroundMutableFileChild.h" |
17 | | #include "mozilla/ipc/PChildToParentStreamParent.h" |
18 | | #include "mozilla/ipc/PChildToParentStreamChild.h" |
19 | | #include "mozilla/ipc/PFileDescriptorSetParent.h" |
20 | | #include "mozilla/ipc/PFileDescriptorSetChild.h" |
21 | | #include "mozilla/ipc/PIPCBlobInputStreamParent.h" |
22 | | #include "mozilla/ipc/PIPCBlobInputStreamChild.h" |
23 | | #include "mozilla/ipc/PParentToChildStreamParent.h" |
24 | | #include "mozilla/ipc/PParentToChildStreamChild.h" |
25 | | #include "mozilla/dom/indexedDB/PBackgroundIDBVersionChangeTransaction.h" |
26 | | |
27 | | namespace mozilla { |
28 | | namespace dom { |
29 | | namespace indexedDB { |
30 | | namespace PBackgroundIDBVersionChangeTransaction { |
31 | | |
32 | | nsresult |
33 | | CreateEndpoints( |
34 | | base::ProcessId aParentDestPid, |
35 | | base::ProcessId aChildDestPid, |
36 | | mozilla::ipc::Endpoint<mozilla::dom::indexedDB::PBackgroundIDBVersionChangeTransactionParent>* aParent, |
37 | | mozilla::ipc::Endpoint<mozilla::dom::indexedDB::PBackgroundIDBVersionChangeTransactionChild>* aChild) |
38 | 0 | { |
39 | 0 | return mozilla::ipc::CreateEndpoints(mozilla::ipc::PrivateIPDLInterface(), aParentDestPid, aChildDestPid, aParent, aChild); |
40 | 0 | } |
41 | | IPC::Message* |
42 | | Msg_DeleteMe(int32_t routingId) |
43 | 0 | { |
44 | 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)); |
45 | 0 | } |
46 | | IPC::Message* |
47 | | Msg_Commit(int32_t routingId) |
48 | 0 | { |
49 | 0 | return IPC::Message::IPDLMessage(routingId, Msg_Commit__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)); |
50 | 0 | } |
51 | | IPC::Message* |
52 | | Msg_Abort(int32_t routingId) |
53 | 0 | { |
54 | 0 | return IPC::Message::IPDLMessage(routingId, Msg_Abort__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)); |
55 | 0 | } |
56 | | IPC::Message* |
57 | | Msg_CreateObjectStore(int32_t routingId) |
58 | 0 | { |
59 | 0 | return IPC::Message::IPDLMessage(routingId, Msg_CreateObjectStore__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)); |
60 | 0 | } |
61 | | IPC::Message* |
62 | | Msg_DeleteObjectStore(int32_t routingId) |
63 | 0 | { |
64 | 0 | return IPC::Message::IPDLMessage(routingId, Msg_DeleteObjectStore__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)); |
65 | 0 | } |
66 | | IPC::Message* |
67 | | Msg_RenameObjectStore(int32_t routingId) |
68 | 0 | { |
69 | 0 | return IPC::Message::IPDLMessage(routingId, Msg_RenameObjectStore__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)); |
70 | 0 | } |
71 | | IPC::Message* |
72 | | Msg_CreateIndex(int32_t routingId) |
73 | 0 | { |
74 | 0 | return IPC::Message::IPDLMessage(routingId, Msg_CreateIndex__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)); |
75 | 0 | } |
76 | | IPC::Message* |
77 | | Msg_DeleteIndex(int32_t routingId) |
78 | 0 | { |
79 | 0 | return IPC::Message::IPDLMessage(routingId, Msg_DeleteIndex__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)); |
80 | 0 | } |
81 | | IPC::Message* |
82 | | Msg_RenameIndex(int32_t routingId) |
83 | 0 | { |
84 | 0 | return IPC::Message::IPDLMessage(routingId, Msg_RenameIndex__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)); |
85 | 0 | } |
86 | | IPC::Message* |
87 | | Msg_PBackgroundIDBCursorConstructor(int32_t routingId) |
88 | 0 | { |
89 | 0 | return IPC::Message::IPDLMessage(routingId, Msg_PBackgroundIDBCursorConstructor__ID, IPC::Message::HeaderFlags(IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, IPC::Message::CONSTRUCTOR, IPC::Message::ASYNC, IPC::Message::NOT_INTERRUPT, IPC::Message::NOT_REPLY)); |
90 | 0 | } |
91 | | IPC::Message* |
92 | | Reply_PBackgroundIDBCursorConstructor(int32_t routingId) |
93 | 0 | { |
94 | 0 | return IPC::Message::IPDLMessage(routingId, Reply_PBackgroundIDBCursorConstructor__ID, IPC::Message::HeaderFlags(IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, IPC::Message::CONSTRUCTOR, IPC::Message::ASYNC, IPC::Message::NOT_INTERRUPT, IPC::Message::REPLY)); |
95 | 0 | } |
96 | | IPC::Message* |
97 | | Msg_PBackgroundIDBRequestConstructor(int32_t routingId) |
98 | 0 | { |
99 | 0 | return IPC::Message::IPDLMessage(routingId, Msg_PBackgroundIDBRequestConstructor__ID, IPC::Message::HeaderFlags(IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, IPC::Message::CONSTRUCTOR, IPC::Message::ASYNC, IPC::Message::NOT_INTERRUPT, IPC::Message::NOT_REPLY)); |
100 | 0 | } |
101 | | IPC::Message* |
102 | | Reply_PBackgroundIDBRequestConstructor(int32_t routingId) |
103 | 0 | { |
104 | 0 | return IPC::Message::IPDLMessage(routingId, Reply_PBackgroundIDBRequestConstructor__ID, IPC::Message::HeaderFlags(IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, IPC::Message::CONSTRUCTOR, IPC::Message::ASYNC, IPC::Message::NOT_INTERRUPT, IPC::Message::REPLY)); |
105 | 0 | } |
106 | | IPC::Message* |
107 | | Msg___delete__(int32_t routingId) |
108 | 0 | { |
109 | 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)); |
110 | 0 | } |
111 | | IPC::Message* |
112 | | Reply___delete__(int32_t routingId) |
113 | 0 | { |
114 | 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)); |
115 | 0 | } |
116 | | IPC::Message* |
117 | | Msg_Complete(int32_t routingId) |
118 | 0 | { |
119 | 0 | return IPC::Message::IPDLMessage(routingId, Msg_Complete__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)); |
120 | 0 | } |
121 | | |
122 | | } // namespace PBackgroundIDBVersionChangeTransaction |
123 | | } // namespace indexedDB |
124 | | } // namespace dom |
125 | | } // namespace mozilla |