Home
last modified time | relevance | path

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

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