Lines Matching refs:button
59 config.button = {button_entry[kCustomActionButtonCommand].asString(), in GetCustomShellActionConfigFromJson()
86 config.button = {button_entry[kCustomActionButtonCommand].asString(), in GetCustomDeviceStateActionConfigFromJson()
119 custom_action.button.command; in ToJson()
121 custom_action.button.title; in ToJson()
123 custom_action.button.icon_name; in ToJson()
132 for (const auto& button : custom_action.buttons) { in ToJson() local
134 button_entry[kCustomActionButtonCommand] = button.command; in ToJson()
135 button_entry[kCustomActionButtonTitle] = button.title; in ToJson()
136 button_entry[kCustomActionButtonIconName] = button.icon_name; in ToJson()
160 custom_action.button.command; in ToJson()
162 custom_action.button.title; in ToJson()
164 custom_action.button.icon_name; in ToJson()