Android-cuttlefish cvd tool
Functions | Variables
services.h File Reference
#include <functional>
#include "adb_unique_fd.h"
Include dependency graph for services.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

unique_fd create_service_thread (const char *service_name, std::function< void(unique_fd)> func)
 

Variables

constexpr char kShellServiceArgRaw [] = "raw"
 
constexpr char kShellServiceArgPty [] = "pty"
 
constexpr char kShellServiceArgShellProtocol [] = "v2"
 
constexpr char kMinadbdServicesExitSuccess [] = "DONEDONE"
 
constexpr char kMinadbdServicesExitFailure [] = "FAILFAIL"
 

Function Documentation

◆ create_service_thread()

unique_fd create_service_thread ( const char *  service_name,
std::function< void(unique_fd)>  func 
)

Variable Documentation

◆ kMinadbdServicesExitFailure

constexpr char kMinadbdServicesExitFailure[] = "FAILFAIL"
constexpr

◆ kMinadbdServicesExitSuccess

constexpr char kMinadbdServicesExitSuccess[] = "DONEDONE"
constexpr

◆ kShellServiceArgPty

constexpr char kShellServiceArgPty[] = "pty"
constexpr

◆ kShellServiceArgRaw

constexpr char kShellServiceArgRaw[] = "raw"
constexpr

◆ kShellServiceArgShellProtocol

constexpr char kShellServiceArgShellProtocol[] = "v2"
constexpr