#include <android-base/logging.h>
#include <json/json.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <algorithm>
#include <cstdint>
#include <map>
#include <memory>
#include <optional>
#include <string>
Go to the source code of this file.
|
enum class | cuttlefish::RequestType : uint16_t {
cuttlefish::Invalid = 0
, cuttlefish::ID
, cuttlefish::CreateInterface
, cuttlefish::DestroyInterface
,
cuttlefish::StopSession
, cuttlefish::Shutdown
, cuttlefish::Invalid = 0
, cuttlefish::ID
,
cuttlefish::CreateInterface
, cuttlefish::DestroyInterface
, cuttlefish::StopSession
, cuttlefish::Shutdown
} |
| Defines operations supported by allocd. More...
|
|
enum class | cuttlefish::IfaceType : uint16_t {
cuttlefish::Invalid = 0
, cuttlefish::mtap
, cuttlefish::wtap
, cuttlefish::wifiap
,
cuttlefish::etap
, cuttlefish::wbr
, cuttlefish::ebr
, cuttlefish::Invalid = 0
,
cuttlefish::mtap
, cuttlefish::wtap
, cuttlefish::wifiap
, cuttlefish::etap
,
cuttlefish::wbr
, cuttlefish::ebr
} |
| Defines interface types supported by allocd. More...
|
|
enum class | cuttlefish::RequestStatus : uint16_t {
cuttlefish::Invalid = 0
, cuttlefish::Pending
, cuttlefish::Success
, cuttlefish::Failure
,
cuttlefish::Invalid = 0
, cuttlefish::Pending
, cuttlefish::Success
, cuttlefish::Failure
} |
|