#include <service_protocol.h>
Public Member Functions | |
| Description () | |
| Description (int64_t p_isolate_port, std::string p_isolate_name) | |
| void | Write (Handler *handler, rapidjson::Value &value, rapidjson::MemoryPoolAllocator<> &allocator) const |
Public Attributes | |
| int64_t | isolate_port = 0 |
| std::string | isolate_name |
Definition at line 35 of file service_protocol.h.
|
inline |
Definition at line 39 of file service_protocol.h.
|
inline |
Definition at line 41 of file service_protocol.h.
| void flutter::ServiceProtocol::Handler::Description::Write | ( | Handler * | handler, |
| rapidjson::Value & | value, | ||
| rapidjson::MemoryPoolAllocator<> & | allocator | ||
| ) | const |
Definition at line 241 of file service_protocol.cc.
References flutter::CreateFlutterViewID(), flutter::CreateIsolateID(), handler, isolate_name, isolate_port, and view.
| std::string flutter::ServiceProtocol::Handler::Description::isolate_name |
Definition at line 37 of file service_protocol.h.
Referenced by Write().
| int64_t flutter::ServiceProtocol::Handler::Description::isolate_port = 0 |
Definition at line 36 of file service_protocol.h.
Referenced by Write().