#include <glib.h>
#include "crm/services.h"
Go to the source code of this file.
◆ MAX_ARGC
◆ cancel_recurring_action()
G_GNUC_INTERNAL gboolean cancel_recurring_action |
( |
svc_action_t * |
op | ) |
|
◆ is_op_blocked()
G_GNUC_INTERNAL gboolean is_op_blocked |
( |
const char * |
rsc | ) |
|
◆ recurring_action_timer()
G_GNUC_INTERNAL gboolean recurring_action_timer |
( |
gpointer |
data | ) |
|
◆ services__action_kind()
G_GNUC_INTERNAL const char* services__action_kind |
( |
const svc_action_t * |
action | ) |
|
◆ services__authorization_error()
G_GNUC_INTERNAL int services__authorization_error |
( |
const svc_action_t * |
op | ) |
|
◆ services__configuration_error()
G_GNUC_INTERNAL int services__configuration_error |
( |
const svc_action_t * |
op, |
|
|
bool |
is_fatal |
|
) |
| |
◆ services__execute_file()
G_GNUC_INTERNAL int services__execute_file |
( |
svc_action_t * |
op | ) |
|
◆ services__finalize_async_op()
G_GNUC_INTERNAL int services__finalize_async_op |
( |
svc_action_t * |
op | ) |
|
◆ services__generic_error()
G_GNUC_INTERNAL int services__generic_error |
( |
const svc_action_t * |
op | ) |
|
◆ services__handle_exec_error()
G_GNUC_INTERNAL void services__handle_exec_error |
( |
svc_action_t * |
op, |
|
|
int |
error |
|
) |
| |
◆ services__not_installed_error()
G_GNUC_INTERNAL int services__not_installed_error |
( |
const svc_action_t * |
op | ) |
|
◆ services__set_cancelled()
G_GNUC_INTERNAL void services__set_cancelled |
( |
svc_action_t * |
action | ) |
|
◆ services_add_inflight_op()
G_GNUC_INTERNAL void services_add_inflight_op |
( |
svc_action_t * |
op | ) |
|
◆ services_os_get_directory_list()
G_GNUC_INTERNAL GList* services_os_get_directory_list |
( |
const char * |
root, |
|
|
gboolean |
files, |
|
|
gboolean |
executable |
|
) |
| |
◆ services_os_get_single_directory_list()
G_GNUC_INTERNAL GList* services_os_get_single_directory_list |
( |
const char * |
root, |
|
|
gboolean |
files, |
|
|
gboolean |
executable |
|
) |
| |
◆ services_untrack_op()
G_GNUC_INTERNAL void services_untrack_op |
( |
const svc_action_t * |
op | ) |
|