Home
last modified time | relevance | path

Searched refs:authSeqNum (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dledger_lane_hub_test.cpp125 g_nodeInfo[BR_NUM].authSeqNum = NODE1_AUTH_SEQ_NUM; in ConstructBRNode()
145 g_nodeInfo[WLAN2P4G_NUM].authSeqNum = NODE1_AUTH_SEQ_NUM; in ConstructWlan2P4GNode()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h189 int64_t authSeqNum; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp665 int64_t authSeqNum = 0; variable
666 int32_t ret = AddCnnCode(&cnnCode, nullptr, type, authSeqNum);
668 ret = AddCnnCode(&cnnCode, uuid, type, authSeqNum);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c573 static int32_t AddCnnCode(Map *cnnCode, const char *uuid, DiscoveryType type, int64_t authSeqNum) in AddCnnCode() argument
575 short seq = (short)authSeqNum; in AddCnnCode()
1165 …e(&g_distributedNetLedger.cnnCode.connectionCode, info->uuid, DISCOVERY_TYPE_BR, info->authSeqNum); in LnnAddOnlineNode()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c1150 nodeInfo->authSeqNum = connInfo->authHandle.authId; in LnnFillConnInfo()