Home
last modified time | relevance | path

Searched refs:ONLINE_METANODE (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dnet_ledger_test.cpp99 ret = LnnSetAuthTypeValue(authTypeValue, ONLINE_METANODE); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h98 ONLINE_METANODE, enumerator
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_wifi_direct.c216 return ((1 << ONLINE_METANODE) == value); in GetChannelAuthType()
H A Dlnn_lane_link_p2p.c320 return ((1 << ONLINE_METANODE) == value); in GetChannelAuthType()
566 return ((1 << ONLINE_METANODE) == value); in GetAuthType()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c790 LnnSetAuthTypeValue(&info->AuthTypeValue, ONLINE_METANODE); in LnnAddMetaInfo()
823 LnnClearAuthTypeValue(&info->AuthTypeValue, ONLINE_METANODE); in LnnDeleteMetaInfo()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c909 isMetaAuth = (info.AuthTypeValue & (1 << ONLINE_METANODE)) != 0; in UpdateLeaveToLedger()
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1541 return ((uint32_t)value == (1 << ONLINE_METANODE)) ? true : false; in TransGetAuthTypeByNetWorkId()

Completed in 15 milliseconds