Coverage Report

Created: 2018-09-25 14:53

/work/obj-fuzz/ipc/ipdl/PBackground.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/cache/IPCUtils.h"
8
#include "mozilla/layers/LayersMessageUtils.h"
9
#include "mozilla/dom/asmjscache/PAsmJSCacheEntryParent.h"
10
#include "mozilla/dom/asmjscache/PAsmJSCacheEntryChild.h"
11
#include "mozilla/dom/indexedDB/PBackgroundIDBFactoryParent.h"
12
#include "mozilla/dom/indexedDB/PBackgroundIDBFactoryChild.h"
13
#include "mozilla/dom/indexedDB/PBackgroundIndexedDBUtilsParent.h"
14
#include "mozilla/dom/indexedDB/PBackgroundIndexedDBUtilsChild.h"
15
#include "mozilla/dom/PBackgroundSDBConnectionParent.h"
16
#include "mozilla/dom/PBackgroundSDBConnectionChild.h"
17
#include "mozilla/dom/PBackgroundLocalStorageCacheParent.h"
18
#include "mozilla/dom/PBackgroundLocalStorageCacheChild.h"
19
#include "mozilla/dom/PBackgroundStorageParent.h"
20
#include "mozilla/dom/PBackgroundStorageChild.h"
21
#include "mozilla/ipc/PBackgroundTestParent.h"
22
#include "mozilla/ipc/PBackgroundTestChild.h"
23
#include "mozilla/dom/PBroadcastChannelParent.h"
24
#include "mozilla/dom/PBroadcastChannelChild.h"
25
#include "mozilla/dom/cache/PCacheParent.h"
26
#include "mozilla/dom/cache/PCacheChild.h"
27
#include "mozilla/dom/cache/PCacheStorageParent.h"
28
#include "mozilla/dom/cache/PCacheStorageChild.h"
29
#include "mozilla/dom/cache/PCacheStreamControlParent.h"
30
#include "mozilla/dom/cache/PCacheStreamControlChild.h"
31
#include "mozilla/dom/PClientManagerParent.h"
32
#include "mozilla/dom/PClientManagerChild.h"
33
#include "mozilla/ipc/PFileDescriptorSetParent.h"
34
#include "mozilla/ipc/PFileDescriptorSetChild.h"
35
#include "mozilla/dom/PFileSystemRequestParent.h"
36
#include "mozilla/dom/PFileSystemRequestChild.h"
37
#include "mozilla/dom/PGamepadEventChannelParent.h"
38
#include "mozilla/dom/PGamepadEventChannelChild.h"
39
#include "mozilla/dom/PGamepadTestChannelParent.h"
40
#include "mozilla/dom/PGamepadTestChannelChild.h"
41
#include "mozilla/net/PHttpBackgroundChannelParent.h"
42
#include "mozilla/net/PHttpBackgroundChannelChild.h"
43
#include "mozilla/ipc/PIPCBlobInputStreamParent.h"
44
#include "mozilla/ipc/PIPCBlobInputStreamChild.h"
45
#include "mozilla/ipc/PPendingIPCBlobParent.h"
46
#include "mozilla/ipc/PPendingIPCBlobChild.h"
47
#include "mozilla/ipc/PTemporaryIPCBlobParent.h"
48
#include "mozilla/ipc/PTemporaryIPCBlobChild.h"
49
#include "mozilla/dom/PMessagePortParent.h"
50
#include "mozilla/dom/PMessagePortChild.h"
51
#include "mozilla/camera/PCamerasParent.h"
52
#include "mozilla/camera/PCamerasChild.h"
53
#include "mozilla/dom/PMIDIManagerParent.h"
54
#include "mozilla/dom/PMIDIManagerChild.h"
55
#include "mozilla/dom/PMIDIPortParent.h"
56
#include "mozilla/dom/PMIDIPortChild.h"
57
#include "mozilla/dom/quota/PQuotaParent.h"
58
#include "mozilla/dom/quota/PQuotaChild.h"
59
#include "mozilla/ipc/PChildToParentStreamParent.h"
60
#include "mozilla/ipc/PChildToParentStreamChild.h"
61
#include "mozilla/ipc/PParentToChildStreamParent.h"
62
#include "mozilla/ipc/PParentToChildStreamChild.h"
63
#include "mozilla/dom/PServiceWorkerParent.h"
64
#include "mozilla/dom/PServiceWorkerChild.h"
65
#include "mozilla/dom/PServiceWorkerContainerParent.h"
66
#include "mozilla/dom/PServiceWorkerContainerChild.h"
67
#include "mozilla/dom/PServiceWorkerManagerParent.h"
68
#include "mozilla/dom/PServiceWorkerManagerChild.h"
69
#include "mozilla/dom/PServiceWorkerRegistrationParent.h"
70
#include "mozilla/dom/PServiceWorkerRegistrationChild.h"
71
#include "mozilla/dom/PWebAuthnTransactionParent.h"
72
#include "mozilla/dom/PWebAuthnTransactionChild.h"
73
#include "mozilla/net/PUDPSocketParent.h"
74
#include "mozilla/net/PUDPSocketChild.h"
75
#include "mozilla/layout/PVsyncParent.h"
76
#include "mozilla/layout/PVsyncChild.h"
77
#include "mozilla/ipc/PBackground.h"
78
79
namespace mozilla {
80
namespace ipc {
81
namespace PBackground {
82
83
nsresult
84
CreateEndpoints(
85
        base::ProcessId aParentDestPid,
86
        base::ProcessId aChildDestPid,
87
        mozilla::ipc::Endpoint<mozilla::ipc::PBackgroundParent>* aParent,
88
        mozilla::ipc::Endpoint<mozilla::ipc::PBackgroundChild>* aChild)
89
0
{
90
0
    return mozilla::ipc::CreateEndpoints(mozilla::ipc::PrivateIPDLInterface(), aParentDestPid, aChildDestPid, aParent, aChild);
91
0
}
92
IPC::Message*
93
Msg_PBackgroundTestConstructor(int32_t routingId)
94
0
{
95
0
    return IPC::Message::IPDLMessage(routingId, Msg_PBackgroundTestConstructor__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));
96
0
}
97
IPC::Message*
98
Reply_PBackgroundTestConstructor(int32_t routingId)
99
0
{
100
0
    return IPC::Message::IPDLMessage(routingId, Reply_PBackgroundTestConstructor__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));
101
0
}
102
IPC::Message*
103
Msg_PBackgroundIDBFactoryConstructor(int32_t routingId)
104
0
{
105
0
    return IPC::Message::IPDLMessage(routingId, Msg_PBackgroundIDBFactoryConstructor__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));
106
0
}
107
IPC::Message*
108
Reply_PBackgroundIDBFactoryConstructor(int32_t routingId)
109
0
{
110
0
    return IPC::Message::IPDLMessage(routingId, Reply_PBackgroundIDBFactoryConstructor__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));
111
0
}
112
IPC::Message*
113
Msg_PBackgroundIndexedDBUtilsConstructor(int32_t routingId)
114
0
{
115
0
    return IPC::Message::IPDLMessage(routingId, Msg_PBackgroundIndexedDBUtilsConstructor__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));
116
0
}
117
IPC::Message*
118
Reply_PBackgroundIndexedDBUtilsConstructor(int32_t routingId)
119
0
{
120
0
    return IPC::Message::IPDLMessage(routingId, Reply_PBackgroundIndexedDBUtilsConstructor__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));
121
0
}
122
IPC::Message*
123
Msg_FlushPendingFileDeletions(int32_t routingId)
124
0
{
125
0
    return IPC::Message::IPDLMessage(routingId, Msg_FlushPendingFileDeletions__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));
126
0
}
127
IPC::Message*
128
Msg_PBackgroundSDBConnectionConstructor(int32_t routingId)
129
0
{
130
0
    return IPC::Message::IPDLMessage(routingId, Msg_PBackgroundSDBConnectionConstructor__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));
131
0
}
132
IPC::Message*
133
Reply_PBackgroundSDBConnectionConstructor(int32_t routingId)
134
0
{
135
0
    return IPC::Message::IPDLMessage(routingId, Reply_PBackgroundSDBConnectionConstructor__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));
136
0
}
137
IPC::Message*
138
Msg_PBackgroundLocalStorageCacheConstructor(int32_t routingId)
139
0
{
140
0
    return IPC::Message::IPDLMessage(routingId, Msg_PBackgroundLocalStorageCacheConstructor__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));
141
0
}
142
IPC::Message*
143
Reply_PBackgroundLocalStorageCacheConstructor(int32_t routingId)
144
0
{
145
0
    return IPC::Message::IPDLMessage(routingId, Reply_PBackgroundLocalStorageCacheConstructor__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));
146
0
}
147
IPC::Message*
148
Msg_PBackgroundStorageConstructor(int32_t routingId)
149
0
{
150
0
    return IPC::Message::IPDLMessage(routingId, Msg_PBackgroundStorageConstructor__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));
151
0
}
152
IPC::Message*
153
Reply_PBackgroundStorageConstructor(int32_t routingId)
154
0
{
155
0
    return IPC::Message::IPDLMessage(routingId, Reply_PBackgroundStorageConstructor__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));
156
0
}
157
IPC::Message*
158
Msg_PVsyncConstructor(int32_t routingId)
159
0
{
160
0
    return IPC::Message::IPDLMessage(routingId, Msg_PVsyncConstructor__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));
161
0
}
162
IPC::Message*
163
Reply_PVsyncConstructor(int32_t routingId)
164
0
{
165
0
    return IPC::Message::IPDLMessage(routingId, Reply_PVsyncConstructor__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));
166
0
}
167
IPC::Message*
168
Msg_PCamerasConstructor(int32_t routingId)
169
0
{
170
0
    return IPC::Message::IPDLMessage(routingId, Msg_PCamerasConstructor__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));
171
0
}
172
IPC::Message*
173
Reply_PCamerasConstructor(int32_t routingId)
174
0
{
175
0
    return IPC::Message::IPDLMessage(routingId, Reply_PCamerasConstructor__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));
176
0
}
177
IPC::Message*
178
Msg_PUDPSocketConstructor(int32_t routingId)
179
0
{
180
0
    return IPC::Message::IPDLMessage(routingId, Msg_PUDPSocketConstructor__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));
181
0
}
182
IPC::Message*
183
Reply_PUDPSocketConstructor(int32_t routingId)
184
0
{
185
0
    return IPC::Message::IPDLMessage(routingId, Reply_PUDPSocketConstructor__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));
186
0
}
187
IPC::Message*
188
Msg_PBroadcastChannelConstructor(int32_t routingId)
189
0
{
190
0
    return IPC::Message::IPDLMessage(routingId, Msg_PBroadcastChannelConstructor__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));
191
0
}
192
IPC::Message*
193
Reply_PBroadcastChannelConstructor(int32_t routingId)
194
0
{
195
0
    return IPC::Message::IPDLMessage(routingId, Reply_PBroadcastChannelConstructor__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));
196
0
}
197
IPC::Message*
198
Msg_PServiceWorkerManagerConstructor(int32_t routingId)
199
0
{
200
0
    return IPC::Message::IPDLMessage(routingId, Msg_PServiceWorkerManagerConstructor__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));
201
0
}
202
IPC::Message*
203
Reply_PServiceWorkerManagerConstructor(int32_t routingId)
204
0
{
205
0
    return IPC::Message::IPDLMessage(routingId, Reply_PServiceWorkerManagerConstructor__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));
206
0
}
207
IPC::Message*
208
Msg_ShutdownServiceWorkerRegistrar(int32_t routingId)
209
0
{
210
0
    return IPC::Message::IPDLMessage(routingId, Msg_ShutdownServiceWorkerRegistrar__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));
211
0
}
212
IPC::Message*
213
Msg_PCacheStorageConstructor(int32_t routingId)
214
0
{
215
0
    return IPC::Message::IPDLMessage(routingId, Msg_PCacheStorageConstructor__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));
216
0
}
217
IPC::Message*
218
Reply_PCacheStorageConstructor(int32_t routingId)
219
0
{
220
0
    return IPC::Message::IPDLMessage(routingId, Reply_PCacheStorageConstructor__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));
221
0
}
222
IPC::Message*
223
Msg_PMessagePortConstructor(int32_t routingId)
224
0
{
225
0
    return IPC::Message::IPDLMessage(routingId, Msg_PMessagePortConstructor__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));
226
0
}
227
IPC::Message*
228
Reply_PMessagePortConstructor(int32_t routingId)
229
0
{
230
0
    return IPC::Message::IPDLMessage(routingId, Reply_PMessagePortConstructor__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));
231
0
}
232
IPC::Message*
233
Msg_PChildToParentStreamConstructor(int32_t routingId)
234
0
{
235
0
    return IPC::Message::IPDLMessage(routingId, Msg_PChildToParentStreamConstructor__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));
236
0
}
237
IPC::Message*
238
Reply_PChildToParentStreamConstructor(int32_t routingId)
239
0
{
240
0
    return IPC::Message::IPDLMessage(routingId, Reply_PChildToParentStreamConstructor__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));
241
0
}
242
IPC::Message*
243
Msg_MessagePortForceClose(int32_t routingId)
244
0
{
245
0
    return IPC::Message::IPDLMessage(routingId, Msg_MessagePortForceClose__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));
246
0
}
247
IPC::Message*
248
Msg_PAsmJSCacheEntryConstructor(int32_t routingId)
249
0
{
250
0
    return IPC::Message::IPDLMessage(routingId, Msg_PAsmJSCacheEntryConstructor__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));
251
0
}
252
IPC::Message*
253
Reply_PAsmJSCacheEntryConstructor(int32_t routingId)
254
0
{
255
0
    return IPC::Message::IPDLMessage(routingId, Reply_PAsmJSCacheEntryConstructor__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));
256
0
}
257
IPC::Message*
258
Msg_PQuotaConstructor(int32_t routingId)
259
0
{
260
0
    return IPC::Message::IPDLMessage(routingId, Msg_PQuotaConstructor__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));
261
0
}
262
IPC::Message*
263
Reply_PQuotaConstructor(int32_t routingId)
264
0
{
265
0
    return IPC::Message::IPDLMessage(routingId, Reply_PQuotaConstructor__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));
266
0
}
267
IPC::Message*
268
Msg_PFileSystemRequestConstructor(int32_t routingId)
269
0
{
270
0
    return IPC::Message::IPDLMessage(routingId, Msg_PFileSystemRequestConstructor__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));
271
0
}
272
IPC::Message*
273
Reply_PFileSystemRequestConstructor(int32_t routingId)
274
0
{
275
0
    return IPC::Message::IPDLMessage(routingId, Reply_PFileSystemRequestConstructor__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));
276
0
}
277
IPC::Message*
278
Msg_PGamepadEventChannelConstructor(int32_t routingId)
279
0
{
280
0
    return IPC::Message::IPDLMessage(routingId, Msg_PGamepadEventChannelConstructor__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));
281
0
}
282
IPC::Message*
283
Reply_PGamepadEventChannelConstructor(int32_t routingId)
284
0
{
285
0
    return IPC::Message::IPDLMessage(routingId, Reply_PGamepadEventChannelConstructor__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));
286
0
}
287
IPC::Message*
288
Msg_PGamepadTestChannelConstructor(int32_t routingId)
289
0
{
290
0
    return IPC::Message::IPDLMessage(routingId, Msg_PGamepadTestChannelConstructor__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));
291
0
}
292
IPC::Message*
293
Reply_PGamepadTestChannelConstructor(int32_t routingId)
294
0
{
295
0
    return IPC::Message::IPDLMessage(routingId, Reply_PGamepadTestChannelConstructor__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));
296
0
}
297
IPC::Message*
298
Msg_PHttpBackgroundChannelConstructor(int32_t routingId)
299
0
{
300
0
    return IPC::Message::IPDLMessage(routingId, Msg_PHttpBackgroundChannelConstructor__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));
301
0
}
302
IPC::Message*
303
Reply_PHttpBackgroundChannelConstructor(int32_t routingId)
304
0
{
305
0
    return IPC::Message::IPDLMessage(routingId, Reply_PHttpBackgroundChannelConstructor__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));
306
0
}
307
IPC::Message*
308
Msg_PWebAuthnTransactionConstructor(int32_t routingId)
309
0
{
310
0
    return IPC::Message::IPDLMessage(routingId, Msg_PWebAuthnTransactionConstructor__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));
311
0
}
312
IPC::Message*
313
Reply_PWebAuthnTransactionConstructor(int32_t routingId)
314
0
{
315
0
    return IPC::Message::IPDLMessage(routingId, Reply_PWebAuthnTransactionConstructor__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));
316
0
}
317
IPC::Message*
318
Msg_PTemporaryIPCBlobConstructor(int32_t routingId)
319
0
{
320
0
    return IPC::Message::IPDLMessage(routingId, Msg_PTemporaryIPCBlobConstructor__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));
321
0
}
322
IPC::Message*
323
Reply_PTemporaryIPCBlobConstructor(int32_t routingId)
324
0
{
325
0
    return IPC::Message::IPDLMessage(routingId, Reply_PTemporaryIPCBlobConstructor__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));
326
0
}
327
IPC::Message*
328
Msg_PClientManagerConstructor(int32_t routingId)
329
0
{
330
0
    return IPC::Message::IPDLMessage(routingId, Msg_PClientManagerConstructor__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));
331
0
}
332
IPC::Message*
333
Reply_PClientManagerConstructor(int32_t routingId)
334
0
{
335
0
    return IPC::Message::IPDLMessage(routingId, Reply_PClientManagerConstructor__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));
336
0
}
337
IPC::Message*
338
Msg_PMIDIManagerConstructor(int32_t routingId)
339
0
{
340
0
    return IPC::Message::IPDLMessage(routingId, Msg_PMIDIManagerConstructor__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));
341
0
}
342
IPC::Message*
343
Reply_PMIDIManagerConstructor(int32_t routingId)
344
0
{
345
0
    return IPC::Message::IPDLMessage(routingId, Reply_PMIDIManagerConstructor__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));
346
0
}
347
IPC::Message*
348
Msg_PMIDIPortConstructor(int32_t routingId)
349
0
{
350
0
    return IPC::Message::IPDLMessage(routingId, Msg_PMIDIPortConstructor__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));
351
0
}
352
IPC::Message*
353
Reply_PMIDIPortConstructor(int32_t routingId)
354
0
{
355
0
    return IPC::Message::IPDLMessage(routingId, Reply_PMIDIPortConstructor__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));
356
0
}
357
IPC::Message*
358
Msg_StorageActivity(int32_t routingId)
359
0
{
360
0
    return IPC::Message::IPDLMessage(routingId, Msg_StorageActivity__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));
361
0
}
362
IPC::Message*
363
Msg_PServiceWorkerConstructor(int32_t routingId)
364
0
{
365
0
    return IPC::Message::IPDLMessage(routingId, Msg_PServiceWorkerConstructor__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));
366
0
}
367
IPC::Message*
368
Reply_PServiceWorkerConstructor(int32_t routingId)
369
0
{
370
0
    return IPC::Message::IPDLMessage(routingId, Reply_PServiceWorkerConstructor__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));
371
0
}
372
IPC::Message*
373
Msg_PServiceWorkerContainerConstructor(int32_t routingId)
374
0
{
375
0
    return IPC::Message::IPDLMessage(routingId, Msg_PServiceWorkerContainerConstructor__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));
376
0
}
377
IPC::Message*
378
Reply_PServiceWorkerContainerConstructor(int32_t routingId)
379
0
{
380
0
    return IPC::Message::IPDLMessage(routingId, Reply_PServiceWorkerContainerConstructor__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));
381
0
}
382
IPC::Message*
383
Msg_PServiceWorkerRegistrationConstructor(int32_t routingId)
384
0
{
385
0
    return IPC::Message::IPDLMessage(routingId, Msg_PServiceWorkerRegistrationConstructor__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));
386
0
}
387
IPC::Message*
388
Reply_PServiceWorkerRegistrationConstructor(int32_t routingId)
389
0
{
390
0
    return IPC::Message::IPDLMessage(routingId, Reply_PServiceWorkerRegistrationConstructor__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));
391
0
}
392
IPC::Message*
393
Msg_PCacheConstructor(int32_t routingId)
394
0
{
395
0
    return IPC::Message::IPDLMessage(routingId, Msg_PCacheConstructor__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));
396
0
}
397
IPC::Message*
398
Reply_PCacheConstructor(int32_t routingId)
399
0
{
400
0
    return IPC::Message::IPDLMessage(routingId, Reply_PCacheConstructor__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));
401
0
}
402
IPC::Message*
403
Msg_PCacheStreamControlConstructor(int32_t routingId)
404
0
{
405
0
    return IPC::Message::IPDLMessage(routingId, Msg_PCacheStreamControlConstructor__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));
406
0
}
407
IPC::Message*
408
Reply_PCacheStreamControlConstructor(int32_t routingId)
409
0
{
410
0
    return IPC::Message::IPDLMessage(routingId, Reply_PCacheStreamControlConstructor__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));
411
0
}
412
IPC::Message*
413
Msg_PParentToChildStreamConstructor(int32_t routingId)
414
0
{
415
0
    return IPC::Message::IPDLMessage(routingId, Msg_PParentToChildStreamConstructor__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));
416
0
}
417
IPC::Message*
418
Reply_PParentToChildStreamConstructor(int32_t routingId)
419
0
{
420
0
    return IPC::Message::IPDLMessage(routingId, Reply_PParentToChildStreamConstructor__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));
421
0
}
422
IPC::Message*
423
Msg_PPendingIPCBlobConstructor(int32_t routingId)
424
0
{
425
0
    return IPC::Message::IPDLMessage(routingId, Msg_PPendingIPCBlobConstructor__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));
426
0
}
427
IPC::Message*
428
Reply_PPendingIPCBlobConstructor(int32_t routingId)
429
0
{
430
0
    return IPC::Message::IPDLMessage(routingId, Reply_PPendingIPCBlobConstructor__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));
431
0
}
432
IPC::Message*
433
Msg_PIPCBlobInputStreamConstructor(int32_t routingId)
434
0
{
435
0
    return IPC::Message::IPDLMessage(routingId, Msg_PIPCBlobInputStreamConstructor__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));
436
0
}
437
IPC::Message*
438
Reply_PIPCBlobInputStreamConstructor(int32_t routingId)
439
0
{
440
0
    return IPC::Message::IPDLMessage(routingId, Reply_PIPCBlobInputStreamConstructor__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));
441
0
}
442
IPC::Message*
443
Msg_PFileDescriptorSetConstructor(int32_t routingId)
444
0
{
445
0
    return IPC::Message::IPDLMessage(routingId, Msg_PFileDescriptorSetConstructor__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));
446
0
}
447
IPC::Message*
448
Reply_PFileDescriptorSetConstructor(int32_t routingId)
449
0
{
450
0
    return IPC::Message::IPDLMessage(routingId, Reply_PFileDescriptorSetConstructor__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));
451
0
}
452
453
} // namespace PBackground
454
} // namespace ipc
455
} // namespace mozilla