Home
last modified time | relevance | path

Searched refs:get_json_bool (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/json/
H A Djsonutil.h30 int32_t get_json_bool(json_pobject obj, const char *field);
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Djsonutil_test.h33 int32_t get_json_bool(json_pobject obj, const char *field);
H A Ddeviceauth_test.cpp1854 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());
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
H A Dadd_auth_info_data.c61 int32_t permission = get_json_bool(obj, FIELD_PERMISSION); in parse_add_auth_info_data()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/json/
H A Djsonutil.c93 int32_t get_json_bool(json_pobject obj, const char *field) in get_json_bool() function