/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_central_manager_callback.h | 31 virtual void OnScanCallback(const BluetoothBleScanResult &result,
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_ble_central_manager_callback.h | 33 void OnScanCallback(const BleScanResult &result) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_ble_central_manager_callback_proxy.h | 30 void OnScanCallback(const BluetoothBleScanResult &result, uint8_t callbackType) override;
|
/foundation/communication/bluetooth_service/test/unittest/ble/ |
H A D | ble_test.h | 69 void OnScanCallback(const Bluetooth::BleScanResult &result) in OnScanCallback() function in OHOS::Bluetooth::BleCentralManagerCallbackTest
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_central_manager_callback_proxy.cpp | 29 void BluetoothBleCentralManagerCallBackProxy::OnScanCallback(const BluetoothBleScanResult &result, in OnScanCallback() function in OHOS::Bluetooth::BluetoothBleCentralManagerCallBackProxy 50 HILOGE("BluetoothBleCentralManagerCallBackProxy::OnScanCallback done fail, error: %{public}d", error); in OnScanCallback()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_callback_stub.cpp | 81 stub->OnScanCallback(*result, callbackType); in OnScanCallbackInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_ble.h | 74 virtual void OnScanCallback(const BleScanResultImpl &result) = 0;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_central_manager.h | 233 virtual void OnScanCallback(const BleScanResult &result) = 0;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_central_manager.cpp | 46 void OnScanCallback(const BluetoothBleScanResult &result, uint8_t callbackType) override 78 observer->OnScanCallback(scanResult);
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_central_manager_server.cpp | 86 void OnScanCallback(const BleScanResultImpl &result) override 98 HILOGE("OnScanCallback(): failed, check permission failed, tokenId: %{public}u", tokenId); 103 HILOGD("OnScanCallback() start bleScanFilter Address: %{public}s scannerId:%{public}d", 114 observer->OnScanCallback(bleScanResult); 115 HILOGD("OnScanCallback() passed bleScanFilter Address: %{public}s scannerId:%{public}d",
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_ble_central_manager_callback.cpp | 192 void NapiBluetoothBleCentralManagerCallback::OnScanCallback(const BleScanResult &result) in OnScanCallback() function in OHOS::Bluetooth::NapiBluetoothBleCentralManagerCallback
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_central_manager_impl.cpp | 1772 centralManagerCallbacks_->OnScanCallback(pimpl->bleScanResult_.back()); in GapScanResultEvt() 1889 centralManagerCallbacks_->OnScanCallback(pimpl->bleScanResult_.back()); in GapExScanResultEvt()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt.cpp | 82 void OnScanCallback(const BleScanResult &result) override
|