Home
last modified time | relevance | path

Searched refs:GetJsonObjectDoubleItem (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/json_utils/uttest/
H A Dsoftbus_json_utils_test.cpp272 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 Djsonutils_fuzzer.cpp44 GetJsonObjectDoubleItem(object, data, &weight); in DoJsonUtilsFuzz()
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_json_utils.h44 bool GetJsonObjectDoubleItem(const cJSON *json, const char * const string, double *target);
/ohos5.0/foundation/communication/dsoftbus/core/common/json_utils/
H A Dsoftbus_json_utils.c104 bool GetJsonObjectDoubleItem(const cJSON *json, const char * const string, double *target) in GetJsonObjectDoubleItem() function