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 D | jsonutils_fuzzer.cpp | 45 GetJsonObjectBoolItem(object, data, &healthy); in DoJsonUtilsFuzz()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/include/ |
H A D | softbus_json_utils.h | 46 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 D | lnn_battery_info.c | 75 !GetJsonObjectBoolItem(json, JSON_KEY_IS_CHARGING, &isCharging)) { in OnReceiveBatteryInfo()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/json_utils/uttest/ |
H A D | softbus_json_utils_test.cpp | 558 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 D | softbus_json_utils.c | 179 bool GetJsonObjectBoolItem(const cJSON *json, const char * const string, bool *target) in GetJsonObjectBoolItem() function
|