#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 36 of file service_protocol.h.
|
inline |
Definition at line 40 of file service_protocol.h.
|
inline |
Definition at line 42 of file service_protocol.h.
References value, and Write().
void flutter::ServiceProtocol::Handler::Description::Write | ( | Handler * | handler, |
rapidjson::Value & | value, | ||
rapidjson::MemoryPoolAllocator<> & | allocator | ||
) | const |
Definition at line 242 of file service_protocol.cc.
References flutter::CreateFlutterViewID(), and flutter::CreateIsolateID().
Referenced by Description().
std::string flutter::ServiceProtocol::Handler::Description::isolate_name |
Definition at line 38 of file service_protocol.h.
int64_t flutter::ServiceProtocol::Handler::Description::isolate_port = 0 |
Definition at line 37 of file service_protocol.h.