Searched refs:authSeqNum (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/ |
H A D | ledger_lane_hub_test.cpp | 125 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 D | lnn_node_info.h | 189 int64_t authSeqNum; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_disctributed_net_ledger_test.cpp | 665 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 D | lnn_distributed_net_ledger.c | 573 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 D | lnn_connection_fsm.c | 1150 nodeInfo->authSeqNum = connInfo->authHandle.authId; in LnnFillConnInfo()
|