Android-cuttlefish cvd tool
|
Classes | |
class | CustomActionConfigImpl |
Functions | |
CustomActionInstanceID | GetCustomActionInstanceIDFromJson (const Json::Value &dictionary) |
CustomShellActionConfig | GetCustomShellActionConfigFromJson (const Json::Value &dictionary) |
CustomActionServerConfig | GetCustomActionServerConfigFromJson (const Json::Value &dictionary) |
CustomDeviceStateActionConfig | GetCustomDeviceStateActionConfigFromJson (const Json::Value &dictionary) |
Json::Value | ToJson (const CustomActionInstanceID &custom_action) |
Json::Value | ToJson (const CustomShellActionConfig &custom_action) |
Json::Value | ToJson (const CustomActionServerConfig &custom_action) |
Json::Value | ToJson (const CustomDeviceStateActionConfig &custom_action) |
std::string | DefaultCustomActionConfig () |
int | get_instance_order (const std::string &id_str) |
Variables | |
const char * | kCustomActionInstanceID = "instance_id" |
const char * | kCustomActionShellCommand = "shell_command" |
const char * | kCustomActionServer = "server" |
const char * | kCustomActionDeviceStates = "device_states" |
const char * | kCustomActionDeviceStateLidSwitchOpen = "lid_switch_open" |
const char * | kCustomActionDeviceStateHingeAngleValue = "hinge_angle_value" |
const char * | kCustomActionButton = "button" |
const char * | kCustomActionButtons = "buttons" |
const char * | kCustomActionButtonCommand = "command" |
const char * | kCustomActionButtonTitle = "title" |
const char * | kCustomActionButtonIconName = "icon_name" |
std::string cuttlefish::anonymous_namespace{custom_actions.cpp}::DefaultCustomActionConfig | ( | ) |
int cuttlefish::anonymous_namespace{custom_actions.cpp}::get_instance_order | ( | const std::string & | id_str | ) |
CustomActionInstanceID cuttlefish::anonymous_namespace{custom_actions.cpp}::GetCustomActionInstanceIDFromJson | ( | const Json::Value & | dictionary | ) |
CustomActionServerConfig cuttlefish::anonymous_namespace{custom_actions.cpp}::GetCustomActionServerConfigFromJson | ( | const Json::Value & | dictionary | ) |
CustomDeviceStateActionConfig cuttlefish::anonymous_namespace{custom_actions.cpp}::GetCustomDeviceStateActionConfigFromJson | ( | const Json::Value & | dictionary | ) |
CustomShellActionConfig cuttlefish::anonymous_namespace{custom_actions.cpp}::GetCustomShellActionConfigFromJson | ( | const Json::Value & | dictionary | ) |
Json::Value cuttlefish::anonymous_namespace{custom_actions.cpp}::ToJson | ( | const CustomActionInstanceID & | custom_action | ) |
Json::Value cuttlefish::anonymous_namespace{custom_actions.cpp}::ToJson | ( | const CustomActionServerConfig & | custom_action | ) |
Json::Value cuttlefish::anonymous_namespace{custom_actions.cpp}::ToJson | ( | const CustomDeviceStateActionConfig & | custom_action | ) |
Json::Value cuttlefish::anonymous_namespace{custom_actions.cpp}::ToJson | ( | const CustomShellActionConfig & | custom_action | ) |
const char* cuttlefish::anonymous_namespace{custom_actions.cpp}::kCustomActionButton = "button" |
const char* cuttlefish::anonymous_namespace{custom_actions.cpp}::kCustomActionButtonCommand = "command" |
const char* cuttlefish::anonymous_namespace{custom_actions.cpp}::kCustomActionButtonIconName = "icon_name" |
const char* cuttlefish::anonymous_namespace{custom_actions.cpp}::kCustomActionButtons = "buttons" |
const char* cuttlefish::anonymous_namespace{custom_actions.cpp}::kCustomActionButtonTitle = "title" |
const char* cuttlefish::anonymous_namespace{custom_actions.cpp}::kCustomActionDeviceStateHingeAngleValue = "hinge_angle_value" |
const char* cuttlefish::anonymous_namespace{custom_actions.cpp}::kCustomActionDeviceStateLidSwitchOpen = "lid_switch_open" |
const char* cuttlefish::anonymous_namespace{custom_actions.cpp}::kCustomActionDeviceStates = "device_states" |
const char* cuttlefish::anonymous_namespace{custom_actions.cpp}::kCustomActionInstanceID = "instance_id" |
const char* cuttlefish::anonymous_namespace{custom_actions.cpp}::kCustomActionServer = "server" |
const char* cuttlefish::anonymous_namespace{custom_actions.cpp}::kCustomActionShellCommand = "shell_command" |