Searched refs:device_states (Results 1 – 6 of 6) sorted by relevance
106 std::vector<DeviceState> device_states; member365 const std::vector<DeviceState>& device_states) { in AddCustomControlPanelButtonWithDeviceStates() argument368 button.device_states = device_states; in AddCustomControlPanelButtonWithDeviceStates()465 } else if (!button.device_states.empty()) { in OnOpen()466 Json::Value device_states(Json::arrayValue); in OnOpen() local467 for (const DeviceState& device_state : button.device_states) { in OnOpen()477 device_states.append(device_state_entry); in OnOpen()479 button_entry[kControlPanelButtonDeviceStates] = device_states; in OnOpen()
119 const std::vector<DeviceState>& device_states);
314 } else if (button.device_states) {318 this.#getCustomDeviceStateButtonCb(button.device_states),320 for (const device_state of button.device_states) {588 #getCustomDeviceStateButtonCb(device_states) { argument589 let states = device_states;
104 config.device_states.push_back(state); in GetCustomDeviceStateActionConfigFromJson()148 for (const auto& device_state : custom_action.device_states) { in ToJson()
56 std::vector<DeviceState> device_states; member
337 custom_action.device_states); in main()