/work/obj-fuzz/ipc/ipdl/PFunctionBroker.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/plugins/PFunctionBroker.h" |
8 | | |
9 | | namespace mozilla { |
10 | | namespace plugins { |
11 | | namespace PFunctionBroker { |
12 | | |
13 | | nsresult |
14 | | CreateEndpoints( |
15 | | base::ProcessId aParentDestPid, |
16 | | base::ProcessId aChildDestPid, |
17 | | mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>* aParent, |
18 | | mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>* aChild) |
19 | 0 | { |
20 | 0 | return mozilla::ipc::CreateEndpoints(mozilla::ipc::PrivateIPDLInterface(), aParentDestPid, aChildDestPid, aParent, aChild); |
21 | 0 | } |
22 | | IPC::Message* |
23 | | Msg_BrokerFunction(int32_t routingId) |
24 | 0 | { |
25 | 0 | return IPC::Message::IPDLMessage(routingId, Msg_BrokerFunction__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)); |
26 | 0 | } |
27 | | IPC::Message* |
28 | | Reply_BrokerFunction(int32_t routingId) |
29 | 0 | { |
30 | 0 | return IPC::Message::IPDLMessage(routingId, Reply_BrokerFunction__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)); |
31 | 0 | } |
32 | | |
33 | | } // namespace PFunctionBroker |
34 | | } // namespace plugins |
35 | | } // namespace mozilla |