Home
last modified time | relevance | path

Searched refs:OnPairStatusChanged (Results 1 - 25 of 26) sorted by relevance

12

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_peripheral_observer.h30 virtual void OnPairStatusChanged(const int32_t transport, const BluetoothRawAddress &device,
H A Di_bluetooth_remote_device_observer.h32 virtual void OnPairStatusChanged(const int32_t transport, const BluetoothRawAddress &device,
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_ble_peripheral_observer_proxy.h30 void OnPairStatusChanged(const int32_t transport, const BluetoothRawAddress &device,
H A Dbluetooth_remote_device_observer_proxy.h32 void OnPairStatusChanged(const int32_t transport, const BluetoothRawAddress &device,
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_remote_device_observer.h30 void OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_remote_device_observer.h32 void OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) override;
H A Dnapi_bluetooth_remote_device_observer.cpp37 void NapiBluetoothRemoteDeviceObserver::OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) in OnPairStatusChanged() function in OHOS::Bluetooth::NapiBluetoothRemoteDeviceObserver
/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h48 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 Dbluetooth_ble_peripheral_observer_proxy.cpp63 void BluetoothBlePeripheralObserverProxy::OnPairStatusChanged( in OnPairStatusChanged() function in OHOS::Bluetooth::BluetoothBlePeripheralObserverProxy
88 HILOGE("[OnPairStatusChanged] fail: write cause failed"); in OnPairStatusChanged()
H A Dbluetooth_remote_device_observer_proxy.cpp28 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 Dbt_connection_manager_test.cpp198 * @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 Dinterface_adapter_classic.h140 virtual void OnPairStatusChanged(const BTTransport transport, const RawAddress &device, int status) = 0;
H A Dinterface_adapter_ble.h229 virtual void OnPairStatusChanged(const BTTransport transport, const RawAddress &device, int status) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_peripheral_observer_stub.cpp87 stub->OnPairStatusChanged(transport, *device, status, cause); in OnPairStatusChangedInner()
H A Dbluetooth_remote_device_observer_stub.cpp101 stub->OnPairStatusChanged(transport, *result, status, cause); in OnPairStatusChangedInner()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h175 virtual void OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) = 0;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_callback.cpp103 void CjBluetoothRemoteDeviceObserver::OnPairStatusChanged(const BluetoothRemoteDevice &device, in OnPairStatusChanged() function in OHOS::CJSystemapi::CJBluetoothConnection::CjBluetoothRemoteDeviceObserver
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_impl.h88 void OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp245 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 Dbt_connection_manager.cpp758 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 Dohos_bt_gap.cpp192 void OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) override
/foundation/communication/nfc/test/fuzztest/services_test/btconnectionmanager_test/btconnectionmanager/btconnectionmanager_fuzzer/
H A Dbtconnectionmanager_fuzzer.cpp127 BtConnectionManager::GetInstance().OnPairStatusChanged(info); in FuzzOnPairStatusChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp722 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 Dbluetooth_host_server.cpp343 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 Dnfc_event_handler.cpp468 TAG::BtConnectionManager::GetInstance().OnPairStatusChanged( in ProcessEvent()

Completed in 22 milliseconds

12