Home
last modified time | relevance | path

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

12

/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.cpp54 void NapiBluetoothAccessObserver::DisableBle() in DisableBle() function in OHOS::Bluetooth::NapiBluetoothAccessObserver
58 int ret = host->DisableBle(); in DisableBle()
H A Dnapi_bluetooth_access_observer.h43 void DisableBle();
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp83 bool BleTest::DisableBle() in DisableBle() function in OHOS::Bluetooth::BleTest
88 int ret = host_->DisableBle(); in DisableBle()
222 EXPECT_TRUE(DisableBle()); in HWTEST_F()
274 EXPECT_TRUE(DisableBle()); in HWTEST_F()
H A Dble_test.h103 bool DisableBle();
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_host_observer.h45 void DisableBle();
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.cpp63 std::thread(DisableBle).detach();
76 DisableBle();
94 ON_CALL(*this, DisableBle).WillByDefault(BluetoothMock::ActionDisableBle); in BluetoothMock()
376 bool DisableBle() in DisableBle() function
378 return BluetoothMock::GetMock()->DisableBle(); in DisableBle()
H A Dbluetooth_mock.h35 virtual bool DisableBle() = 0;
79 MOCK_METHOD(bool, DisableBle, (), (override));
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp64 bool DisableBle(void) in DisableBle() function
66 return MockBluetooth::GetMocker()->DisableBle(); in DisableBle()
H A Dbluetooth_mock.h33 virtual bool DisableBle() = 0;
86 MOCK_METHOD(bool, DisableBle, (), (override));
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gap.h99 bool DisableBle(void);
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_snk_test.cpp79 host_->DisableBle(); in TearDown()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp294 bool DisableBle(void) in DisableBle() function
306 int ret = g_BluetoothHost->DisableBle(); in DisableBle()
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp83 bool DisableBle(void) in DisableBle() function
85 return MockBluetooth::GetMocker()->DisableBle(); in DisableBle()
H A Dbluetooth_mock.h33 virtual bool DisableBle() = 0;
99 MOCK_METHOD(bool, DisableBle, (), (override));
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h380 int DisableBle();
/foundation/communication/bluetooth_service/test/unittest/pbap/
H A Dpbap_server_test.cpp72 host_->DisableBle(); in TearDown()
H A Dpbap_client_test.cpp74 host_->DisableBle(); in TearDown()
/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mse_test.cpp70 host_->DisableBle(); in TearDown()
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp71 host_->DisableBle(); in TearDown()
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp84 host_->DisableBle(); in TearDown()
H A Dhfp_ag_test.cpp80 host_->DisableBle(); in TearDown()
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp90 host_->DisableBle(); in TearDown()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common.c235 if (DisableBle()) { in SoftBusDisableBt()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h69 virtual int32_t DisableBle() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h64 int32_t DisableBle() override;

Completed in 17 milliseconds

12