HomeScreenBinding
|
#include "hs-helper.h"
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <json-c/json.h>
#include <stdarg.h>
Go to the source code of this file.
Functions | |
REQ_ERROR | get_value_uint16 (const struct afb_req request, const char *source, uint16_t *out_id) |
REQ_ERROR | get_value_int16 (const struct afb_req request, const char *source, int16_t *out_id) |
REQ_ERROR | get_value_int32 (const struct afb_req request, const char *source, int32_t *out_id) |
void | hs_add_object_to_json_object (struct json_object *j_obj, int count,...) |
void | hs_add_object_to_json_object_str (struct json_object *j_obj, int count,...) |
void | hs_add_object_to_json_object_func (struct json_object *j_obj, const char *verb_name, int count,...) |
int | hs_search_event_name_index (const char *value) |
REQ_ERROR get_value_int16 | ( | const struct afb_req | request, |
const char * | source, | ||
int16_t * | out_id | ||
) |
Definition at line 48 of file hs-helper.c.
REQ_ERROR get_value_int32 | ( | const struct afb_req | request, |
const char * | source, | ||
int32_t * | out_id | ||
) |
Definition at line 72 of file hs-helper.c.
REQ_ERROR get_value_uint16 | ( | const struct afb_req | request, |
const char * | source, | ||
uint16_t * | out_id | ||
) |
Definition at line 24 of file hs-helper.c.
void hs_add_object_to_json_object | ( | struct json_object * | j_obj, |
int | count, | ||
... | |||
) |
Definition at line 96 of file hs-helper.c.
void hs_add_object_to_json_object_func | ( | struct json_object * | j_obj, |
const char * | verb_name, | ||
int | count, | ||
... | |||
) |
Definition at line 125 of file hs-helper.c.
void hs_add_object_to_json_object_str | ( | struct json_object * | j_obj, |
int | count, | ||
... | |||
) |
Definition at line 110 of file hs-helper.c.
int hs_search_event_name_index | ( | const char * | value | ) |
Definition at line 142 of file hs-helper.c.