Home
last modified time | relevance | path

Searched refs:EnableBle (Results 1 - 25 of 35) sorted by relevance

12

/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp64 bool BleTest::EnableBle() in EnableBle() function in OHOS::Bluetooth::BleTest
69 int32_t ret = host_->EnableBle(); in EnableBle()
193 EXPECT_TRUE(EnableBle()); in HWTEST_F()
248 EXPECT_TRUE(EnableBle()); in HWTEST_F()
H A Dble_test.h102 bool EnableBle();
/foundation/communication/bluetooth/frameworks/cj/access/src/
H A Dbluetooth_access_impl.cpp30 *errCode = host->EnableBle(); in EnableBluetooth()
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.cpp52 std::thread(EnableBle).detach();
93 ON_CALL(*this, EnableBle).WillByDefault(BluetoothMock::ActionEnableBle); in BluetoothMock()
371 bool EnableBle() in EnableBle() function
373 return BluetoothMock::GetMock()->EnableBle(); in EnableBle()
H A Dbluetooth_mock.h34 virtual bool EnableBle() = 0;
78 MOCK_METHOD(bool, EnableBle, (), (override));
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp59 bool EnableBle(void) in EnableBle() function
61 return MockBluetooth::GetMocker()->EnableBle(); in EnableBle()
H A Dbluetooth_mock.h32 virtual bool EnableBle() = 0;
85 MOCK_METHOD(bool, EnableBle, (), (override));
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gap.h91 bool EnableBle(void);
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_snk_test.cpp72 host_->EnableBle(); in SetUp()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp274 bool EnableBle(void) in EnableBle() function
286 int32_t ret = g_BluetoothHost->EnableBle(); in EnableBle()
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp78 bool EnableBle(void) in EnableBle() function
80 return MockBluetooth::GetMocker()->EnableBle(); in EnableBle()
H A Dbluetooth_mock.h32 virtual bool EnableBle() = 0;
98 MOCK_METHOD(bool, EnableBle, (), (override));
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h389 int EnableBle();
/foundation/communication/bluetooth_service/test/unittest/pbap/
H A Dpbap_server_test.cpp65 host_->EnableBle(); in SetUp()
H A Dpbap_client_test.cpp67 host_->EnableBle(); in SetUp()
/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mse_test.cpp63 host_->EnableBle(); in SetUp()
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access.cpp68 int32_t ret = host->EnableBle(); in EnableBluetooth()
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp64 host_->EnableBle(); in SetUp()
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp77 host_->EnableBle(); in SetUp()
H A Dhfp_ag_test.cpp73 host_->EnableBle(); in SetUp()
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp83 host_->EnableBle(); in SetUp()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common.c227 if (EnableBle()) { in SoftBusEnableBt()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h70 virtual int32_t EnableBle() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h65 int32_t EnableBle() override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h45 int32_t EnableBle() override;

Completed in 13 milliseconds

12