Searched refs:GetJsonObjectDoubleItem (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/json_utils/uttest/ |
H A D | softbus_json_utils_test.cpp | 272 bool ret = GetJsonObjectDoubleItem(nullptr, "test", &target); 286 bool ret = GetJsonObjectDoubleItem(json, nullptr, &target); 300 bool ret = GetJsonObjectDoubleItem(json, "test", nullptr); 315 bool ret = GetJsonObjectDoubleItem(json, "test", &target); 331 bool ret = GetJsonObjectDoubleItem(json, "test", &target);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/json_utils/fuzztest/jsonutils_fuzzer/ |
H A D | jsonutils_fuzzer.cpp | 44 GetJsonObjectDoubleItem(object, data, &weight); in DoJsonUtilsFuzz()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/include/ |
H A D | softbus_json_utils.h | 44 bool GetJsonObjectDoubleItem(const cJSON *json, const char * const string, double *target);
|
/ohos5.0/foundation/communication/dsoftbus/core/common/json_utils/ |
H A D | softbus_json_utils.c | 104 bool GetJsonObjectDoubleItem(const cJSON *json, const char * const string, double *target) in GetJsonObjectDoubleItem() function
|