Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_scan_result.h24 class BluetoothBleScanResult : public Parcelable, public bluetooth::ScanResult {
27 explicit BluetoothBleScanResult(const bluetooth::ScanResult &other) : bluetooth::ScanResult(other) in BluetoothBleScanResult()
29 explicit BluetoothBleScanResult(const BluetoothBleScanResult &other) : bluetooth::ScanResult(other) in BluetoothBleScanResult()
31 explicit BluetoothBleScanResult(const bluetooth::BleScanResultImpl &other) : bluetooth::ScanResult(other) in BluetoothBleScanResult()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.cpp21 ScanResult::ScanResult(const BleScanResultImpl &other) in ScanResult() function in OHOS::bluetooth::ScanResult
H A Dble_parcel_data.h432 class ScanResult { class
439 ScanResult(){}; in ScanResult() function in OHOS::bluetooth::ScanResult
441 explicit ScanResult(const BleScanResultImpl &other);
448 virtual ~ScanResult(){}; in ~ScanResult()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/
H A Dmock_wpa_suppliant.cpp173 int32_t ScanResult(struct IWpaInterface *self, const char* ifName, uint8_t* resultBuf, uint32_t* resultBufLen) in ScanResult() function
683 g_IWpaInterface.ScanResult = ScanResult; in IWpaInterfaceGet()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h217 struct ScanResult { struct in OHOS::Bluetooth::ScanDuty::PhyType::AdvertisingState
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/wlan/wpa/v1_1/
H A Diwpa_interface.h156 int32_t (*ScanResult)(struct IWpaInterface *self, const char* ifName, uint8_t* resultBuf, uint32_t* resultBufLen); member
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/v1_1/
H A Diwpa_interface.h156 int32_t (*ScanResult)(struct IWpaInterface *self, const char* ifName, uint8_t* resultBuf, uint32_t* resultBufLen); member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_sta_impl.c580 int32_t result = wpaObj->ScanResult(wpaObj, ifaceName, resultBuff, &resultBuffLen); in HdiWpaStaGetScanInfos()
586 LOGE("HdiWpaStaGetScanInfos: ScanResult failed result:%{public}d", result); in HdiWpaStaGetScanInfos()

Completed in 9 milliseconds