Searched refs:JSON_GetStringFromOject (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_p2p_info.c | 123 if (!JSON_GetStringFromOject(json, JSON_KEY_WIFI_CFG, info->wifiCfg, sizeof(info->wifiCfg))) { in LnnParseP2pInfoMsg() 128 …if (!JSON_GetStringFromOject(json, JSON_KEY_CHAN_LIST_5G, info->chanList5g, sizeof(info->chanList5… in LnnParseP2pInfoMsg() 138 if (!JSON_GetStringFromOject(json, JSON_KEY_P2P_MAC, info->p2pMac, sizeof(info->p2pMac))) { in LnnParseP2pInfoMsg() 143 if (!JSON_GetStringFromOject(json, JSON_KEY_GO_MAC, info->goMac, sizeof(info->goMac))) { in LnnParseP2pInfoMsg() 159 if (!JSON_GetStringFromOject(json, JSON_KEY_WIFIDIRECT_ADDR, wifiDirectAddr, MAC_LEN)) { in LnnParseWifiDirectAddrMsg()
|
H A D | lnn_devicename_info.c | 256 !JSON_GetStringFromOject(json, KEY_NICK_NAME, nickName, DEVICE_NAME_BUF_LEN)) { in OnReceiveDeviceNickName()
|
H A D | lnn_sync_info_manager.c | 701 !JSON_GetStringFromOject(json, NETWORK_OFFLINE_CODE, convertOfflineCode, in WlanOffLineProcess()
|
H A D | lnn_net_builder.c | 803 !JSON_GetStringFromOject(json, JSON_KEY_MASTER_UDID, para->masterUdid, UDID_BUF_LEN)) { in OnReceiveMasterElectMsg()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 195 if (JSON_GetStringFromOject(json, key, target, targetLen)) { in OptString() 1032 if (!JSON_GetStringFromOject(obj, CMD_TAG, cmd, CMD_TAG_LEN)) { in IsCmdMatchByDeviceId() 1068 if (!JSON_GetStringFromOject(obj, DATA_TAG, info->uuid, UUID_BUF_LEN)) { in UnpackDeviceIdJson() 1328 !JSON_GetStringFromOject(json, IRK, peerIrk, LFINDER_IRK_STR_LEN) || in UnpackCipherRpaInfo() 1329 !JSON_GetStringFromOject(json, PUB_MAC, pubMac, LFINDER_MAC_ADDR_STR_LEN)) { in UnpackCipherRpaInfo() 1492 if (!JSON_GetStringFromOject(json, STATIC_CAP, staticCap, STATIC_CAP_STR_LEN)) { in UnpackWifiDirectInfo() 1502 if (!JSON_GetStringFromOject(json, PTK, encodePtk, PTK_ENCODE_LEN)) { in UnpackWifiDirectInfo() 1527 if (JSON_GetStringFromOject(json, DEVICE_TYPE, deviceType, DEVICE_TYPE_BUF_LEN)) { in ParseCommonJsonInfo() 1532 (void)JSON_GetStringFromOject(json, DEVICE_UUID, info->uuid, UDID_BUF_LEN); in ParseCommonJsonInfo() 1831 !JSON_GetStringFromOject(json, DEVICE_TYPE, deviceType, DEVICE_TYPE_BUF_LEN) || in UnpackDeviceInfoBtV1() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_json.h | 62 bool JSON_GetStringFromOject(const JsonObj *obj, const char *key, char *value, uint32_t size);
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/json/nlohmann/ |
H A D | softbus_adapter_json.cpp | 248 bool JSON_GetStringFromOject(const JsonObj *obj, const char *key, char *value, uint32_t size) in JSON_GetStringFromOject() function
|