Android-cuttlefish cvd tool
Enumerations | Functions | Variables
cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc} Namespace Reference

Enumerations

enum  EventFormat { kBare , kKeyValuePair , kPrefix }
 

Functions

void ProcessSubscriptions (Json::Value message, std::vector< EventCallback > *subscribers)
 

Variables

struct {
   std::string_view   cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::match
 
   std::string_view   cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::prefix
 
kInformationalPatterns []
 
struct {
   std::string_view   cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::stage
 
   Event   cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::event
 
   EventFormat   cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::format
 
kStageTable []
 

Enumeration Type Documentation

◆ EventFormat

enum cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::EventFormat
Enumerator
kBare 
kKeyValuePair 
kPrefix 

Function Documentation

◆ ProcessSubscriptions()

void cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::ProcessSubscriptions ( Json::Value  message,
std::vector< EventCallback > *  subscribers 
)

Variable Documentation

◆ event

Event cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::event

◆ format

EventFormat cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::format

◆ 

constexpr struct cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc} { ... } cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::kInformationalPatterns[]
Initial value:
= {
{"U-Boot ", "GUEST_UBOOT_VERSION: "},
{"] Linux version ", "GUEST_KERNEL_VERSION: "},
{"GUEST_BUILD_FINGERPRINT: ", "GUEST_BUILD_FINGERPRINT: "},
}

◆ 

constexpr struct cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc} { ... } cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::kStageTable[]
Initial value:
= {
}
@ BootCompleted
Definition: kernel_log_server.h:33
@ BootFailed
Definition: kernel_log_server.h:34
@ FastbootStarted
Definition: kernel_log_server.h:45
@ EthernetNetworkConnected
Definition: kernel_log_server.h:39
@ BootPending
Definition: kernel_log_server.h:46
@ KernelLoaded
Definition: kernel_log_server.h:40
@ ScreenChanged
Definition: kernel_log_server.h:38
@ MobileNetworkConnected
Definition: kernel_log_server.h:36
@ BootStarted
Definition: kernel_log_server.h:32
@ HibernationExited
Definition: kernel_log_server.h:47
@ AdbdStarted
Definition: kernel_log_server.h:37
@ BootloaderLoaded
Definition: kernel_log_server.h:41
@ WifiNetworkConnected
Definition: kernel_log_server.h:35
@ DisplayPowerModeChanged
Definition: kernel_log_server.h:44
constexpr char kBootPendingMessage[]
Definition: config_constants.h:31
constexpr char kDisplayPowerModeChangedMessage[]
Definition: config_constants.h:52
constexpr char kHibernationExitMessage[]
Definition: config_constants.h:45
constexpr char kEthernetConnectedMessage[]
Definition: config_constants.h:38
constexpr char kBootFailedMessage[]
Definition: config_constants.h:33
constexpr char kKernelLoadedMessage[]
Definition: config_constants.h:59
constexpr char kFastbootStartedMessage[]
Definition: config_constants.h:47
constexpr char kFastbootdStartedMessage[]
Definition: config_constants.h:43
constexpr char kBootCompletedMessage[]
Definition: config_constants.h:32
constexpr char kMobileNetworkConnectedMessage[]
Definition: config_constants.h:34
constexpr char kBootStartedMessage[]
Definition: config_constants.h:30
constexpr char kBootloaderLoadedMessage[]
Definition: config_constants.h:60
constexpr char kScreenChangedMessage[]
Definition: config_constants.h:51
constexpr char kAdbdStartedMessage[]
Definition: config_constants.h:41
constexpr char kWifiConnectedMessage[]
Definition: config_constants.h:36
constexpr char kGblFastbootStartedMessage[]
Definition: config_constants.h:49

◆ match

std::string_view cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::match

◆ prefix

std::string_view cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::prefix

◆ stage

std::string_view cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::stage