Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dnet_ledger_test.cpp88 ret = LnnSetAuthTypeValue(authTypeValue, ONLINE_HICHAIN);
94 ret = LnnSetAuthTypeValue(authTypeValue, AUTH_TYPE_BUTT);
99 ret = LnnSetAuthTypeValue(authTypeValue, ONLINE_METANODE);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H A Dlnn_distributed_net_ledger.h54 int32_t LnnSetAuthTypeValue(uint32_t *authTypeValue, AuthType type);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c93 int32_t LnnSetAuthTypeValue(uint32_t *authTypeValue, AuthType type) in LnnSetAuthTypeValue() function
788 LnnSetAuthTypeValue(&info->AuthTypeValue, ONLINE_METANODE); in LnnAddMetaInfo()
1178 LnnSetAuthTypeValue(&info->AuthTypeValue, ONLINE_HICHAIN); in LnnAddOnlineNode()