/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host_observer.h | 35 virtual void OnPairRequested(const int32_t transport, const BluetoothRawAddress &device) = 0;
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_host_observer.h | 32 void OnPairRequested(const BluetoothRemoteDevice &device) override;
|
/foundation/communication/bluetooth/frameworks/js/napi/src/access/ |
H A D | napi_bluetooth_access_observer.h | 34 void OnPairRequested(const BluetoothRemoteDevice &device) override {};
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection_observer.h | 35 void OnPairRequested(const BluetoothRemoteDevice &device) override;
|
H A D | napi_bluetooth_connection_observer.cpp | 62 void NapiBluetoothConnectionObserver::OnPairRequested(const BluetoothRemoteDevice &device) in OnPairRequested() function in OHOS::Bluetooth::NapiBluetoothConnectionObserver
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_host_observer_proxy.h | 36 void OnPairRequested(const int32_t transport, const BluetoothRawAddress &device) override;
|
/foundation/communication/bluetooth/frameworks/cj/access/include/ |
H A D | bluetooth_access_impl.h | 50 void OnPairRequested(const BluetoothRemoteDevice &device) override{};
|
/foundation/communication/bluetooth_service/test/unittest/ble/ |
H A D | ble_test.h | 51 void OnPairRequested(const BluetoothRemoteDevice &device) in OnPairRequested() function in OHOS::Bluetooth::BleHostObserverTest
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_classic.h | 80 virtual void OnPairRequested(const BTTransport transport, const RawAddress &device) = 0;
|
H A D | interface_adapter_ble.h | 152 virtual void OnPairRequested(const BTTransport transport, const RawAddress &device) = 0;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_observer_stub.cpp | 122 stub->OnPairRequested(transport, *device); in OnPairRequestedInner()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 106 virtual void OnPairRequested(const BluetoothRemoteDevice &device) = 0;
|
/foundation/communication/bluetooth/frameworks/cj/connection/include/ |
H A D | bluetooth_connection_impl.h | 68 void OnPairRequested(const BluetoothRemoteDevice &device) override{};
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/ |
H A D | generic_access_service.cpp | 98 void OnPairRequested(const BTTransport transport, const RawAddress &device) in OnPairRequested() function in OHOS::bluetooth::GenericAccessService::AdapterBleObserverImpl 129 void OnPairRequested(const BTTransport transport, const RawAddress &device) in OnPairRequested() function in OHOS::bluetooth::GenericAccessService::AdapterClassicObserverImpl
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_observer_proxy.cpp | 114 void BluetoothHostObserverProxy::OnPairRequested(const int32_t transport, const BluetoothRawAddress &device) in OnPairRequested() function in OHOS::Bluetooth::BluetoothHostObserverProxy 119 HILOGE("BluetoothHostObserverProxy::OnPairRequested WriteInterfaceToken error"); in OnPairRequested() 124 HILOGE("BluetoothHostObserverProxy::OnPairRequested transport error"); in OnPairRequested() 129 HILOGE("BluetoothHostObserverProxy::OnPairRequested device error"); in OnPairRequested() 138 HILOGE("BluetoothHostProxy::OnPairRequested done fail, error: %{public}d", result); in OnPairRequested()
|
/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 71 void OnPairRequested(const Bluetooth::BluetoothRemoteDevice &device) override {};
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 102 void OnPairRequested(const BluetoothRemoteDevice &device) override
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 287 void OnPairRequested(const BTTransport transport, const RawAddress &device) override 291 [transport, device](IBluetoothHostObserver *observer) { observer->OnPairRequested(transport, device); }); 455 void OnPairRequested(const BTTransport transport, const RawAddress &device) override 459 [transport, device](IBluetoothHostObserver *observer) { observer->OnPairRequested(transport, device); });
|
/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 39 void OnPairRequested(const BluetoothRemoteDevice &device) override{};
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 159 void OnPairRequested(const int32_t transport, const BluetoothRawAddress &device) override 165 observer->OnPairRequested(remoteDevice);
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_service.h | 92 void OnPairRequested(const OHOS::Bluetooth::BluetoothRemoteDevice &device) override
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.cpp | 702 [addr](IAdapterBleObserver &observer) { observer.OnPairRequested(BTTransport::ADAPTER_BLE, addr); }); in GapLePairFeatureReq()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.cpp | 2167 [transport, device](IAdapterClassicObserver &observer) { observer.OnPairRequested(transport, device); }); in SendPairRequested()
|