Coverage Report

Created: 2018-09-25 14:53

/work/obj-fuzz/ipc/ipdl/PBackgroundIDBTransaction.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/dom/indexedDB/PBackgroundIDBTransaction.h"
18
19
namespace mozilla {
20
namespace dom {
21
namespace indexedDB {
22
namespace PBackgroundIDBTransaction {
23
24
nsresult
25
CreateEndpoints(
26
        base::ProcessId aParentDestPid,
27
        base::ProcessId aChildDestPid,
28
        mozilla::ipc::Endpoint<mozilla::dom::indexedDB::PBackgroundIDBTransactionParent>* aParent,
29
        mozilla::ipc::Endpoint<mozilla::dom::indexedDB::PBackgroundIDBTransactionChild>* aChild)
30
0
{
31
0
    return mozilla::ipc::CreateEndpoints(mozilla::ipc::PrivateIPDLInterface(), aParentDestPid, aChildDestPid, aParent, aChild);
32
0
}
33
IPC::Message*
34
Msg_DeleteMe(int32_t routingId)
35
0
{
36
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));
37
0
}
38
IPC::Message*
39
Msg_Commit(int32_t routingId)
40
0
{
41
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));
42
0
}
43
IPC::Message*
44
Msg_Abort(int32_t routingId)
45
0
{
46
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));
47
0
}
48
IPC::Message*
49
Msg_PBackgroundIDBCursorConstructor(int32_t routingId)
50
0
{
51
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));
52
0
}
53
IPC::Message*
54
Reply_PBackgroundIDBCursorConstructor(int32_t routingId)
55
0
{
56
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));
57
0
}
58
IPC::Message*
59
Msg_PBackgroundIDBRequestConstructor(int32_t routingId)
60
0
{
61
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));
62
0
}
63
IPC::Message*
64
Reply_PBackgroundIDBRequestConstructor(int32_t routingId)
65
0
{
66
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));
67
0
}
68
IPC::Message*
69
Msg___delete__(int32_t routingId)
70
0
{
71
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));
72
0
}
73
IPC::Message*
74
Reply___delete__(int32_t routingId)
75
0
{
76
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));
77
0
}
78
IPC::Message*
79
Msg_Complete(int32_t routingId)
80
0
{
81
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));
82
0
}
83
84
} // namespace PBackgroundIDBTransaction
85
} // namespace indexedDB
86
} // namespace dom
87
} // namespace mozilla