Searched refs:JSON_Parse (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_json.h | 42 JsonObj *JSON_Parse(const char *str, uint32_t len);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_p2p_info.c | 113 JsonObj *json = JSON_Parse((char *)msg, len); in LnnParseP2pInfoMsg() 154 JsonObj *json = JSON_Parse((char *)msg, len); in LnnParseWifiDirectAddrMsg()
|
H A D | lnn_sync_info_manager.c | 618 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 D | lnn_devicename_info.c | 248 JsonObj *json = JSON_Parse((const char *)msg, len); in OnReceiveDeviceNickName()
|
H A D | lnn_net_builder.c | 542 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 D | softbus_adapter_json.cpp | 93 JsonObj *JSON_Parse(const char *str, uint32_t len) in JSON_Parse() function
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_message.c | 422 JsonObj *json = JSON_Parse((char *)decData, decDataLen); in IsDeviceMessagePacket()
|
H A D | auth_session_json.c | 1058 JsonObj *obj = JSON_Parse(msg, len); in UnpackDeviceIdJson() 2063 JsonObj *json = JSON_Parse(devInfo->msg, devInfo->len); in UnpackDeviceInfoMessage()
|