Searched defs:CustomActionConfig (Results 1 – 2 of 2) sorted by relevance
37 struct CustomActionConfig { struct41 std::vector<ControlPanelButton> buttons;42 std::optional<std::string> shell_command;43 std::optional<std::string> server;44 std::vector<DeviceState> device_states;
44 CustomActionConfig::CustomActionConfig(const Json::Value& dictionary) { in CustomActionConfig() function in cuttlefish::CustomActionConfig