/foundation/communication/bluetooth_service/test/fuzztest/host/cancelpaireddevice_fuzzer/ |
H A D | cancelpaireddevice_fuzzer.cpp | 42 result = host->RemovePair(device); in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter.h | 190 virtual bool RemovePair(const RawAddress &device) = 0;
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_window_manager.cpp | 171 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 D | mock_mt_accessibility_window_manager.cpp | 171 void AccessibilityWindowManager::SceneBoardElementIdMap::RemovePair(const int32_t windowId) in RemovePair() function in OHOS::Accessibility::AccessibilityWindowManager::SceneBoardElementIdMap
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_window_manager.h | 84 void RemovePair(const int32_t windowId);
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 649 int32_t RemovePair(const BluetoothRemoteDevice &device);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.h | 110 bool RemovePair(const RawAddress &device) override;
|
H A D | ble_adapter.cpp | 689 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 D | i_bluetooth_host.h | 90 virtual int32_t RemovePair(const int32_t transport, const sptr<BluetoothRawAddress> &device) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 86 int32_t RemovePair(const int32_t transport, const sptr<BluetoothRawAddress> &device) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 65 int32_t RemovePair(const int32_t transport, const sptr<BluetoothRawAddress> &device) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.h | 168 bool RemovePair(const RawAddress &device) override;
|
H A D | classic_adapter.cpp | 1863 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 D | host_test.cpp | 358 EXPECT_NE(host_->RemovePair(device_), NO_ERROR); in HWTEST_F()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_window_manager.cpp | 660 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 D | bluetooth_host.cpp | 1069 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 D | napi_bluetooth_connection.cpp | 209 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 D | bluetooth_host_server.cpp | 1222 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 D | bluetooth_host_proxy.cpp | 671 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 D | bluetooth_host_stub.cpp | 919 int32_t result = RemovePair(transport, device); in RemovePairInner()
|