Searched refs:AddIntArrayToJsonObject (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/json_utils/uttest/ |
H A D | softbus_json_utils_test.cpp | 872 bool result = AddIntArrayToJsonObject(nullptr, string, array, arrayLen); 887 bool result = AddIntArrayToJsonObject(json, nullptr, array, arrayLen); 903 bool result = AddIntArrayToJsonObject(json, string, nullptr, arrayLen); 920 bool result = AddIntArrayToJsonObject(json, string, array, arrayLen); 937 bool result = AddIntArrayToJsonObject(json, string, array, arrayLen);
|
/ohos5.0/foundation/communication/dsoftbus/core/common/include/ |
H A D | softbus_json_utils.h | 64 bool AddIntArrayToJsonObject(cJSON *json, const char *string, const int32_t *array, int32_t arrayLe…
|
/ohos5.0/foundation/communication/dsoftbus/core/common/json_utils/ |
H A D | softbus_json_utils.c | 340 bool AddIntArrayToJsonObject(cJSON *json, const char *string, const int32_t *array, int32_t arrayLe… in AddIntArrayToJsonObject() function
|