Home
last modified time | relevance | path

Searched refs:RemovePair (Results 1 - 20 of 20) sorted by relevance

/foundation/communication/bluetooth_service/test/fuzztest/host/cancelpaireddevice_fuzzer/
H A Dcancelpaireddevice_fuzzer.cpp42 result = host->RemovePair(device); in DoSomethingInterestingWithMyAPI()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter.h190 virtual bool RemovePair(const RawAddress &device) = 0;
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_window_manager.cpp171 void AccessibilityWindowManager::SceneBoardElementIdMap::RemovePair(const int32_t windowId) in RemovePair() function in OHOS::Accessibility::AccessibilityWindowManager::SceneBoardElementIdMap
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_window_manager.cpp171 void AccessibilityWindowManager::SceneBoardElementIdMap::RemovePair(const int32_t windowId) in RemovePair() function in OHOS::Accessibility::AccessibilityWindowManager::SceneBoardElementIdMap
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_window_manager.h84 void RemovePair(const int32_t windowId);
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h649 int32_t RemovePair(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h110 bool RemovePair(const RawAddress &device) override;
H A Dble_adapter.cpp689 LOG_ERROR("[BleAdapter] %{public}s:RemovePair failed, because of not find the paired device!", __func__); in RemovePairWithDisConnect()
728 bool BleAdapter::RemovePair(const RawAddress &device) in RemovePair() function in OHOS::bluetooth::BleAdapter
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h90 virtual int32_t RemovePair(const int32_t transport, const sptr<BluetoothRawAddress> &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h86 int32_t RemovePair(const int32_t transport, const sptr<BluetoothRawAddress> &device) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h65 int32_t RemovePair(const int32_t transport, const sptr<BluetoothRawAddress> &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.h168 bool RemovePair(const RawAddress &device) override;
H A Dclassic_adapter.cpp1863 bool ClassicAdapter::RemovePair(const RawAddress &device) in RemovePair() function in OHOS::bluetooth::ClassicAdapter
1870 HILOGW("RemovePair failed, because of not find the paired device!"); in RemovePair()
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp358 EXPECT_NE(host_->RemovePair(device_), NO_ERROR); in HWTEST_F()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_window_manager.cpp660 sceneBoardElementIdMap_.RemovePair(realWidId); in WindowUpdateRemoved()
985 void AccessibilityWindowManager::SceneBoardElementIdMap::RemovePair(const int32_t windowId) in RemovePair() function in OHOS::Accessibility::AccessibilityWindowManager::SceneBoardElementIdMap
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp1069 int32_t BluetoothHost::RemovePair(const BluetoothRemoteDevice &device) in RemovePair() function in OHOS::Bluetooth::BluetoothHost
1078 return proxy->RemovePair(device.GetTransportType(), rawAddrSptr); in RemovePair()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp209 int32_t ret = host->RemovePair(remoteDevice); in CancelPairedDevice()
485 int32_t err = host->RemovePair(remoteDevice); in CancelPairedDeviceAsync()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1222 int32_t BluetoothHostServer::RemovePair(int32_t transport, const sptr<BluetoothRawAddress> &device) in RemovePair() function in OHOS::Bluetooth::BluetoothHostServer
1241 if (classicService->RemovePair(*device)) { in RemovePair()
1245 if (bleService->RemovePair(*device)) { in RemovePair()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp671 int32_t BluetoothHostProxy::RemovePair(const int32_t transport, const sptr<BluetoothRawAddress> &device) in RemovePair() function in OHOS::Bluetooth::BluetoothHostProxy
675 HILOGE("BluetoothHostProxy::RemovePair WriteInterfaceToken error"); in RemovePair()
679 HILOGE("BluetoothHostProxy::RemovePair WriteInterfaceToken error"); in RemovePair()
683 HILOGE("BluetoothHostProxy::RemovePair WriteInterfaceToken error"); in RemovePair()
690 HILOGE("BluetoothHostProxy::RemovePair done fail, error: %{public}d", error); in RemovePair()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp919 int32_t result = RemovePair(transport, device); in RemovePairInner()

Completed in 41 milliseconds