Definition at line 13 of file message_handler_test.cc.
◆ MessageHandlerTestPeer()
dart::MessageHandlerTestPeer::MessageHandlerTestPeer |
( |
MessageHandler * |
handler | ) |
|
|
inlineexplicit |
◆ CloseAllPorts()
void dart::MessageHandlerTestPeer::CloseAllPorts |
( |
| ) |
|
|
inline |
◆ ClosePort()
void dart::MessageHandlerTestPeer::ClosePort |
( |
Dart_Port |
port | ) |
|
|
inline |
Definition at line 21 of file message_handler_test.cc.
void ClosePort(Dart_Port port)
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not defaults to or::depending on whether ipv6 is specified vm service port
◆ oob_queue()
MessageQueue * dart::MessageHandlerTestPeer::oob_queue |
( |
| ) |
const |
|
inline |
◆ PostMessage()
void dart::MessageHandlerTestPeer::PostMessage |
( |
std::unique_ptr< Message > |
message | ) |
|
|
inline |
Definition at line 18 of file message_handler_test.cc.
18 {
20 }
void PostMessage(std::unique_ptr< Message > message, bool before_events=false)
◆ queue()
MessageQueue * dart::MessageHandlerTestPeer::queue |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: