Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/include/
Dsoftbus_adapter_json.h50 bool JSON_GetInt16FromOject(const JsonObj *obj, const char *key, int16_t *value);
/foundation/communication/dsoftbus/adapter/common/json/nlohmann/
Dsoftbus_adapter_json.cpp196 bool JSON_GetInt16FromOject(const JsonObj *obj, const char *key, int16_t *value) in JSON_GetInt16FromOject() function
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_message.c1145 (void)JSON_GetInt16FromOject(json, DATA_CHANGE_FLAG, (int16_t *)&info->dataChangeFlag); in UnpackCommon()