Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/include/
Dsoftbus_adapter_json.h48 bool JSON_AddInt16ToObject(JsonObj *obj, const char *key, int16_t value);
/foundation/communication/dsoftbus/adapter/common/json/nlohmann/
Dsoftbus_adapter_json.cpp191 bool JSON_AddInt16ToObject(JsonObj *obj, const char *key, int16_t value) in JSON_AddInt16ToObject() function
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_message.c992 !JSON_AddInt16ToObject(json, DATA_CHANGE_FLAG, info->dataChangeFlag) || in PackCommonEx()