Lines Matching refs:button
61 config.button = {button_entry[kCustomActionButtonCommand].asString(), in GetCustomShellActionConfigFromJson()
88 config.button = {button_entry[kCustomActionButtonCommand].asString(), in GetCustomDeviceStateActionConfigFromJson()
121 custom_action.button.command; in ToJson()
123 custom_action.button.title; in ToJson()
125 custom_action.button.icon_name; in ToJson()
134 for (const auto& button : custom_action.buttons) { in ToJson() local
136 button_entry[kCustomActionButtonCommand] = button.command; in ToJson()
137 button_entry[kCustomActionButtonTitle] = button.title; in ToJson()
138 button_entry[kCustomActionButtonIconName] = button.icon_name; in ToJson()
162 custom_action.button.command; in ToJson()
164 custom_action.button.title; in ToJson()
166 custom_action.button.icon_name; in ToJson()