Home
last modified time | relevance | path

Searched refs:BR_DISABLE (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common_virtual.c43 return BR_DISABLE; in SoftBusGetBrState()
H A Dsoftbus_adapter_bt_common.c256 return BR_DISABLE; in SoftBusGetBrState()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_bt_common.h44 BR_DISABLE = 0, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bt_state/
H A Ddisc_bt_state_mock_test.cpp149 EXPECT_EQ(SoftBusGetBrState(), BR_DISABLE);
167 EXPECT_EQ(SoftBusGetBrState(), BR_DISABLE);
174 EXPECT_EQ(SoftBusGetBrState(), BR_DISABLE);
192 EXPECT_EQ(SoftBusGetBrState(), BR_DISABLE);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_ctrl_static_test.cpp120 EXPECT_CALL(bleMock, SoftBusGetBrState()).WillRepeatedly(Return(BR_DISABLE));
131 EXPECT_CALL(bleMock, SoftBusGetBrState()).WillRepeatedly(Return(BR_DISABLE));
H A Dhb_medium_mgr_test.cpp1001 EXPECT_CALL(bleMock, SoftBusGetBrState).WillOnce(Return(BR_DISABLE));
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_fsm_test.cpp289 EXPECT_CALL(bleMock, SoftBusGetBrState()).WillRepeatedly(Return(BR_DISABLE));
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H A Dble_mock.cpp415 return brState ? BR_ENABLE : BR_DISABLE; in ActionOfGetBrState()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c316 …f ((nodeInfo.feature & (1 << BIT_SUPPORT_THREE_STATE)) == 0 && SoftBusGetBrState() == BR_DISABLE) { in HbHandleLeaveLnn()
H A Dlnn_heartbeat_medium_mgr.c582 …f ((nodeInfo.feature & (1 << BIT_SUPPORT_THREE_STATE)) == 0 && SoftBusGetBrState() == BR_DISABLE) { in HbIsValidJoinLnnRequest()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c925 } else if (brState == BR_DISABLE) { in UpdateLocalNetCapability()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c1286 if ((info->connInfo.type == AUTH_LINK_TYPE_BLE) && (SoftBusGetBrState() == BR_DISABLE) && in HandleCloseAckMessage()