Home
last modified time | relevance | path

Searched defs:CustomActionConfig (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcustom_actions.h37 struct CustomActionConfig { struct
41 std::vector<ControlPanelButton> buttons;
42 std::optional<std::string> shell_command;
43 std::optional<std::string> server;
44 std::vector<DeviceState> device_states;
Dcustom_actions.cpp44 CustomActionConfig::CustomActionConfig(const Json::Value& dictionary) { in CustomActionConfig() function in cuttlefish::CustomActionConfig