Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h54 #define LFINDER_MAC_ADDR_STR_LEN 13 macro
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1274 char pubMac[LFINDER_MAC_ADDR_STR_LEN] = {0}; in PackCipherRpaInfo()
1291 if (ConvertBytesToHexString(pubMac, LFINDER_MAC_ADDR_STR_LEN, in PackCipherRpaInfo()
1323 char pubMac[LFINDER_MAC_ADDR_STR_LEN] = {0}; in UnpackCipherRpaInfo()
1329 !JSON_GetStringFromOject(json, PUB_MAC, pubMac, LFINDER_MAC_ADDR_STR_LEN)) { in UnpackCipherRpaInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync.c203 …if (strcmp(fieldName, DEVICE_INFO_DEVICE_PUB_MAC) == 0 && valueLength < LFINDER_MAC_ADDR_STR_LEN) { in DBConnectMacInfoSyncToCache()