Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_json.h42 JsonObj *JSON_Parse(const char *str, uint32_t len);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_p2p_info.c113 JsonObj *json = JSON_Parse((char *)msg, len); in LnnParseP2pInfoMsg()
154 JsonObj *json = JSON_Parse((char *)msg, len); in LnnParseWifiDirectAddrMsg()
H A Dlnn_sync_info_manager.c618 JsonObj *json = JSON_Parse((const char *)data->data, data->len); in BleOffLineProcess()
695 JsonObj *json = JSON_Parse((const char *)data->data, data->len); in WlanOffLineProcess()
742 JsonObj *json = JSON_Parse((const char *)data->data, data->len); in OnP2pNetworkingDataRecv()
H A Dlnn_devicename_info.c248 JsonObj *json = JSON_Parse((const char *)msg, len); in OnReceiveDeviceNickName()
H A Dlnn_net_builder.c542 JsonObj *json = JSON_Parse((const char *)msg, len); in LnnProcessCompleteNotTrustedMsg()
791 json = JSON_Parse((char *)msg, len); in OnReceiveMasterElectMsg()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/json/nlohmann/
H A Dsoftbus_adapter_json.cpp93 JsonObj *JSON_Parse(const char *str, uint32_t len) in JSON_Parse() function
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c422 JsonObj *json = JSON_Parse((char *)decData, decDataLen); in IsDeviceMessagePacket()
H A Dauth_session_json.c1058 JsonObj *obj = JSON_Parse(msg, len); in UnpackDeviceIdJson()
2063 JsonObj *json = JSON_Parse(devInfo->msg, devInfo->len); in UnpackDeviceInfoMessage()