#include <service_protocol.h>
Classes | |
| class | Handler |
Public Member Functions | |
| ServiceProtocol () | |
| ~ServiceProtocol () | |
| void | ToggleHooks (bool set) |
| void | AddHandler (Handler *handler, const Handler::Description &description) |
| void | RemoveHandler (Handler *handler) |
| void | SetHandlerDescription (Handler *handler, const Handler::Description &description) |
Static Public Attributes | |
| static const std::string_view | kScreenshotExtensionName |
| static const std::string_view | kScreenshotSkpExtensionName |
| static const std::string_view | kRunInViewExtensionName |
| static const std::string_view | kFlushUIThreadTasksExtensionName |
| static const std::string_view | kSetAssetBundlePathExtensionName |
| static const std::string_view | kGetDisplayRefreshRateExtensionName |
| static const std::string_view | kGetSkSLsExtensionName |
| static const std::string_view | kEstimateRasterCacheMemoryExtensionName |
| static const std::string_view | kReloadAssetFonts |
Definition at line 21 of file service_protocol.h.
| flutter::ServiceProtocol::ServiceProtocol | ( | ) |
Definition at line 47 of file service_protocol.cc.
References kEstimateRasterCacheMemoryExtensionName, kFlushUIThreadTasksExtensionName, kGetDisplayRefreshRateExtensionName, kGetSkSLsExtensionName, flutter::kListViewsExtensionName, kReloadAssetFonts, kRunInViewExtensionName, kScreenshotExtensionName, kScreenshotSkpExtensionName, and kSetAssetBundlePathExtensionName.
| flutter::ServiceProtocol::~ServiceProtocol | ( | ) |
| void flutter::ServiceProtocol::AddHandler | ( | Handler * | handler, |
| const Handler::Description & | description | ||
| ) |
Definition at line 68 of file service_protocol.cc.
References handler.
| void flutter::ServiceProtocol::RemoveHandler | ( | Handler * | handler | ) |
Definition at line 74 of file service_protocol.cc.
References handler.
| void flutter::ServiceProtocol::SetHandlerDescription | ( | Handler * | handler, |
| const Handler::Description & | description | ||
| ) |
Definition at line 79 of file service_protocol.cc.
References handler.
| void flutter::ServiceProtocol::ToggleHooks | ( | bool | set | ) |
Definition at line 89 of file service_protocol.cc.
References flutter::set.
Referenced by ~ServiceProtocol().
|
static |
Definition at line 30 of file service_protocol.h.
Referenced by ServiceProtocol().
|
static |
Definition at line 26 of file service_protocol.h.
Referenced by ServiceProtocol().
|
static |
Definition at line 28 of file service_protocol.h.
Referenced by ServiceProtocol().
|
static |
Definition at line 29 of file service_protocol.h.
Referenced by ServiceProtocol().
|
static |
Definition at line 31 of file service_protocol.h.
Referenced by ServiceProtocol().
|
static |
Definition at line 25 of file service_protocol.h.
Referenced by ServiceProtocol().
|
static |
Definition at line 23 of file service_protocol.h.
Referenced by ServiceProtocol().
|
static |
Definition at line 24 of file service_protocol.h.
Referenced by ServiceProtocol().
|
static |
Definition at line 27 of file service_protocol.h.
Referenced by ServiceProtocol().