Home
last modified time | relevance | path

Searched refs:OnScanCallback (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager_callback.h31 virtual void OnScanCallback(const BluetoothBleScanResult &result,
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_ble_central_manager_callback.h33 void OnScanCallback(const BleScanResult &result) override;
/ohos5.0/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;
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h69 void OnScanCallback(const Bluetooth::BleScanResult &result) in OnScanCallback() function
/ohos5.0/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
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_callback_stub.cpp84 stub->OnScanCallback(*result, callbackType); in OnScanCallbackInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h74 virtual void OnScanCallback(const BleScanResultImpl &result) = 0;
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_required_data_manager.h60 void OnScanCallback(const Bluetooth::BleScanResult &result) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h233 virtual void OnScanCallback(const BleScanResult &result) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp51 void OnScanCallback(const BluetoothBleScanResult &result, uint8_t callbackType) override in OnScanCallback() function in OHOS::Bluetooth::BleCentralManager::impl::BluetoothBleCentralManagerCallbackImp
83 observer->OnScanCallback(scanResult); in OnScanCallback()
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_required_data_manager_test.cpp289 callback->OnScanCallback(result);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp86 void OnScanCallback(const BleScanResultImpl &result) override in OnScanCallback() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer::impl::BleCentralManagerCallback
114 observer->OnScanCallback(bleScanResult); in OnScanCallback()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_central_manager_callback.cpp196 void NapiBluetoothBleCentralManagerCallback::OnScanCallback(const BleScanResult &result) in OnScanCallback() function in OHOS::Bluetooth::NapiBluetoothBleCentralManagerCallback
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_required_data_manager.cpp198 void LocatorBleCallbackWapper::OnScanCallback(const Bluetooth::BleScanResult &result) in OnScanCallback() function in OHOS::Location::LocatorBleCallbackWapper
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp1775 centralManagerCallbacks_->OnScanCallback(pimpl->bleScanResult_.back()); in GapScanResultEvt()
1892 centralManagerCallbacks_->OnScanCallback(pimpl->bleScanResult_.back()); in GapExScanResultEvt()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp85 void OnScanCallback(const BleScanResult &result) override in OnScanCallback() function in OHOS::Bluetooth::BleCentralManagerCallbackWapper