| 425 | } |
| 426 | |
| 427 | static bool runtime_activation_action_valid(cbm_daemon_runtime_activation_action_t action) { |
| 428 | return action == CBM_DAEMON_RUNTIME_ACTIVATION_INSTALL || |
| 429 | action == CBM_DAEMON_RUNTIME_ACTIVATION_UPDATE || |
| 430 | action == CBM_DAEMON_RUNTIME_ACTIVATION_UNINSTALL; |
| 431 | } |
| 432 | |
| 433 | static const char *runtime_activation_action_text(cbm_daemon_runtime_activation_action_t action) { |
| 434 | switch (action) { |
no outgoing calls
no test coverage detected