Go to the source code of this file.
|
hpd_error_t | hpd_rest_json_get_configuration (hpd_t *hpd, hpd_rest_t *rest, const hpd_module_t *context, char **out) |
|
hpd_error_t | hpd_rest_json_get_value (char *value, const hpd_module_t *context, char **out) |
|
hpd_error_t | hpd_rest_json_parse_value (const char *in, const hpd_module_t *context, char **out) |
|
static hpd_error_t | rest_json_add (json_t *parent, const char *key, const char *val, const hpd_module_t *context) |
|
static hpd_error_t | rest_json_add_adapter (json_t *parent, hpd_adapter_id_t *adapter, hpd_rest_t *rest, const hpd_module_t *context) |
|
static hpd_error_t | rest_json_add_adapters (json_t *parent, hpd_t *hpd, hpd_rest_t *rest, const hpd_module_t *context) |
|
static hpd_error_t | rest_json_add_attr (json_t *parent, hpd_pair_t *pair, const hpd_module_t *context) |
|
static hpd_error_t | rest_json_add_configuration (json_t *parent, hpd_t *hpd, hpd_rest_t *rest, const hpd_module_t *context) |
|
static hpd_error_t | rest_json_add_device (json_t *parent, hpd_device_id_t *device, hpd_rest_t *rest, const hpd_module_t *context) |
|
static hpd_error_t | rest_json_add_devices (json_t *parent, hpd_adapter_id_t *adapter, hpd_rest_t *rest, const hpd_module_t *context) |
|
static hpd_error_t | rest_json_add_parameter (json_t *parent, hpd_parameter_id_t *parameter, const hpd_module_t *context) |
|
static hpd_error_t | rest_json_add_parameters (json_t *parent, hpd_service_id_t *service, const hpd_module_t *context) |
|
static hpd_error_t | rest_json_add_service (json_t *parent, hpd_service_id_t *service, hpd_rest_t *rest, const hpd_module_t *context) |
|
static hpd_error_t | rest_json_add_services (json_t *parent, hpd_device_id_t *device, hpd_rest_t *rest, const hpd_module_t *context) |
|
static hpd_error_t rest_json_add |
( |
json_t * |
parent, |
|
|
const char * |
key, |
|
|
const char * |
val, |
|
|
const hpd_module_t * |
context |
|
) |
| |
|
static |