Home
last modified time | relevance | path

Searched refs:SetBtScanMode (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/bluetooth_service/test/fuzztest/host/setbluetoothscanmode_fuzzer/
H A Dsetbluetoothscanmode_fuzzer.cpp33 host->SetBtScanMode(scanMode, 0); in DoSomethingInterestingWithMyAPI()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h259 virtual bool SetBtScanMode(int mode, int duration) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gap.h157 bool SetBtScanMode(int mode, int duration);
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp428 bool SetBtScanMode(int mode, int duration) in SetBtScanMode() function
435 int ret = g_BluetoothHost->SetBtScanMode(mode, duration); in SetBtScanMode()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h576 int SetBtScanMode(int mode, int duration);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h82 virtual int32_t SetBtScanMode(int32_t mode, int32_t duration) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h78 int32_t SetBtScanMode(int32_t mode, int32_t duration) override;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_impl.cpp187 *errCode = host->SetBtScanMode(mode, duration); in SetBluetoothScanMode()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h57 int32_t SetBtScanMode(int32_t mode, int32_t duration) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.h348 bool SetBtScanMode(int mode, int duration) override;
H A Dclassic_adapter.cpp379 bool ClassicAdapter::SetBtScanMode(int mode, int duration) in SetBtScanMode() function in OHOS::bluetooth::ClassicAdapter
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp291 int result = host_->SetBtScanMode(scanModeInvalid, 0); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp978 int BluetoothHost::SetBtScanMode(int mode, int duration) in SetBtScanMode() function in OHOS::Bluetooth::BluetoothHost
986 return proxy->SetBtScanMode(mode, duration); in SetBtScanMode()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.cpp849 classicAdapter->SetBtScanMode(SCAN_MODE_CONNECTABLE_GENERAL_DISCOVERABLE, 0); in RestoreTurnOnState()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1051 int32_t BluetoothHostServer::SetBtScanMode(int32_t mode, int32_t duration) in SetBtScanMode() function in OHOS::Bluetooth::BluetoothHostServer
1060 if (classicService->SetBtScanMode(mode, duration)) { in SetBtScanMode()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp370 int32_t ret = host->SetBtScanMode(mode, duration); in SetBluetoothScanMode()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp491 int32_t BluetoothHostProxy::SetBtScanMode(int32_t mode, int32_t duration) in SetBtScanMode() function in OHOS::Bluetooth::BluetoothHostProxy
495 HILOGE("BluetoothHostProxy::SetBtScanMode WriteInterfaceToken error"); in SetBtScanMode()
499 HILOGE("BluetoothHostProxy::SetBtScanMode WriteInterfaceToken error"); in SetBtScanMode()
503 HILOGE("BluetoothHostProxy::SetBtScanMode WriteInterfaceToken error"); in SetBtScanMode()
510 HILOGE("BluetoothHostProxy::SetBtScanMode done fail, error: %{public}d", error); in SetBtScanMode()
1528 HILOGE("BluetoothHostProxy::SetBtScanMode WriteInterfaceToken error"); in SetFastScan()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp604 int32_t result = SetBtScanMode(mode, duration); in SetBtScanModeInner()

Completed in 23 milliseconds