Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_meta_node_ledger.c34 static SoftBusList *g_metaNodeList = NULL; variable
113 g_metaNodeList->cnt++; in LnnActiveMetaNode()
150 g_metaNodeList->cnt--; in LnnDeactiveMetaNode()
177 if (*infoNum < (int32_t)g_metaNodeList->cnt) { in LnnGetAllMetaNodeInfo()
256 if (g_metaNodeList == NULL) { in LnnInitMetaNodeLedger()
257 g_metaNodeList = CreateSoftBusList(); in LnnInitMetaNodeLedger()
259 if (g_metaNodeList == NULL) { in LnnInitMetaNodeLedger()
269 if (g_metaNodeList == NULL) { in LnnDeinitMetaNodeLedger()
281 g_metaNodeList->cnt--; in LnnDeinitMetaNodeLedger()
285 DestroySoftBusList(g_metaNodeList); in LnnDeinitMetaNodeLedger()
[all …]