Go to the source code of this file.
|
#define | CASE hpd_daemon_api |
|
|
static hpd_error_t | on_create (void **data, const hpd_module_t *) |
|
static hpd_error_t | on_create_add_options (void **data, const hpd_module_t *context) |
|
static hpd_error_t | on_destroy (void *data) |
|
static hpd_error_t | on_parse_opt (void *data, const char *name, const char *) |
|
static hpd_error_t | on_start (void *data, hpd_t *hpd) |
|
static hpd_error_t | on_stop (void *data, hpd_t *hpd) |
|
static void | stop_hpd (hpd_ev_loop_t *loop, ev_timer *w, int revents) |
|
| TEST (CASE, hpd_allocation) |
|
| TEST (CASE, hpd_get_loop) |
|
| TEST (CASE, hpd_run_1sec) |
|
| TEST (CASE, module_allocation) |
|
| TEST (CASE, module_run_1sec) |
|
| TEST (CASE, option_no_call_1sec) |
|
| TEST (CASE, option_call1_1sec) |
|
| TEST (CASE, option_call2_1sec) |
|
#define CASE hpd_daemon_api |
static hpd_error_t on_parse_opt |
( |
void * |
data, |
|
|
const char * |
name, |
|
|
const char * |
|
|
) |
| |
|
static |
static void stop_hpd |
( |
hpd_ev_loop_t * |
loop, |
|
|
ev_timer * |
w, |
|
|
int |
revents |
|
) |
| |
|
static |
TEST |
( |
CASE |
, |
|
|
hpd_allocation |
|
|
) |
| |
TEST |
( |
CASE |
, |
|
|
hpd_run_1sec |
|
|
) |
| |
TEST |
( |
CASE |
, |
|
|
module_allocation |
|
|
) |
| |
TEST |
( |
CASE |
, |
|
|
module_run_1sec |
|
|
) |
| |
TEST |
( |
CASE |
, |
|
|
option_no_call_1sec |
|
|
) |
| |
TEST |
( |
CASE |
, |
|
|
option_call1_1sec |
|
|
) |
| |
TEST |
( |
CASE |
, |
|
|
option_call2_1sec |
|
|
) |
| |