Home
last modified time | relevance | path

Searched refs:BleScanResultImpl (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_scan_result.h31 explicit BluetoothBleScanResult(const bluetooth::BleScanResultImpl &other) : bluetooth::ScanResult(other) in BluetoothBleScanResult()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h74 virtual void OnScanCallback(const BleScanResultImpl &result) = 0;
82 virtual void OnBleBatchScanResultsEvent(std::vector<BleScanResultImpl> &results) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.cpp21 ScanResult::ScanResult(const BleScanResultImpl &other) in ScanResult()
H A Dble_service_data.h1223 class BleScanResultImpl { class
1230 BleScanResultImpl() : peripheralDevice_() in BleScanResultImpl() function in OHOS::bluetooth::BleScanResultImpl
1238 ~BleScanResultImpl() in ~BleScanResultImpl()
H A Dble_parcel_data.h441 explicit ScanResult(const BleScanResultImpl &other);
H A Dble_service_data.cpp1550 BlePeripheralDevice BleScanResultImpl::GetPeripheralDevice() const in GetPeripheralDevice()
1561 void BleScanResultImpl::SetPeripheralDevice(const BlePeripheralDevice &dev) in SetPeripheralDevice()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp86 void OnScanCallback(const BleScanResultImpl &result) override
122 void OnBleBatchScanResultsEvent(std::vector<BleScanResultImpl> &results) override
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp61 std::vector<BleScanResultImpl> bleScanResult_ {};
462 BleScanResultImpl result; in AddPeripheralDevice()

Completed in 10 milliseconds