Home
last modified time | relevance | path

Searched refs:OnScanCallback (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager_callback.h31 virtual void OnScanCallback(const BluetoothBleScanResult &result,
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_ble_central_manager_callback.h33 void OnScanCallback(const BleScanResult &result) override;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_ble_central_manager_callback_proxy.h30 void OnScanCallback(const BluetoothBleScanResult &result, uint8_t callbackType) override;
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h69 void OnScanCallback(const Bluetooth::BleScanResult &result) in OnScanCallback() function in OHOS::Bluetooth::BleCentralManagerCallbackTest
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_central_manager_callback_proxy.cpp29 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 Dbluetooth_ble_central_manager_callback_stub.cpp81 stub->OnScanCallback(*result, callbackType); in OnScanCallbackInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h74 virtual void OnScanCallback(const BleScanResultImpl &result) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h233 virtual void OnScanCallback(const BleScanResult &result) = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp46 void OnScanCallback(const BluetoothBleScanResult &result, uint8_t callbackType) override
78 observer->OnScanCallback(scanResult);
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp86 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 Dnapi_bluetooth_ble_central_manager_callback.cpp192 void NapiBluetoothBleCentralManagerCallback::OnScanCallback(const BleScanResult &result) in OnScanCallback() function in OHOS::Bluetooth::NapiBluetoothBleCentralManagerCallback
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp1772 centralManagerCallbacks_->OnScanCallback(pimpl->bleScanResult_.back()); in GapScanResultEvt()
1889 centralManagerCallbacks_->OnScanCallback(pimpl->bleScanResult_.back()); in GapExScanResultEvt()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp82 void OnScanCallback(const BleScanResult &result) override

Completed in 11 milliseconds