Home
last modified time | relevance | path

Searched refs:OnPairRequested (Results 1 - 23 of 23) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host_observer.h35 virtual void OnPairRequested(const int32_t transport, const BluetoothRawAddress &device) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_host_observer.h32 void OnPairRequested(const BluetoothRemoteDevice &device) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.h34 void OnPairRequested(const BluetoothRemoteDevice &device) override {};
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection_observer.h35 void OnPairRequested(const BluetoothRemoteDevice &device) override;
H A Dnapi_bluetooth_connection_observer.cpp62 void NapiBluetoothConnectionObserver::OnPairRequested(const BluetoothRemoteDevice &device) in OnPairRequested() function in OHOS::Bluetooth::NapiBluetoothConnectionObserver
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_host_observer_proxy.h36 void OnPairRequested(const int32_t transport, const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth/frameworks/cj/access/include/
H A Dbluetooth_access_impl.h50 void OnPairRequested(const BluetoothRemoteDevice &device) override{};
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h51 void OnPairRequested(const BluetoothRemoteDevice &device) in OnPairRequested() function in OHOS::Bluetooth::BleHostObserverTest
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h80 virtual void OnPairRequested(const BTTransport transport, const RawAddress &device) = 0;
H A Dinterface_adapter_ble.h152 virtual void OnPairRequested(const BTTransport transport, const RawAddress &device) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_observer_stub.cpp122 stub->OnPairRequested(transport, *device); in OnPairRequestedInner()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h106 virtual void OnPairRequested(const BluetoothRemoteDevice &device) = 0;
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_impl.h68 void OnPairRequested(const BluetoothRemoteDevice &device) override{};
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp98 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 Dbluetooth_host_observer_proxy.cpp114 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 Dbt_connection_manager.h71 void OnPairRequested(const Bluetooth::BluetoothRemoteDevice &device) override {};
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp102 void OnPairRequested(const BluetoothRemoteDevice &device) override
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp287 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 Dhost_test.cpp39 void OnPairRequested(const BluetoothRemoteDevice &device) override{};
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp159 void OnPairRequested(const int32_t transport, const BluetoothRawAddress &device) override
165 observer->OnPairRequested(remoteDevice);
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.h92 void OnPairRequested(const OHOS::Bluetooth::BluetoothRemoteDevice &device) override
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp702 [addr](IAdapterBleObserver &observer) { observer.OnPairRequested(BTTransport::ADAPTER_BLE, addr); }); in GapLePairFeatureReq()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp2167 [transport, device](IAdapterClassicObserver &observer) { observer.OnPairRequested(transport, device); }); in SendPairRequested()

Completed in 19 milliseconds