/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host_observer.h | 33 virtual void OnDiscoveryResult(
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_host_observer.h | 30 void OnDiscoveryResult(
|
/foundation/communication/bluetooth/frameworks/js/napi/src/access/ |
H A D | napi_bluetooth_access_observer.h | 32 void OnDiscoveryResult(
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection_observer.h | 33 void OnDiscoveryResult(
|
H A D | napi_bluetooth_connection_observer.cpp | 55 void NapiBluetoothConnectionObserver::OnDiscoveryResult( in OnDiscoveryResult() function in OHOS::Bluetooth::NapiBluetoothConnectionObserver
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_host_observer_proxy.h | 34 void OnDiscoveryResult(
|
/foundation/communication/bluetooth/frameworks/cj/access/include/ |
H A D | bluetooth_access_impl.h | 48 void OnDiscoveryResult(
|
/foundation/communication/bluetooth_service/test/unittest/ble/ |
H A D | ble_test.h | 48 void OnDiscoveryResult( in OnDiscoveryResult() function in OHOS::Bluetooth::BleHostObserverTest
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_classic.h | 71 virtual void OnDiscoveryResult(
|
H A D | interface_adapter_ble.h | 143 virtual void OnDiscoveryResult(
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_observer_stub.cpp | 107 stub->OnDiscoveryResult(*device, rssi, deviceName, deviceClass); in OnDiscoveryResultInner()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 97 virtual void OnDiscoveryResult(
|
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_callback.cpp | 39 void CjBluetoothConnectionObserver::OnDiscoveryResult(const BluetoothRemoteDevice &device, in OnDiscoveryResult() function in OHOS::CJSystemapi::CJBluetoothConnection::CjBluetoothConnectionObserver
|
/foundation/communication/bluetooth/frameworks/cj/connection/include/ |
H A D | bluetooth_connection_impl.h | 66 void OnDiscoveryResult(
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/ |
H A D | generic_access_service.cpp | 95 void OnDiscoveryResult( in OnDiscoveryResult() function in OHOS::bluetooth::GenericAccessService::AdapterBleObserverImpl 126 void OnDiscoveryResult( in OnDiscoveryResult() function in OHOS::bluetooth::GenericAccessService::AdapterClassicObserverImpl
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_observer_proxy.cpp | 75 void BluetoothHostObserverProxy::OnDiscoveryResult( in OnDiscoveryResult() function in OHOS::Bluetooth::BluetoothHostObserverProxy 81 HILOGE("BluetoothHostObserverProxy::OnDiscoveryResult WriteInterfaceToken error"); in OnDiscoveryResult() 86 HILOGE("BluetoothHostObserverProxy::OnDiscoveryResult device error"); in OnDiscoveryResult() 91 HILOGE("BluetoothHostObserverProxy::OnDiscoveryResult rssi error"); in OnDiscoveryResult() 96 HILOGE("BluetoothHostObserverProxy::OnDiscoveryResult status error"); in OnDiscoveryResult() 101 HILOGE("BluetoothHostObserverProxy::OnDiscoveryResult deviceClass error"); in OnDiscoveryResult() 109 HILOGE("BluetoothHostProxy::OnDiscoveryResult done fail, error: %{public}d", result); in OnDiscoveryResult()
|
/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 69 void OnDiscoveryResult(const Bluetooth::BluetoothRemoteDevice &device,
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 90 void OnDiscoveryResult(
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 267 void OnDiscoveryResult( 280 HILOGE("OnDiscoveryResult() false, check permission failed"); 282 observer->OnDiscoveryResult(device, rssi, deviceName, deviceClass); 435 void OnDiscoveryResult( 450 observer->OnDiscoveryResult(device, rssi, deviceName, deviceClass);
|
/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 37 void OnDiscoveryResult(
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 149 void OnDiscoveryResult( 155 observer->OnDiscoveryResult(remoteDevice, rssi, deviceName, deviceClass);
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_service.h | 86 void OnDiscoveryResult(const OHOS::Bluetooth::BluetoothRemoteDevice &device, int rssi,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.cpp | 1157 observer.OnDiscoveryResult(device, rssi, deviceName, deviceClass); in SendDiscoveryResult()
|