#include <platform_message.h>
Public Member Functions | |
| void | ExpectCompleted (std::string expected) |
| bool | IsCompleted () |
| std::unique_ptr< PlatformMessage > | WithMessage (std::string channel, std::string message) |
| void | Complete (std::unique_ptr< fml::Mapping > data) override |
| void | CompleteEmpty () override |
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< FakePlatformMessageResponse > | Create () |
Additional Inherited Members | |
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 () |
Definition at line 19 of file platform_message.h.
|
inlineoverridevirtual |
Implements flutter::PlatformMessageResponse.
Definition at line 43 of file platform_message.h.
References data.
|
inlineoverridevirtual |
Implements flutter::PlatformMessageResponse.
Definition at line 49 of file platform_message.h.
|
inlinestatic |
Definition at line 21 of file platform_message.h.
References fml::AdoptRef().
Referenced by flutter_runner::testing::TEST_F(), flutter_runner::testing::TEST_F(), flutter_runner::testing::TEST_F(), flutter_runner::testing::TEST_F(), flutter_runner::testing::TEST_F(), flutter_runner::testing::TEST_F(), flutter_runner::testing::TEST_F(), flutter_runner::testing::TEST_F(), flutter_runner::testing::TEST_F(), and flutter_runner::testing::TEST_F().
|
inline |
Definition at line 25 of file platform_message.h.
References flutter::PlatformMessageResponse::is_complete_.
|
inline |
Definition at line 32 of file platform_message.h.
References flutter::PlatformMessageResponse::is_complete_.
|
inline |
Definition at line 34 of file platform_message.h.
References channel, fml::MallocMapping::Copy(), and message.