Searched refs:get_json_bool (Results 1 – 5 of 5) sorted by relevance
30 int32_t get_json_bool(json_pobject obj, const char *field);
33 int32_t get_json_bool(json_pobject obj, const char *field);
1854 int32_t ret = get_json_bool(obj, temp);1862 int32_t ret = get_json_bool(obj, temp);1870 int32_t ret = get_json_bool(obj, field.c_str());1873 ret = get_json_bool(obj, field.c_str());1917 int32_t ret = get_json_bool(obj, field.c_str());
61 int32_t permission = get_json_bool(obj, FIELD_PERMISSION); in parse_add_auth_info_data()
93 int32_t get_json_bool(json_pobject obj, const char *field) in get_json_bool() function