Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/json/nlohmann/
H A Dsoftbus_adapter_json.cpp155 static bool JSON_AddIntegerToObject(JsonObj *obj, const char *key, Integer num) in JSON_AddIntegerToObject() function
193 return JSON_AddIntegerToObject(obj, key, value); in JSON_AddInt16ToObject()
207 return JSON_AddIntegerToObject(obj, key, value); in JSON_AddInt32ToObject()
221 return JSON_AddIntegerToObject(obj, key, value); in JSON_AddInt64ToObject()