Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
io_service.cc File Reference
#include "bin/io_service.h"
#include "bin/dartutils.h"
#include "bin/directory.h"
#include "bin/file.h"
#include "bin/io_buffer.h"
#include "bin/secure_socket_filter.h"
#include "bin/security_context.h"
#include "bin/socket.h"
#include "bin/utils.h"
#include "include/dart_api.h"
#include "platform/globals.h"
#include "platform/utils.h"

Go to the source code of this file.

Namespaces

namespace  dart
 
namespace  dart::bin
 

Macros

#define CASE_REQUEST(type, method, id)
 

Functions

void dart::bin::IOServiceCallback (Dart_Port dest_port_id, Dart_CObject *message)
 
void FUNCTION_NAME() dart::bin::IOService_NewServicePort (Dart_NativeArguments args)
 

Macro Definition Documentation

◆ CASE_REQUEST

#define CASE_REQUEST (   type,
  method,
  id 
)
Value:
case IOService::k##type##method##Request: \
response = type::method##Request(data); \
break;

Definition at line 26 of file io_service.cc.

27 : \
28 response = type::method##Request(data); \
29 break;