Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  ClientSourceParent.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_dom_ClientSourceParent_h
#define _mozilla_dom_ClientSourceParent_h

#include "ClientInfo.h"
#include "ClientOpPromise.h"
#include "mozilla/MozPromise.h"
#include "mozilla/dom/PClientSourceParent.h"
#include "mozilla/dom/ServiceWorkerDescriptor.h"
#include "mozilla/dom/ipc/IdType.h"

namespace mozilla::dom {

class ClientHandleParent;
class ClientManagerService;
class ThreadsafeContentParentHandle;

class ClientSourceParent final : public PClientSourceParent {
  ClientInfo mClientInfo;
  Maybe<ServiceWorkerDescriptor> mController;
  const RefPtr<ThreadsafeContentParentHandle> mContentParentHandle;
  RefPtr<ClientManagerService> mService;
  nsTArray<ClientHandleParent*> mHandleList;
  MozPromiseHolder<GenericNonExclusivePromise> mExecutionReadyPromise;
  bool mExecutionReady;
  bool mFrozen;

  ~ClientSourceParent();

  // PClientSourceParent
  mozilla::ipc::IPCResult RecvWorkerSyncPing() override;

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

  mozilla::ipc::IPCResult RecvExecutionReady(
      const ClientSourceExecutionReadyArgs& aArgs) override;

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

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

  mozilla::ipc::IPCResult RecvInheritController(
      const ClientControlledArgs& aArgs) override;

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

  void ActorDestroy(ActorDestroyReason aReason) override;

  PClientSourceOpParent* AllocPClientSourceOpParent(
      const ClientOpConstructorArgs& aArgs) override;

  bool DeallocPClientSourceOpParent(PClientSourceOpParent* aActor) override;

 public:
  NS_INLINE_DECL_REFCOUNTING(ClientSourceParent, override)

  explicit ClientSourceParent(
      const ClientSourceConstructorArgs& aArgs,
      ThreadsafeContentParentHandle* aContentParentHandle);

  mozilla::ipc::IPCResult Init();

  const ClientInfo& Info() const;

  bool IsFrozen() const;

  bool ExecutionReady() const;

  RefPtr<GenericNonExclusivePromise> ExecutionReadyPromise();

  const Maybe<ServiceWorkerDescriptor>& GetController() const;

  void ClearController();

  bool IsOwnedByProcess(
      ThreadsafeContentParentHandle* aContentParentHandle) const {
    return mContentParentHandle == aContentParentHandle;
  }

  void AttachHandle(ClientHandleParent* aClientSource);

  void DetachHandle(ClientHandleParent* aClientSource);

  RefPtr<ClientOpPromise> StartOp(ClientOpConstructorArgs&& aArgs);
};

}  // namespace mozilla::dom

#endif  // _mozilla_dom_ClientSourceParent_h

Messung V0.5 in Prozent
C=94 H=89 G=91

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002