Flutter Engine
The Flutter Engine
|
Public Member Functions | |
void | Complete (std::unique_ptr< fml::Mapping > data) override |
void | CompleteEmpty () override |
Public Member Functions inherited from flutter::PlatformMessageResponse | |
virtual void | Complete (std::unique_ptr< fml::Mapping > data)=0 |
virtual void | CompleteEmpty ()=0 |
bool | is_complete () const |
Public Member Functions inherited from fml::RefCountedThreadSafe< PlatformMessageResponse > | |
void | Release () const |
Public Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
void | AddRef () const |
bool | HasOneRef () const |
void | AssertHasOneRef () const |
Static Public Member Functions | |
static fml::RefPtr< MockPlatformMessageResponse > | Create () |
Additional Inherited Members | |
Protected Member Functions inherited from flutter::PlatformMessageResponse | |
PlatformMessageResponse () | |
virtual | ~PlatformMessageResponse () |
Protected Member Functions inherited from fml::RefCountedThreadSafe< PlatformMessageResponse > | |
RefCountedThreadSafe () | |
~RefCountedThreadSafe () | |
Protected Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
RefCountedThreadSafeBase () | |
~RefCountedThreadSafeBase () | |
bool | Release () const |
void | Adopt () |
Protected Attributes inherited from flutter::PlatformMessageResponse | |
bool | is_complete_ = false |
Definition at line 32 of file platform_message_handler_ios_test.mm.
|
inlineoverridevirtual |
Implements flutter::PlatformMessageResponse.
Definition at line 37 of file platform_message_handler_ios_test.mm.
|
inlineoverridevirtual |
Implements flutter::PlatformMessageResponse.
Definition at line 38 of file platform_message_handler_ios_test.mm.
|
inlinestatic |
Definition at line 34 of file platform_message_handler_ios_test.mm.