Flutter Engine
The Flutter Engine
|
#include <handle_disposition.h>
Public Member Functions | |
zx_handle_op_t | operation () const |
fml::RefPtr< dart::Handle > | handle () const |
zx_obj_type_t | type () const |
zx_rights_t | rights () const |
zx_status_t | result () const |
void | set_result (zx_status_t result) |
Public Member Functions inherited from fml::RefCountedThreadSafe< HandleDisposition > | |
void | Release () const |
Public Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
void | AddRef () const |
bool | HasOneRef () const |
void | AssertHasOneRef () const |
Public Member Functions inherited from tonic::DartWrappable | |
DartWrappable () | |
virtual const DartWrapperInfo & | GetDartWrapperInfo () const =0 |
virtual void | RetainDartWrappableReference () const =0 |
virtual void | ReleaseDartWrappableReference () const =0 |
Dart_Handle | CreateDartWrapper (DartState *dart_state) |
void | AssociateWithDartWrapper (Dart_Handle wrappable) |
void | ClearDartWrapper () |
Dart_WeakPersistentHandle | dart_wrapper () const |
Static Public Member Functions | |
static void | RegisterNatives (tonic::DartLibraryNatives *natives) |
static fml::RefPtr< HandleDisposition > | create (zx_handle_op_t operation, fml::RefPtr< dart::Handle > handle, zx_obj_type_t type, zx_rights_t rights) |
Additional Inherited Members | |
Public Types inherited from tonic::DartWrappable | |
enum | DartNativeFields { kPeerIndex , kNumberOfNativeFields } |
Protected Member Functions inherited from fml::RefCountedThreadSafe< HandleDisposition > | |
RefCountedThreadSafe () | |
~RefCountedThreadSafe () | |
Protected Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
RefCountedThreadSafeBase () | |
~RefCountedThreadSafeBase () | |
bool | Release () const |
void | Adopt () |
Protected Member Functions inherited from tonic::DartWrappable | |
virtual | ~DartWrappable () |
Static Protected Member Functions inherited from tonic::DartWrappable | |
static Dart_PersistentHandle | GetTypeForWrapper (tonic::DartState *dart_state, const tonic::DartWrapperInfo &wrapper_info) |
HandleDisposition is the native peer of a Dart object (HandleDisposition in dart:zircon) that holds a Handle and additional properties.
Definition at line 24 of file handle_disposition.h.
|
static |
Definition at line 23 of file handle_disposition.cc.
|
inline |
Definition at line 39 of file handle_disposition.h.
|
inline |
Definition at line 38 of file handle_disposition.h.
|
static |
Definition at line 52 of file handle_disposition.cc.
|
inline |
Definition at line 42 of file handle_disposition.h.
|
inline |
Definition at line 41 of file handle_disposition.h.
|
inline |
Definition at line 43 of file handle_disposition.h.
|
inline |
Definition at line 40 of file handle_disposition.h.