Home
last modified time | relevance | path

Searched refs:UDPSocketParent (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/network/
H A DUDPSocketParent.cpp29 NS_IMPL_ISUPPORTS(UDPSocketParent, nsIUDPSocketListener) in NS_IMPL_ISUPPORTS() argument
31 UDPSocketParent::UDPSocketParent(PBackgroundParent* aManager) in NS_IMPL_ISUPPORTS()
34 UDPSocketParent::UDPSocketParent(PNeckoParent* aManager) in UDPSocketParent() function in mozilla::dom::UDPSocketParent
37 UDPSocketParent::~UDPSocketParent() = default;
39 bool UDPSocketParent::Init(nsIPrincipal* aPrincipal, in Init()
76 mozilla::ipc::IPCResult UDPSocketParent::RecvBind( in RecvBind()
221 WrapRunnable(RefPtr<UDPSocketParent>(this), &UDPSocketParent::DoConnect, in RecvConnect()
227 void UDPSocketParent::DoSendConnectResponse( in DoSendConnectResponse()
233 void UDPSocketParent::SendConnectResponse( in SendConnectResponse()
237 WrapRunnable(RefPtr<UDPSocketParent>(this), in SendConnectResponse()
[all …]
H A DUDPSocketParent.h23 class UDPSocketParent : public mozilla::net::PUDPSocketParent,
29 explicit UDPSocketParent(PBackgroundParent* aManager);
30 explicit UDPSocketParent(PNeckoParent* aManager);
58 virtual ~UDPSocketParent();
H A Dmoz.build29 "UDPSocketParent.h",
44 "UDPSocketParent.cpp",
/dports/lang/spidermonkey78/firefox-78.9.0/dom/network/
H A DUDPSocketParent.cpp27 NS_IMPL_ISUPPORTS(UDPSocketParent, nsIUDPSocketListener) in NS_IMPL_ISUPPORTS() argument
29 UDPSocketParent::UDPSocketParent(PBackgroundParent* aManager) in NS_IMPL_ISUPPORTS()
32 UDPSocketParent::UDPSocketParent(PNeckoParent* aManager) in UDPSocketParent() function in mozilla::dom::UDPSocketParent
35 UDPSocketParent::~UDPSocketParent() = default;
37 bool UDPSocketParent::Init(nsIPrincipal* aPrincipal, in Init()
74 mozilla::ipc::IPCResult UDPSocketParent::RecvBind( in RecvBind()
220 WrapRunnable(RefPtr<UDPSocketParent>(this), &UDPSocketParent::DoConnect, in RecvConnect()
226 void UDPSocketParent::DoSendConnectResponse( in DoSendConnectResponse()
232 void UDPSocketParent::SendConnectResponse( in SendConnectResponse()
236 WrapRunnable(RefPtr<UDPSocketParent>(this), in SendConnectResponse()
[all …]
H A DUDPSocketParent.h23 class UDPSocketParent : public mozilla::net::PUDPSocketParent,
29 explicit UDPSocketParent(PBackgroundParent* aManager);
30 explicit UDPSocketParent(PNeckoParent* aManager);
58 virtual ~UDPSocketParent();
H A Dmoz.build29 'UDPSocketParent.h',
44 'UDPSocketParent.cpp',
/dports/www/firefox/firefox-99.0/dom/network/
H A DUDPSocketParent.cpp29 NS_IMPL_ISUPPORTS(UDPSocketParent, nsIUDPSocketListener) in NS_IMPL_ISUPPORTS() argument
31 UDPSocketParent::UDPSocketParent(PBackgroundParent* aManager) in NS_IMPL_ISUPPORTS()
34 UDPSocketParent::UDPSocketParent(PNeckoParent* aManager) in UDPSocketParent() function in mozilla::dom::UDPSocketParent
37 UDPSocketParent::~UDPSocketParent() = default;
39 bool UDPSocketParent::Init(nsIPrincipal* aPrincipal, in Init()
76 mozilla::ipc::IPCResult UDPSocketParent::RecvBind( in RecvBind()
222 WrapRunnable(RefPtr<UDPSocketParent>(this), &UDPSocketParent::DoConnect, in RecvConnect()
228 void UDPSocketParent::DoSendConnectResponse( in DoSendConnectResponse()
234 void UDPSocketParent::SendConnectResponse( in SendConnectResponse()
238 WrapRunnable(RefPtr<UDPSocketParent>(this), in SendConnectResponse()
[all …]
H A DUDPSocketParent.h23 class UDPSocketParent : public mozilla::net::PUDPSocketParent,
29 explicit UDPSocketParent(PBackgroundParent* aManager);
30 explicit UDPSocketParent(PNeckoParent* aManager);
58 virtual ~UDPSocketParent();
H A Dmoz.build29 "UDPSocketParent.h",
44 "UDPSocketParent.cpp",
H A DPUDPSocket.ipdl19 include "mozilla/dom/network/UDPSocketParent.h";
44 [ManualDealloc, ChildImpl="mozilla::dom::UDPSocketChild", ParentImpl="mozilla::dom::UDPSocketParent
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/network/
H A DUDPSocketParent.cpp26 NS_IMPL_ISUPPORTS(UDPSocketParent, nsIUDPSocketListener) in NS_IMPL_ISUPPORTS() argument
28 UDPSocketParent::UDPSocketParent(PBackgroundParent* aManager) in NS_IMPL_ISUPPORTS()
35 UDPSocketParent::UDPSocketParent(PNeckoParent* aManager) in UDPSocketParent() function in mozilla::dom::UDPSocketParent
42 UDPSocketParent::~UDPSocketParent() in ~UDPSocketParent()
47 UDPSocketParent::Init(const IPC::Principal& aPrincipal, in Init()
348 UDPSocketParent::RecvOutgoingData(const UDPData& aData, in RecvOutgoingData()
425 UDPSocketParent::Send(const InputStreamParams& aStream, in Send()
484 UDPSocketParent::RecvClose() in RecvClose()
499 UDPSocketParent::RecvRequestDelete() in RecvRequestDelete()
506 UDPSocketParent::ActorDestroy(ActorDestroyReason why) in ActorDestroy()
[all …]
H A DUDPSocketParent.h23 class UDPSocketParent : public mozilla::net::PUDPSocketParent
30 explicit UDPSocketParent(PBackgroundParent* aManager);
31 explicit UDPSocketParent(PNeckoParent* aManager);
57 virtual ~UDPSocketParent();
H A Dmoz.build27 'UDPSocketParent.h',
40 'UDPSocketParent.cpp',
/dports/lang/spidermonkey60/firefox-60.9.0/dom/network/
H A DUDPSocketParent.cpp25 NS_IMPL_ISUPPORTS(UDPSocketParent, nsIUDPSocketListener) in NS_IMPL_ISUPPORTS() argument
27 UDPSocketParent::UDPSocketParent(PBackgroundParent* aManager) in NS_IMPL_ISUPPORTS()
30 UDPSocketParent::UDPSocketParent(PNeckoParent* aManager) in UDPSocketParent() function in mozilla::dom::UDPSocketParent
33 UDPSocketParent::~UDPSocketParent() {} in ~UDPSocketParent()
92 mozilla::ipc::IPCResult UDPSocketParent::RecvBind( in RecvBind()
234 mozilla::ipc::IPCResult UDPSocketParent::RecvConnect( in RecvConnect()
238 WrapRunnable(RefPtr<UDPSocketParent>(this), &UDPSocketParent::DoConnect, in RecvConnect()
244 void UDPSocketParent::DoSendConnectResponse( in DoSendConnectResponse()
253 WrapRunnable(RefPtr<UDPSocketParent>(this), in SendConnectResponse()
392 void UDPSocketParent::Send(const IPCStream& aStream, in Send()
[all …]
H A DUDPSocketParent.h23 class UDPSocketParent : public mozilla::net::PUDPSocketParent,
29 explicit UDPSocketParent(PBackgroundParent* aManager);
30 explicit UDPSocketParent(PNeckoParent* aManager);
58 virtual ~UDPSocketParent();
H A Dmoz.build30 'UDPSocketParent.h',
45 'UDPSocketParent.cpp',
/dports/mail/thunderbird/thunderbird-91.8.0/dom/network/
H A DUDPSocketParent.cpp29 NS_IMPL_ISUPPORTS(UDPSocketParent, nsIUDPSocketListener) in NS_IMPL_ISUPPORTS() argument
31 UDPSocketParent::UDPSocketParent(PBackgroundParent* aManager) in NS_IMPL_ISUPPORTS()
34 UDPSocketParent::UDPSocketParent(PNeckoParent* aManager) in UDPSocketParent() function in mozilla::dom::UDPSocketParent
37 UDPSocketParent::~UDPSocketParent() = default;
39 bool UDPSocketParent::Init(nsIPrincipal* aPrincipal, in Init()
76 mozilla::ipc::IPCResult UDPSocketParent::RecvBind( in RecvBind()
221 WrapRunnable(RefPtr<UDPSocketParent>(this), &UDPSocketParent::DoConnect, in RecvConnect()
227 void UDPSocketParent::DoSendConnectResponse( in DoSendConnectResponse()
233 void UDPSocketParent::SendConnectResponse( in SendConnectResponse()
237 WrapRunnable(RefPtr<UDPSocketParent>(this), in SendConnectResponse()
[all …]
H A DUDPSocketParent.h23 class UDPSocketParent : public mozilla::net::PUDPSocketParent,
29 explicit UDPSocketParent(PBackgroundParent* aManager);
30 explicit UDPSocketParent(PNeckoParent* aManager);
58 virtual ~UDPSocketParent();
H A Dmoz.build29 "UDPSocketParent.h",
44 "UDPSocketParent.cpp",
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/glue/
H A DBackgroundParentImpl.cpp69 using mozilla::dom::UDPSocketParent;
370 InitUDPSocketParentCallback(UDPSocketParent* aActor, in InitUDPSocketParentCallback()
394 RefPtr<UDPSocketParent> mActor;
405 RefPtr<UDPSocketParent> p = new UDPSocketParent(this); in AllocPUDPSocketParent()
436 if (!static_cast<UDPSocketParent*>(aActor)->Init(principal, aFilter)) { in RecvPUDPSocketConstructor()
446 UDPSocketParent* p = static_cast<UDPSocketParent*>(actor); in DeallocPUDPSocketParent()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/ipc/
H A DNeckoParent.cpp60 using mozilla::dom::UDPSocketParent;
607 RefPtr<UDPSocketParent> p = new UDPSocketParent(this); in AllocPUDPSocketParent()
617 return static_cast<UDPSocketParent*>(aActor)->Init(aPrincipal, aFilter); in RecvPUDPSocketConstructor()
623 UDPSocketParent* p = static_cast<UDPSocketParent*>(actor); in DeallocPUDPSocketParent()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/
H A DBackgroundParentImpl.cpp77 using mozilla::dom::UDPSocketParent;
433 RefPtr<UDPSocketParent> p = new UDPSocketParent(this); in AllocPUDPSocketParent()
462 if (!static_cast<UDPSocketParent*>(aActor)->Init(principal, aFilter)) { in RecvPUDPSocketConstructor()
470 UDPSocketParent* p = static_cast<UDPSocketParent*>(actor); in DeallocPUDPSocketParent()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/ipc/
H A DNeckoParent.cpp68 using mozilla::dom::UDPSocketParent;
486 RefPtr<UDPSocketParent> p = new UDPSocketParent(this); in AllocPUDPSocketParent()
494 if (!static_cast<UDPSocketParent*>(aActor)->Init(aPrincipal, aFilter)) { in RecvPUDPSocketConstructor()
501 UDPSocketParent* p = static_cast<UDPSocketParent*>(actor); in DeallocPUDPSocketParent()
/dports/www/firefox/firefox-99.0/netwerk/ipc/
H A DNeckoParent.cpp70 using mozilla::dom::UDPSocketParent;
488 RefPtr<UDPSocketParent> p = new UDPSocketParent(this); in AllocPUDPSocketParent()
496 if (!static_cast<UDPSocketParent*>(aActor)->Init(aPrincipal, aFilter)) { in RecvPUDPSocketConstructor()
503 UDPSocketParent* p = static_cast<UDPSocketParent*>(actor); in DeallocPUDPSocketParent()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/ipc/
H A DNeckoParent.cpp68 using mozilla::dom::UDPSocketParent;
486 RefPtr<UDPSocketParent> p = new UDPSocketParent(this); in AllocPUDPSocketParent()
494 if (!static_cast<UDPSocketParent*>(aActor)->Init(aPrincipal, aFilter)) { in RecvPUDPSocketConstructor()
501 UDPSocketParent* p = static_cast<UDPSocketParent*>(actor); in DeallocPUDPSocketParent()

12