/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_central_manager_callback.h | 31 virtual void OnScanCallback(const BluetoothBleScanResult &result,
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_ble_central_manager_callback.h | 33 void OnScanCallback(const BleScanResult &result) override;
|
/ohos5.0/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;
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/ble/ |
H A D | ble_test.h | 69 void OnScanCallback(const Bluetooth::BleScanResult &result) in OnScanCallback() function
|
/ohos5.0/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
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_callback_stub.cpp | 84 stub->OnScanCallback(*result, callbackType); in OnScanCallbackInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_ble.h | 74 virtual void OnScanCallback(const BleScanResultImpl &result) = 0;
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | locator_required_data_manager.h | 60 void OnScanCallback(const Bluetooth::BleScanResult &result) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_central_manager.h | 233 virtual void OnScanCallback(const BleScanResult &result) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_central_manager.cpp | 51 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 D | locator_required_data_manager_test.cpp | 289 callback->OnScanCallback(result);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_central_manager_server.cpp | 86 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 D | napi_bluetooth_ble_central_manager_callback.cpp | 196 void NapiBluetoothBleCentralManagerCallback::OnScanCallback(const BleScanResult &result) in OnScanCallback() function in OHOS::Bluetooth::NapiBluetoothBleCentralManagerCallback
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | locator_required_data_manager.cpp | 198 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 D | ble_central_manager_impl.cpp | 1775 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 D | ohos_bt_gatt.cpp | 85 void OnScanCallback(const BleScanResult &result) override in OnScanCallback() function in OHOS::Bluetooth::BleCentralManagerCallbackWapper
|