Home
last modified time | relevance | path

Searched refs:STATIC_CAP_STR_LEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h37 #define STATIC_CAP_STR_LEN 201 macro
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1225 char staticCap[STATIC_CAP_STR_LEN] = {0}; in PackWifiDirectInfo()
1226 if (ConvertBytesToHexString((char *)staticCap, STATIC_CAP_STR_LEN, in PackWifiDirectInfo()
1487 char staticCap[STATIC_CAP_STR_LEN] = {0}; in UnpackWifiDirectInfo()
1492 if (!JSON_GetStringFromOject(json, STATIC_CAP, staticCap, STATIC_CAP_STR_LEN)) { in UnpackWifiDirectInfo()