Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c788 LnnSetAuthTypeValue(&info->AuthTypeValue, ONLINE_METANODE); in LnnAddMetaInfo()
821 LnnClearAuthTypeValue(&info->AuthTypeValue, ONLINE_METANODE); in LnnDeleteMetaInfo()
1080 info->AuthTypeValue = oldInfo->AuthTypeValue; in GetNodeInfoDiscovery()
1178 LnnSetAuthTypeValue(&info->AuthTypeValue, ONLINE_HICHAIN); in LnnAddOnlineNode()
1338 LnnClearAuthTypeValue(&info->AuthTypeValue, ONLINE_HICHAIN); in LnnSetNodeOffline()
H A Dlnn_distributed_net_ledger_manager.c132 *((uint32_t *)buf) = info->AuthTypeValue; in DlGetAuthType()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h159 uint32_t AuthTypeValue; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c910 isMetaAuth = (info.AuthTypeValue & (1 << ONLINE_METANODE)) != 0; in UpdateLeaveToLedger()