Home
last modified time | relevance | path

Searched defs:scanType (Results 1 – 25 of 30) sorted by relevance

12

/aosp14/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DSingleScanSettings.java35 public int scanType; field in SingleScanSettings
76 private static boolean isValidScanType(int scanType) { in isValidScanType()
H A DWifiNl80211Manager.java1000 @ScanResultType int scanType) { in getScanResults()
1048 private static int getScanType(@WifiAnnotations.ScanType int scanType) { in getScanType()
1065 public boolean startScan(@NonNull String ifaceName, @WifiAnnotations.ScanType int scanType, in startScan()
1074 public boolean startScan(@NonNull String ifaceName, @WifiAnnotations.ScanType int scanType, in startScan()
1122 public int startScan2(@NonNull String ifaceName, @WifiAnnotations.ScanType int scanType, in startScan2()
1149 private SingleScanSettings createSingleScanSettings(@WifiAnnotations.ScanType int scanType, in createSingleScanSettings()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_service.cpp40 ErrCode MockScanService::Scan(ScanType scanType) in Scan()
47 ErrCode MockScanService::ScanWithParam(const WifiScanParams &params, ScanType scanType) in ScanWithParam()
H A Dmock_scan_service_new.cpp69 ErrCode ScanService::Scan(ScanType scanType) in Scan()
74 ErrCode ScanService::ScanWithParam(const WifiScanParams &params, ScanType scanType) in ScanWithParam()
291 ErrCode ScanService::AllowScanByType(ScanType scanType) in AllowScanByType()
332 ErrCode ScanService::ApplyTrustListPolicy(ScanType scanType) in ApplyTrustListPolicy()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIWwanSelectorCallback.aidl23 int scanType, in IWwanSelectorResultCallback cb); in onRequestEmergencyNetworkScan()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DWwanSelectorCallback.java41 @EmergencyScanType int scanType, in onRequestEmergencyNetworkScan()
H A DNetworkScanRequest.java139 public NetworkScanRequest(int scanType, RadioAccessSpecifier[] specifiers, in NetworkScanRequest()
H A DDomainSelectionService.java691 @EmergencyScanType int scanType, @NonNull CancellationSignal signal, in onRequestEmergencyNetworkScan()
698 scanType, mResultCallback); in onRequestEmergencyNetworkScan() local
/aosp14/frameworks/base/media/java/android/media/tv/tuner/frontend/
H A DDvbsFrontendSettings.java265 int scanType, boolean isDiseqcRxMessage) { in DvbsFrontendSettings()
413 public Builder setScanType(@ScanType int scanType) { in setScanType()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_common.h44 …ScanType scanType; /* Flag indicating whether the request is an external … member
95 ScanType scanType; /* Flag indicating whether the request is an external scan. */ member
H A Dscan_service.cpp239 ErrCode ScanService::Scan(ScanType scanType) in Scan()
279 ErrCode ScanService::ScanWithParam(const WifiScanParams &params, ScanType scanType) in ScanWithParam()
338 ErrCode ScanService::ScanControlInner(ScanType scanType) in ScanControlInner()
1545 ErrCode ScanService::AllowScanByType(ScanType scanType) in AllowScanByType()
1626 ErrCode ScanService::ApplyTrustListPolicy(ScanType scanType) in ApplyTrustListPolicy()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp217 ScanType scanType = static_cast<ScanType>(static_cast<int>(data[0]) % THREE); in StoreRequestScanConfigFuzzTest() local
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_scanner_napi.cpp158 …alue MediaScannerNapi::NapiScanUtils(napi_env env, napi_callback_info info, const string &scanType) in NapiScanUtils()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pserver_fuzzer/
H A Dwifip2pserver_fuzzer.cpp183 FreqType scanType = static_cast<FreqType>(static_cast<int>(data[0]) % TWO); in P2pServerFuzzTest() local
/ohos5.0/foundation/communication/wifi_lite/interfaces/wifiservice/
H A Dwifi_device_config.h215 WifiScanType scanType; member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Ddisc_event_form.h111 int32_t scanType; // SCAN_TYPE member
176 int32_t scanType; // SCAN_TYPE member
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_device_config.h259 WifiScanType scanType; member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H A Dsoftbus_broadcast_adapter_type.h192 uint8_t scanType; member
/aosp14/frameworks/base/media/java/android/media/tv/tuner/
H A DTuner.java1007 private native int nativeScan(int settingsType, FrontendSettings settings, int scanType); in nativeScan()
1273 public int scan(@NonNull FrontendSettings settings, @ScanType int scanType, in scan()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h351 unsigned char scanType; member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_type.h434 uint8_t scanType; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h184 uint8_t scanType; /// scan type member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_defs.h432 BLE_SCAN_TYPE scanType; /// Scan type member
H A Dble_adapter.cpp314 …const STOP_ALL_ADV_TYPE &stopAllAdvType, const STOP_SCAN_TYPE &scanType, bool isStartAdvAndScan) c… in StartOrStopAdvAndScan() argument
H A Dble_central_manager_impl.cpp724 void BleCentralManagerImpl::StartOrStopScan(const STOP_SCAN_TYPE &scanType, bool isStartScan) const in StartOrStopScan() argument

12