Home
last modified time | relevance | path

Searched refs:EnableBt (Results 1 - 24 of 24) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.cpp44 void NapiBluetoothAccessObserver::EnableBt() in EnableBt() function in OHOS::Bluetooth::NapiBluetoothAccessObserver
48 int ret = host->EnableBt(); in EnableBt()
H A Dnapi_bluetooth_access_observer.h42 void EnableBt();
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_host_observer.h44 void EnableBt();
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gap.h107 bool EnableBt(void);
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_snk_test.cpp71 host_->EnableBt(); in SetUp()
H A Da2dp_src_test.cpp72 host_->EnableBt(); in SetUp()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp314 bool EnableBt(void) in EnableBt() function
329 int ret = g_BluetoothHost->EnableBt(); in EnableBt()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h338 int EnableBt();
/foundation/communication/bluetooth_service/test/unittest/pbap/
H A Dpbap_server_test.cpp64 host_->EnableBt(); in SetUp()
H A Dpbap_client_test.cpp66 host_->EnableBt(); in SetUp()
/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mse_test.cpp62 host_->EnableBt(); in SetUp()
H A Dmap_mce_test.cpp78 host_->EnableBt(); in SetUp()
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp63 host_->EnableBt(); in SetUp()
H A Davrcp_ct_test.cpp63 host_->EnableBt(); in SetUp()
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp76 host_->EnableBt(); in SetUp()
H A Dhfp_ag_test.cpp72 host_->EnableBt(); in SetUp()
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp82 host_->EnableBt(); in SetUp()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h61 virtual int32_t EnableBt() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h47 int32_t EnableBt() override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h36 int32_t EnableBt() override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp605 int BluetoothHost::EnableBt() in EnableBt() function in OHOS::Bluetooth::BluetoothHost
612 return proxy->EnableBt(); in EnableBt()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp66 int32_t BluetoothHostProxy::EnableBt() in EnableBt() function in OHOS::Bluetooth::BluetoothHostProxy
69 HILOGI("BluetoothHostProxy::EnableBt starts"); in EnableBt()
71 HILOGE("BluetoothHostProxy::EnableBt WriteInterfaceToken error"); in EnableBt()
79 HILOGE("BluetoothHostProxy::EnableBt done fail, error: %{public}d", error); in EnableBt()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp302 int32_t result = EnableBt(); in EnableBtInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp786 int32_t BluetoothHostServer::EnableBt() in EnableBt() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 20 milliseconds