Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
Dlnn_distributed_net_ledger_common.h83 ConnectionCode cnnCode; member
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
Dlnn_distributed_net_ledger.c163 static int32_t InitConnectionCode(ConnectionCode *cnnCode) in InitConnectionCode()
173 static void DeinitConnectionCode(ConnectionCode *cnnCode) in DeinitConnectionCode()
598 static int32_t AddCnnCode(Map *cnnCode, const char *uuid, DiscoveryType type, int64_t authSeqNum) in AddCnnCode()
615 static void RemoveCnnCode(Map *cnnCode, const char *uuid, DiscoveryType type) in RemoveCnnCode()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
Dlnn_disctributed_net_ledger_test.cpp792 Map cnnCode; variable