/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_peripheral_observer.h | 30 virtual void OnPairStatusChanged(const int32_t transport, const BluetoothRawAddress &device,
|
H A D | i_bluetooth_remote_device_observer.h | 32 virtual void OnPairStatusChanged(const int32_t transport, const BluetoothRawAddress &device,
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_ble_peripheral_observer_proxy.h | 30 void OnPairStatusChanged(const int32_t transport, const BluetoothRawAddress &device,
|
H A D | bluetooth_remote_device_observer_proxy.h | 32 void OnPairStatusChanged(const int32_t transport, const BluetoothRawAddress &device,
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_remote_device_observer.h | 30 void OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) override;
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_remote_device_observer.h | 32 void OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) override;
|
H A D | napi_bluetooth_remote_device_observer.cpp | 37 void NapiBluetoothRemoteDeviceObserver::OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) in OnPairStatusChanged() function in OHOS::Bluetooth::NapiBluetoothRemoteDeviceObserver
|
/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 48 void OnPairStatusChanged(std::shared_ptr<BtConnectionInfo> info);
84 void OnPairStatusChanged(const Bluetooth::BluetoothRemoteDevice &device, int status, int cause) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_peripheral_observer_proxy.cpp | 63 void BluetoothBlePeripheralObserverProxy::OnPairStatusChanged( in OnPairStatusChanged() function in OHOS::Bluetooth::BluetoothBlePeripheralObserverProxy 88 HILOGE("[OnPairStatusChanged] fail: write cause failed"); in OnPairStatusChanged()
|
H A D | bluetooth_remote_device_observer_proxy.cpp | 28 void BluetoothRemoteDeviceObserverproxy::OnPairStatusChanged( in OnPairStatusChanged() function in OHOS::Bluetooth::BluetoothRemoteDeviceObserverproxy 33 HILOGE("[OnPairStatusChanged] fail: write interface token failed."); in OnPairStatusChanged() 37 HILOGE("[OnPairStatusChanged] fail: write transport failed."); in OnPairStatusChanged() 41 HILOGE("[OnPairStatusChanged] fail: write device failed"); in OnPairStatusChanged() 45 HILOGE("[OnPairStatusChanged] fail: write status failed."); in OnPairStatusChanged() 49 HILOGE("[OnPairStatusChanged] fail: write cause failed."); in OnPairStatusChanged() 59 HILOGE("BluetoothRemoteDeviceObserverproxy::OnPairStatusChanged done fail, error: %{public}d", error); in OnPairStatusChanged()
|
/foundation/communication/nfc/test/unittest/services/services_tags_test/ |
H A D | bt_connection_manager_test.cpp | 198 * @tc.desc: Test BtConnectionManagerTest OnPairStatusChanged.
213 BtConnectionManager::GetInstance().OnPairStatusChanged(info);
in HWTEST_F() 219 * @tc.desc: Test BtConnectionManagerTest OnPairStatusChanged.
236 BtConnectionManager::GetInstance().OnPairStatusChanged(info);
in HWTEST_F() 242 * @tc.desc: Test BtConnectionManagerTest OnPairStatusChanged.
259 BtConnectionManager::GetInstance().OnPairStatusChanged(info);
in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_classic.h | 140 virtual void OnPairStatusChanged(const BTTransport transport, const RawAddress &device, int status) = 0;
|
H A D | interface_adapter_ble.h | 229 virtual void OnPairStatusChanged(const BTTransport transport, const RawAddress &device, int status) = 0;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_peripheral_observer_stub.cpp | 87 stub->OnPairStatusChanged(transport, *device, status, cause); in OnPairStatusChangedInner()
|
H A D | bluetooth_remote_device_observer_stub.cpp | 101 stub->OnPairStatusChanged(transport, *result, status, cause); in OnPairStatusChangedInner()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 175 virtual void OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) = 0;
|
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_callback.cpp | 103 void CjBluetoothRemoteDeviceObserver::OnPairStatusChanged(const BluetoothRemoteDevice &device, in OnPairStatusChanged() function in OHOS::CJSystemapi::CJBluetoothConnection::CjBluetoothRemoteDeviceObserver
|
/foundation/communication/bluetooth/frameworks/cj/connection/include/ |
H A D | bluetooth_connection_impl.h | 88 void OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) override;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 245 void OnPairStatusChanged(const int32_t transport, const BluetoothRawAddress &device, 253 observer->OnPairStatusChanged(remoteDevice, status, cause); 353 void OnPairStatusChanged(const int32_t transport, const BluetoothRawAddress &device, int status, int cause) override 360 observer->OnPairStatusChanged(remoteDevice, status, cause);
|
/foundation/communication/nfc/services/src/tag/ |
H A D | bt_connection_manager.cpp | 758 void BtConnectionManager::OnPairStatusChanged(std::shared_ptr<BtConnectionInfo> info)
in OnPairStatusChanged() function in OHOS::NFC::TAG::BtConnectionManager 761 ErrorLog("OnPairStatusChanged: info is null");
in OnPairStatusChanged() 765 ErrorLog("OnPairStatusChanged: g_btData error");
in OnPairStatusChanged() 769 ErrorLog("OnPairStatusChanged not same device");
in OnPairStatusChanged() 783 void BtConnectionManager::BtRemoteDevObserver::OnPairStatusChanged(const Bluetooth::BluetoothRemoteDevice &device,
in OnPairStatusChanged() function in OHOS::NFC::TAG::BtConnectionManager::BtRemoteDevObserver 787 InfoLog("OnPairStatusChanged status: %{public}d", status);
in OnPairStatusChanged()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 192 void OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) override
|
/foundation/communication/nfc/test/fuzztest/services_test/btconnectionmanager_test/btconnectionmanager/btconnectionmanager_fuzzer/ |
H A D | btconnectionmanager_fuzzer.cpp | 127 BtConnectionManager::GetInstance().OnPairStatusChanged(info); in FuzzOnPairStatusChanged()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.cpp | 722 observer.OnPairStatusChanged(ADAPTER_BLE, device, BLE_PAIR_NONE); in RemovePairWithDisConnect() 1390 observer.OnPairStatusChanged(ADAPTER_BLE, device, BLE_PAIR_PAIRED); in LePairComplete() 1400 observer.OnPairStatusChanged(ADAPTER_BLE, device, BLE_PAIR_NONE); in LePairComplete() 1424 observer.OnPairStatusChanged(ADAPTER_BLE, device, BLE_PAIR_PAIRING); in LePairingStatus()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 343 void OnPairStatusChanged(const BTTransport transport, const RawAddress &device, const int32_t status) override 356 observer->OnPairStatusChanged(transport, device, status, PAIR_COMMON_BOND_CAUSE); 523 void OnPairStatusChanged(const BTTransport transport, const RawAddress &device, int32_t status) override 532 observer->OnPairStatusChanged(transport, device, status, PAIR_COMMON_BOND_CAUSE);
|
/foundation/communication/nfc/services/src/ |
H A D | nfc_event_handler.cpp | 468 TAG::BtConnectionManager::GetInstance().OnPairStatusChanged(
in ProcessEvent()
|