/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_central_manager_callback.h | 33 virtual void OnBleBatchScanResultsEvent(std::vector<BluetoothBleScanResult> &results) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_ble_central_manager_callback.h | 35 void OnBleBatchScanResultsEvent(const std::vector<BleScanResult> &results) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_ble_central_manager_callback_proxy.h | 31 void OnBleBatchScanResultsEvent(std::vector<BluetoothBleScanResult> &results) override;
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/ble/ |
H A D | ble_test.h | 73 void OnBleBatchScanResultsEvent(const std::vector<Bluetooth::BleScanResult> &results) in OnBleBatchScanResultsEvent() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_central_manager_callback_proxy.cpp | 55 void BluetoothBleCentralManagerCallBackProxy::OnBleBatchScanResultsEvent(std::vector<BluetoothBleSc… in OnBleBatchScanResultsEvent() function in OHOS::Bluetooth::BluetoothBleCentralManagerCallBackProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_callback_stub.cpp | 107 stub->OnBleBatchScanResultsEvent(parcelableInfos); in OnBleBatchScanResultsEventInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_ble.h | 82 virtual void OnBleBatchScanResultsEvent(std::vector<BleScanResultImpl> &results) = 0;
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | locator_required_data_manager.h | 77 void OnBleBatchScanResultsEvent(const std::vector<Bluetooth::BleScanResult> &results) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_central_manager.h | 250 virtual void OnBleBatchScanResultsEvent(const std::vector<BleScanResult> &results) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_central_manager.cpp | 90 void OnBleBatchScanResultsEvent(std::vector<BluetoothBleScanResult> &results) override in OnBleBatchScanResultsEvent() function in OHOS::Bluetooth::BleCentralManager::impl::BluetoothBleCentralManagerCallbackImp 121 observer->OnBleBatchScanResultsEvent(scanResults); in OnBleBatchScanResultsEvent()
|
/ohos5.0/base/location/test/location_locator/source/ |
H A D | locator_required_data_manager_test.cpp | 253 callback->OnBleBatchScanResultsEvent(results);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_central_manager_server.cpp | 122 void OnBleBatchScanResultsEvent(std::vector<BleScanResultImpl> &results) override in OnBleBatchScanResultsEvent() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer::impl::BleCentralManagerCallback 176 observer->OnBleBatchScanResultsEvent(bleScanResults); in OnBleBatchScanResultsEvent()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_ble_central_manager_callback.cpp | 233 void NapiBluetoothBleCentralManagerCallback::OnBleBatchScanResultsEvent(const std::vector<BleScanRe… in OnBleBatchScanResultsEvent() function in OHOS::Bluetooth::NapiBluetoothBleCentralManagerCallback
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | locator_required_data_manager.cpp | 207 void LocatorBleCallbackWapper::OnBleBatchScanResultsEvent(const std::vector<Bluetooth::BleScanResul… in OnBleBatchScanResultsEvent() function in OHOS::Location::LocatorBleCallbackWapper
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_central_manager_impl.cpp | 1788 centralManagerCallbacks_->OnBleBatchScanResultsEvent(pimpl->bleScanResult_); in GapScanDelayReportResultEvt() 1905 centralManagerCallbacks_->OnBleBatchScanResultsEvent(pimpl->bleScanResult_); in GapExScanDelayReportResultEvt()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt.cpp | 139 void OnBleBatchScanResultsEvent(const std::vector<BleScanResult> &results) override {} in OnBleBatchScanResultsEvent() function in OHOS::Bluetooth::BleCentralManagerCallbackWapper
|