/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host_observer.h | 36 virtual void OnPairConfirmed(
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_host_observer.h | 33 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override;
|
/foundation/communication/bluetooth/frameworks/js/napi/src/access/ |
H A D | napi_bluetooth_access_observer.h | 35 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override {};
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection_observer.h | 36 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override;
|
H A D | napi_bluetooth_connection_observer.cpp | 74 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 D | bluetooth_host_observer_proxy.h | 37 void OnPairConfirmed(const int32_t transport, const BluetoothRawAddress &device, int reqType, int number) override;
|
/foundation/communication/bluetooth/frameworks/cj/access/include/ |
H A D | bluetooth_access_impl.h | 51 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override{};
|
/foundation/communication/bluetooth_service/test/unittest/ble/ |
H A D | ble_test.h | 53 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 D | interface_adapter_classic.h | 90 virtual void OnPairConfirmed(const BTTransport transport, const RawAddress &device, int reqType, int number) = 0;
|
H A D | interface_adapter_ble.h | 162 virtual void OnPairConfirmed(
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_observer_stub.cpp | 139 stub->OnPairConfirmed(transport, *device, reqType, number); in OnPairConfirmedInner()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 116 virtual void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) = 0;
|
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_callback.cpp | 69 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 D | bluetooth_connection_impl.h | 69 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.cpp | 742 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 D | generic_access_service.cpp | 100 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 D | bluetooth_host_observer_proxy.cpp | 143 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 D | bt_connection_manager.h | 72 void OnPairConfirmed(const Bluetooth::BluetoothRemoteDevice &device, int reqType, int number) override {};
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 115 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 294 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 D | host_test.cpp | 40 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override{};
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 169 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 D | avsession_service.h | 97 void OnPairConfirmed(const OHOS::Bluetooth::BluetoothRemoteDevice &device, int reqType, int number) override
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.cpp | 1224 observer.OnPairConfirmed(transport, device, reqType, number); in SendPairConfirmed()
|