Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dnet_ledger_test.cpp225 info.metaInfo.metaDiscType = AUTH_LINK_TYPE_WIFI;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c786 info->metaInfo.metaDiscType = info->metaInfo.metaDiscType | temp.metaDiscType; in LnnAddMetaInfo()
817 … info->metaInfo.metaDiscType = (uint32_t)info->metaInfo.metaDiscType & ~(1 << (uint32_t)discType); in LnnDeleteMetaInfo()
818 if (info->metaInfo.metaDiscType == 0) { in LnnDeleteMetaInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h100 uint32_t metaDiscType; member