Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_feature_capability.h42 BIT_SUPPORT_THREE_STATE, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c402 if ((localFeatureCap & (1 << BIT_SUPPORT_THREE_STATE)) == 0) { in IsLocalSupportThreeState()
582 …if ((nodeInfo.feature & (1 << BIT_SUPPORT_THREE_STATE)) == 0 && SoftBusGetBrState() == BR_DISABLE)… in HbIsValidJoinLnnRequest()
H A Dlnn_heartbeat_ctrl.c316 …if ((nodeInfo.feature & (1 << BIT_SUPPORT_THREE_STATE)) == 0 && SoftBusGetBrState() == BR_DISABLE)… in HbHandleLeaveLnn()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c1287 (info->nodeInfo.feature & 1 << BIT_SUPPORT_THREE_STATE) == 0) { in HandleCloseAckMessage()