Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/media/webrtc/transport/ipc/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

Quelle  StunAddrsRequestParent.h   Sprache: C

 
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/. */


#ifndef mozilla_net_StunAddrsRequestParent_h
#define mozilla_net_StunAddrsRequestParent_h

#include "mozilla/net/PStunAddrsRequestParent.h"

struct MDNSService;

namespace mozilla::net {

class StunAddrsRequestParent : public PStunAddrsRequestParent {
  friend class PStunAddrsRequestParent;

 public:
  StunAddrsRequestParent();

  NS_IMETHOD_(MozExternalRefCountType) AddRef();
  NS_IMETHOD_(MozExternalRefCountType) Release();

  mozilla::ipc::IPCResult Recv__delete__() override;

  void OnQueryComplete(const nsACString& hostname,
                       const Maybe<nsCString>& address);

 protected:
  virtual ~StunAddrsRequestParent();

  virtual mozilla::ipc::IPCResult RecvGetStunAddrs() override;
  virtual mozilla::ipc::IPCResult RecvRegisterMDNSHostname(
      const nsACString& hostname, const nsACString& address) override;
  virtual mozilla::ipc::IPCResult RecvQueryMDNSHostname(
      const nsACString& hostname) override;
  virtual mozilla::ipc::IPCResult RecvUnregisterMDNSHostname(
      const nsACString& hostname) override;
  virtual void ActorDestroy(ActorDestroyReason why) override;

  nsCOMPtr<nsIThread> mMainThread;
  nsCOMPtr<nsISerialEventTarget> mSTSThread;

  void GetStunAddrs_s();
  void SendStunAddrs_m(const NrIceStunAddrArray& addrs);

  void OnQueryComplete_m(const nsACString& hostname,
                         const Maybe<nsCString>& address);

  ThreadSafeAutoRefCnt mRefCnt;
  NS_DECL_OWNINGTHREAD

 private:
  bool mIPCClosed;  // true if IPDL channel has been closed (child crash)

  class MDNSServiceWrapper {
   public:
    explicit MDNSServiceWrapper(const std::string& ifaddr);
    void RegisterHostname(const char* hostname, const char* address);
    void QueryHostname(void* data, const char* hostname);
    void UnregisterHostname(const char* hostname);

    NS_IMETHOD_(MozExternalRefCountType) AddRef();
    NS_IMETHOD_(MozExternalRefCountType) Release();

   protected:
    ThreadSafeAutoRefCnt mRefCnt;
    NS_DECL_OWNINGTHREAD

   private:
    virtual ~MDNSServiceWrapper();
    void StartIfRequired();

    std::string ifaddr;
    MDNSService* mMDNSService = nullptr;
  };

  static StaticRefPtr<MDNSServiceWrapper> mSharedMDNSService;
};

}  // namespace mozilla::net

#endif  // mozilla_net_StunAddrsRequestParent_h

Messung V0.5
C=98 H=93 G=95

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.