Coverage Report

Created: 2018-09-25 14:53

/work/obj-fuzz/ipc/ipdl/PCacheStorage.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/ipc/PBackgroundParent.h"
8
#include "mozilla/ipc/PBackgroundChild.h"
9
#include "mozilla/dom/cache/PCacheParent.h"
10
#include "mozilla/dom/cache/PCacheChild.h"
11
#include "mozilla/dom/cache/PCacheOpParent.h"
12
#include "mozilla/dom/cache/PCacheOpChild.h"
13
#include "mozilla/dom/cache/PCacheStreamControlParent.h"
14
#include "mozilla/dom/cache/PCacheStreamControlChild.h"
15
#include "mozilla/ipc/PFileDescriptorSetParent.h"
16
#include "mozilla/ipc/PFileDescriptorSetChild.h"
17
#include "mozilla/ipc/PChildToParentStreamParent.h"
18
#include "mozilla/ipc/PChildToParentStreamChild.h"
19
#include "mozilla/ipc/PParentToChildStreamParent.h"
20
#include "mozilla/ipc/PParentToChildStreamChild.h"
21
#include "mozilla/dom/cache/PCacheStorage.h"
22
23
namespace mozilla {
24
namespace dom {
25
namespace cache {
26
namespace PCacheStorage {
27
28
nsresult
29
CreateEndpoints(
30
        base::ProcessId aParentDestPid,
31
        base::ProcessId aChildDestPid,
32
        mozilla::ipc::Endpoint<mozilla::dom::cache::PCacheStorageParent>* aParent,
33
        mozilla::ipc::Endpoint<mozilla::dom::cache::PCacheStorageChild>* aChild)
34
0
{
35
0
    return mozilla::ipc::CreateEndpoints(mozilla::ipc::PrivateIPDLInterface(), aParentDestPid, aChildDestPid, aParent, aChild);
36
0
}
37
IPC::Message*
38
Msg_PCacheOpConstructor(int32_t routingId)
39
0
{
40
0
    return IPC::Message::IPDLMessage(routingId, Msg_PCacheOpConstructor__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));
41
0
}
42
IPC::Message*
43
Reply_PCacheOpConstructor(int32_t routingId)
44
0
{
45
0
    return IPC::Message::IPDLMessage(routingId, Reply_PCacheOpConstructor__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));
46
0
}
47
IPC::Message*
48
Msg_Teardown(int32_t routingId)
49
0
{
50
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));
51
0
}
52
IPC::Message*
53
Msg___delete__(int32_t routingId)
54
0
{
55
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));
56
0
}
57
IPC::Message*
58
Reply___delete__(int32_t routingId)
59
0
{
60
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));
61
0
}
62
63
} // namespace PCacheStorage
64
} // namespace cache
65
} // namespace dom
66
} // namespace mozilla