Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_meta_node_ledger.c32 } MetaNodeStorageInfo; typedef
49 MetaNodeStorageInfo *item = NULL; in FindMetaNodeStorageInfo()
50 MetaNodeStorageInfo *next = NULL; in FindMetaNodeStorageInfo()
68 MetaNodeStorageInfo *storageInfo = SoftBusCalloc(sizeof(MetaNodeStorageInfo)); in CreateMetaNodeStorageInfo()
86 MetaNodeStorageInfo *storageInfo = NULL; in LnnActiveMetaNode()
136 MetaNodeStorageInfo *storageInfo = NULL; in LnnDeactiveMetaNode()
166 MetaNodeStorageInfo *item = NULL; in LnnGetAllMetaNodeInfo()
195 MetaNodeStorageInfo *item = NULL; in LnnGetMetaNodeUdidByNetworkId()
226 MetaNodeStorageInfo *item = NULL; in LnnGetMetaNodeInfoByNetworkId()
273 MetaNodeStorageInfo *item = NULL; in LnnDeinitMetaNodeLedger()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_meta_node_ledger_test.cpp33 } MetaNodeStorageInfo; typedef