|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/kernel_log_monitor/kernel_log_server.h"#include <fcntl.h>#include <stddef.h>#include <stdint.h>#include <sys/types.h>#include <string>#include <string_view>#include <utility>#include <vector>#include "absl/log/log.h"#include "absl/strings/ascii.h"#include "absl/strings/str_split.h"#include "cuttlefish/common/libs/fs/shared_fd.h"#include "cuttlefish/common/libs/fs/shared_select.h"#include "cuttlefish/host/libs/config/config_constants.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/result/result_type.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::monitor |
| namespace | cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc} |
Functions | |
| void | cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::ProcessSubscriptions (Json::Value message, std::vector< EventCallback > *subscribers) |