Home
last modified time | relevance | path

Searched refs:OnPairConfirmed (Results 1 - 24 of 24) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host_observer.h36 virtual void OnPairConfirmed(
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_host_observer.h33 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.h35 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override {};
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection_observer.h36 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override;
H A Dnapi_bluetooth_connection_observer.cpp74 void NapiBluetoothConnectionObserver::OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) in OnPairConfirmed() function in OHOS::Bluetooth::NapiBluetoothConnectionObserver
76 HILOGD("OnPairConfirmed"); in OnPairConfirmed()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_host_observer_proxy.h37 void OnPairConfirmed(const int32_t transport, const BluetoothRawAddress &device, int reqType, int number) override;
/foundation/communication/bluetooth/frameworks/cj/access/include/
H A Dbluetooth_access_impl.h51 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override{};
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h53 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) in OnPairConfirmed() function in OHOS::Bluetooth::BleHostObserverTest
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h90 virtual void OnPairConfirmed(const BTTransport transport, const RawAddress &device, int reqType, int number) = 0;
H A Dinterface_adapter_ble.h162 virtual void OnPairConfirmed(
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_observer_stub.cpp139 stub->OnPairConfirmed(transport, *device, reqType, number); in OnPairConfirmedInner()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h116 virtual void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) = 0;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_callback.cpp69 void CjBluetoothConnectionObserver::OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) in OnPairConfirmed() function in OHOS::CJSystemapi::CJBluetoothConnection::CjBluetoothConnectionObserver
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_impl.h69 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp742 observer.OnPairConfirmed(BTTransport::ADAPTER_BLE, addr, pairMethod, 0); in GapLePairPassKeyReq()
757 observer.OnPairConfirmed(BTTransport::ADAPTER_BLE, addr, pairMethod, number); in GapLePairPassKeyNotification()
771 observer.OnPairConfirmed(BTTransport::ADAPTER_BLE, addr, pairMethod, 0); in GapLePairOobReq()
785 observer.OnPairConfirmed(BTTransport::ADAPTER_BLE, addr, pairMethod, 0); in GapLePairScOobReq()
800 observer.OnPairConfirmed(BTTransport::ADAPTER_BLE, addr, pairMethod, number); in GapLePairScUserConfirmReq()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp100 void OnPairConfirmed(const BTTransport transport, const RawAddress &device, const int reqType, const int number) in OnPairConfirmed() function in OHOS::bluetooth::GenericAccessService::AdapterBleObserverImpl
131 void OnPairConfirmed(const BTTransport transport, const RawAddress &device, int reqType, int number) in OnPairConfirmed() function in OHOS::bluetooth::GenericAccessService::AdapterClassicObserverImpl
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_observer_proxy.cpp143 void BluetoothHostObserverProxy::OnPairConfirmed( in OnPairConfirmed() function in OHOS::Bluetooth::BluetoothHostObserverProxy
149 HILOGE("BluetoothHostObserverProxy::OnPairConfirmed WriteInterfaceToken error"); in OnPairConfirmed()
154 HILOGE("BluetoothHostObserverProxy::OnPairConfirmed transport error"); in OnPairConfirmed()
159 HILOGE("BluetoothHostObserverProxy::OnPairConfirmed device error"); in OnPairConfirmed()
164 HILOGE("BluetoothHostObserverProxy::OnPairConfirmed transport error"); in OnPairConfirmed()
169 HILOGE("BluetoothHostObserverProxy::OnPairConfirmed transport error"); in OnPairConfirmed()
178 HILOGE("BluetoothHostProxy::OnPairConfirmed done fail, error: %{public}d", result); in OnPairConfirmed()
/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h72 void OnPairConfirmed(const Bluetooth::BluetoothRemoteDevice &device, int reqType, int number) override {};
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp115 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp294 void OnPairConfirmed(
304 observer->OnPairConfirmed(transport, device, reqType, number);
462 void OnPairConfirmed(
475 HILOGE("OnPairConfirmed() false, check permission failed");
477 observer->OnPairConfirmed(transport, device, reqType, number);
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp40 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override{};
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp169 void OnPairConfirmed(const int32_t transport, const BluetoothRawAddress &device, int reqType, int number) override
175 observer->OnPairConfirmed(remoteDevice, reqType, number);
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.h97 void OnPairConfirmed(const OHOS::Bluetooth::BluetoothRemoteDevice &device, int reqType, int number) override
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp1224 observer.OnPairConfirmed(transport, device, reqType, number); in SendPairConfirmed()

Completed in 23 milliseconds