|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/kernel_log_monitor/utils.h"#include <stddef.h>#include <sys/types.h>#include <optional>#include <string>#include "absl/log/log.h"#include "json/value.h"#include "json/writer.h"#include "cuttlefish/common/libs/fs/shared_buf.h"#include "cuttlefish/common/libs/fs/shared_fd.h"#include "cuttlefish/common/libs/utils/json.h"#include "cuttlefish/host/commands/kernel_log_monitor/kernel_log_server.h"#include "cuttlefish/result/expect.h"#include "cuttlefish/result/result_type.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::monitor |
Functions | |
| Result< std::optional< ReadEventResult > > | cuttlefish::monitor::ReadEvent (SharedFD fd) |
| bool | cuttlefish::monitor::WriteEvent (SharedFD fd, const Json::Value &event_message) |