Home
last modified time | relevance | path

Searched refs:DisableBt (Results 1 - 23 of 23) sorted by relevance

/foundation/communication/bluetooth/frameworks/cj/access/src/
H A Dbluetooth_access_impl.cpp37 *errCode = host->DisableBt(); in DisableBluetooth()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gap.h115 bool DisableBt(void);
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_snk_test.cpp78 host_->DisableBt(); in TearDown()
H A Da2dp_src_test.cpp79 host_->DisableBt(); in TearDown()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp337 bool DisableBt(void) in DisableBt() function
352 int ret = g_BluetoothHost->DisableBt(); in DisableBt()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h347 int DisableBt();
/foundation/communication/bluetooth_service/test/unittest/pbap/
H A Dpbap_server_test.cpp71 host_->DisableBt(); in TearDown()
H A Dpbap_client_test.cpp73 host_->DisableBt(); in TearDown()
/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mse_test.cpp69 host_->DisableBt(); in TearDown()
H A Dmap_mce_test.cpp85 host_->DisableBt(); in TearDown()
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access.cpp86 int ret = host->DisableBt(); in DisableBluetooth()
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp70 host_->DisableBt(); in TearDown()
H A Davrcp_ct_test.cpp69 host_->DisableBt(); in TearDown()
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp83 host_->DisableBt(); in TearDown()
H A Dhfp_ag_test.cpp79 host_->DisableBt(); in TearDown()
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp89 host_->DisableBt(); in TearDown()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h62 virtual int32_t DisableBt() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h48 int32_t DisableBt() override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h37 int32_t DisableBt() override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp443 return proxy->DisableBt();
615 int BluetoothHost::DisableBt() in DisableBt() function in OHOS::Bluetooth::BluetoothHost
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp85 int32_t BluetoothHostProxy::DisableBt() in DisableBt() function in OHOS::Bluetooth::BluetoothHostProxy
87 HILOGI("BluetoothHostProxy::DisableBt starts"); in DisableBt()
90 HILOGE("BluetoothHostProxy::DisableBt WriteInterfaceToken error"); in DisableBt()
98 HILOGE("BluetoothHostProxy::DisableBt done fail, error: %{public}d", error); in DisableBt()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp313 int32_t result = DisableBt(); in DisableBtInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp794 int32_t BluetoothHostServer::DisableBt() in DisableBt() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 21 milliseconds