Coverage Report

Created: 2018-09-25 14:53

/work/obj-fuzz/ipc/ipdl/PClientSource.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/PClientManagerParent.h"
8
#include "mozilla/dom/PClientManagerChild.h"
9
#include "mozilla/dom/PClientSourceOpParent.h"
10
#include "mozilla/dom/PClientSourceOpChild.h"
11
#include "mozilla/ipc/PIPCBlobInputStreamParent.h"
12
#include "mozilla/ipc/PIPCBlobInputStreamChild.h"
13
#include "mozilla/ipc/PChildToParentStreamParent.h"
14
#include "mozilla/ipc/PChildToParentStreamChild.h"
15
#include "mozilla/ipc/PParentToChildStreamParent.h"
16
#include "mozilla/ipc/PParentToChildStreamChild.h"
17
#include "mozilla/ipc/PFileDescriptorSetParent.h"
18
#include "mozilla/ipc/PFileDescriptorSetChild.h"
19
#include "mozilla/dom/PClientSource.h"
20
21
namespace mozilla {
22
namespace dom {
23
namespace PClientSource {
24
25
nsresult
26
CreateEndpoints(
27
        base::ProcessId aParentDestPid,
28
        base::ProcessId aChildDestPid,
29
        mozilla::ipc::Endpoint<mozilla::dom::PClientSourceParent>* aParent,
30
        mozilla::ipc::Endpoint<mozilla::dom::PClientSourceChild>* aChild)
31
0
{
32
0
    return mozilla::ipc::CreateEndpoints(mozilla::ipc::PrivateIPDLInterface(), aParentDestPid, aChildDestPid, aParent, aChild);
33
0
}
34
IPC::Message*
35
Msg_WorkerSyncPing(int32_t routingId)
36
0
{
37
0
    return IPC::Message::IPDLMessage(routingId, Msg_WorkerSyncPing__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));
38
0
}
39
IPC::Message*
40
Reply_WorkerSyncPing(int32_t routingId)
41
0
{
42
0
    return IPC::Message::IPDLMessage(routingId, Reply_WorkerSyncPing__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));
43
0
}
44
IPC::Message*
45
Msg_Teardown(int32_t routingId)
46
0
{
47
0
    return IPC::Message::IPDLMessage(routingId, Msg_Teardown__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));
48
0
}
49
IPC::Message*
50
Msg_ExecutionReady(int32_t routingId)
51
0
{
52
0
    return IPC::Message::IPDLMessage(routingId, Msg_ExecutionReady__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));
53
0
}
54
IPC::Message*
55
Msg_Freeze(int32_t routingId)
56
0
{
57
0
    return IPC::Message::IPDLMessage(routingId, Msg_Freeze__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));
58
0
}
59
IPC::Message*
60
Msg_Thaw(int32_t routingId)
61
0
{
62
0
    return IPC::Message::IPDLMessage(routingId, Msg_Thaw__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));
63
0
}
64
IPC::Message*
65
Msg_InheritController(int32_t routingId)
66
0
{
67
0
    return IPC::Message::IPDLMessage(routingId, Msg_InheritController__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));
68
0
}
69
IPC::Message*
70
Msg_NoteDOMContentLoaded(int32_t routingId)
71
0
{
72
0
    return IPC::Message::IPDLMessage(routingId, Msg_NoteDOMContentLoaded__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));
73
0
}
74
IPC::Message*
75
Msg_PClientSourceOpConstructor(int32_t routingId)
76
0
{
77
0
    return IPC::Message::IPDLMessage(routingId, Msg_PClientSourceOpConstructor__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));
78
0
}
79
IPC::Message*
80
Reply_PClientSourceOpConstructor(int32_t routingId)
81
0
{
82
0
    return IPC::Message::IPDLMessage(routingId, Reply_PClientSourceOpConstructor__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));
83
0
}
84
IPC::Message*
85
Msg___delete__(int32_t routingId)
86
0
{
87
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));
88
0
}
89
IPC::Message*
90
Reply___delete__(int32_t routingId)
91
0
{
92
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));
93
0
}
94
95
} // namespace PClientSource
96
} // namespace dom
97
} // namespace mozilla