Home
last modified time | relevance | path

Searched defs:cnnCode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H A Dlnn_distributed_net_ledger_common.h81 ConnectionCode cnnCode; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c156 static int32_t InitConnectionCode(ConnectionCode *cnnCode) in InitConnectionCode()
166 static void DeinitConnectionCode(ConnectionCode *cnnCode) in DeinitConnectionCode()
573 static int32_t AddCnnCode(Map *cnnCode, const char *uuid, DiscoveryType type, int64_t authSeqNum) in AddCnnCode()
590 static void RemoveCnnCode(Map *cnnCode, const char *uuid, DiscoveryType type) in RemoveCnnCode()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp662 Map cnnCode; variable