Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/json_utils/fuzztest/jsonutils_fuzzer/
H A Djsonutils_fuzzer.cpp45 GetJsonObjectBoolItem(object, data, &healthy); in DoJsonUtilsFuzz()
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_json_utils.h46 bool GetJsonObjectBoolItem(const cJSON *json, const char * const string, bool *target);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_battery_info.c75 !GetJsonObjectBoolItem(json, JSON_KEY_IS_CHARGING, &isCharging)) { in OnReceiveBatteryInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/json_utils/uttest/
H A Dsoftbus_json_utils_test.cpp558 bool ret = GetJsonObjectBoolItem(nullptr, "test", &result);
572 bool ret = GetJsonObjectBoolItem(json, nullptr, &result);
586 bool ret = GetJsonObjectBoolItem(json, "test", nullptr);
601 bool ret = GetJsonObjectBoolItem(json, "test", &result);
/ohos5.0/foundation/communication/dsoftbus/core/common/json_utils/
H A Dsoftbus_json_utils.c179 bool GetJsonObjectBoolItem(const cJSON *json, const char * const string, bool *target) in GetJsonObjectBoolItem() function