Lines Matching refs:custom_action
295 for (const auto& custom_action : in main() local
297 const auto button = custom_action.button; in main()
300 custom_action.shell_command); in main()
303 for (const auto& custom_action : in main() local
305 if (action_server_fds.find(custom_action.server) == in main()
308 << custom_action.server; in main()
311 LOG(INFO) << "Connecting to custom action server " << custom_action.server; in main()
313 int fd = action_server_fds[custom_action.server]; in main()
319 for (const auto& button : custom_action.buttons) { in main()
328 << custom_action.server; in main()
332 for (const auto& custom_action : in main() local
334 const auto button = custom_action.button; in main()
337 custom_action.device_states); in main()