Searched refs:ScanResult (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_ble_scan_result.h | 24 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 D | ble_parcel_data.cpp | 21 ScanResult::ScanResult(const BleScanResultImpl &other) in ScanResult() function in OHOS::bluetooth::ScanResult
|
H A D | ble_parcel_data.h | 432 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 D | mock_wpa_suppliant.cpp | 173 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 D | napi_bluetooth_utils.h | 217 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 D | iwpa_interface.h | 156 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 D | iwpa_interface.h | 156 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 D | wifi_hdi_wpa_sta_impl.c | 580 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