Home
last modified time | relevance | path

Searched refs:RemoveAllPairs (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter.h199 virtual bool RemoveAllPairs() = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h658 bool RemoveAllPairs();
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h111 bool RemoveAllPairs() override;
H A Dble_adapter.cpp735 bool BleAdapter::RemoveAllPairs() in RemoveAllPairs() function in OHOS::bluetooth::BleAdapter
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h91 virtual bool RemoveAllPairs() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h87 bool RemoveAllPairs() override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h66 bool RemoveAllPairs() override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.h327 bool RemoveAllPairs() override;
H A Dclassic_adapter.cpp1890 bool ClassicAdapter::RemoveAllPairs() in RemoveAllPairs() function in OHOS::bluetooth::ClassicAdapter
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp1081 bool BluetoothHost::RemoveAllPairs() in RemoveAllPairs() function in OHOS::Bluetooth::BluetoothHost
1087 return proxy->RemoveAllPairs(); in RemoveAllPairs()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1255 bool BluetoothHostServer::RemoveAllPairs() in RemoveAllPairs() function in OHOS::Bluetooth::BluetoothHostServer
1271 ret = classicService->RemoveAllPairs(); in RemoveAllPairs()
1273 HILOGE("BREDR RemoveAllPairs failed"); in RemoveAllPairs()
1279 ret &= bleService->RemoveAllPairs(); in RemoveAllPairs()
1281 HILOGE("BLE RemoveAllPairs failed"); in RemoveAllPairs()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp696 bool BluetoothHostProxy::RemoveAllPairs() in RemoveAllPairs() function in OHOS::Bluetooth::BluetoothHostProxy
700 HILOGE("BluetoothHostProxy::RemoveAllPairs WriteInterfaceToken error"); in RemoveAllPairs()
708 HILOGE("BluetoothHostProxy::RemoveAllPairs done fail, error: %{public}d", error); in RemoveAllPairs()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp951 bool result = RemoveAllPairs(); in RemoveAllPairsInner()

Completed in 21 milliseconds