Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_json.h50 bool JSON_GetInt16FromOject(const JsonObj *obj, const char *key, int16_t *value);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/json/nlohmann/
H A Dsoftbus_adapter_json.cpp196 bool JSON_GetInt16FromOject(const JsonObj *obj, const char *key, int16_t *value) in JSON_GetInt16FromOject() function
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1541 (void)JSON_GetInt16FromOject(json, DATA_CHANGE_FLAG, (int16_t *)&info->dataChangeFlag); in ParseCommonJsonInfo()