Home
last modified time | relevance | path

Searched refs:scanType (Results 1 - 25 of 39) sorted by relevance

12

/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() argument
42 (void)scanType; in Scan()
47 ErrCode MockScanService::ScanWithParam(const WifiScanParams &params, ScanType scanType) in ScanWithParam() argument
H A Dmock_scan_service.h30 ErrCode Scan(ScanType scanType);
31 ErrCode ScanWithParam(const WifiScanParams &params, ScanType scanType);
H A Dmock_scan_service_new.cpp69 ErrCode ScanService::Scan(ScanType scanType) in Scan() argument
74 ErrCode ScanService::ScanWithParam(const WifiScanParams &params, ScanType scanType) in ScanWithParam() argument
291 ErrCode ScanService::AllowScanByType(ScanType scanType) in AllowScanByType() argument
332 ErrCode ScanService::ApplyTrustListPolicy(ScanType scanType) in ApplyTrustListPolicy() argument
/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 scan */ member
55 scanType = ScanType::SCAN_TYPE_SYSTEMTIMER; in ScanConfig()
95 ScanType scanType; /* Flag indicating whether the request is an external scan. */ member
101 scanType = ScanType::SCAN_TYPE_SYSTEMTIMER; in StoreScanConfig()
H A Dscan_service.h137 virtual ErrCode Scan(ScanType scanType);
144 virtual ErrCode ScanWithParam(const WifiScanParams &params, ScanType scanType);
494 ErrCode ScanControlInner(ScanType scanType);
526 * @param scanType - scan type: 0 - Extern; 1 - SystemTimer 2 Pno
529 ErrCode AllowScanByType(ScanType scanType);
580 * @param scanType - scan type: 0 - Extern; 1 - SystemTimer 2 Pno
583 ErrCode ApplyTrustListPolicy(ScanType scanType);
H A Dscan_service.cpp239 ErrCode ScanService::Scan(ScanType scanType) in Scan() argument
241 WIFI_LOGI("Enter Scan, scanType:%{public}d.\n", static_cast<int>(scanType)); in Scan()
247 ErrCode rlt = ScanControlInner(scanType); in Scan()
263 scanConfig.scanType = scanType; in Scan()
273 ErrCode ScanService::ScanWithParam(const WifiScanParams &params, ScanType scanType) in ScanWithParam() argument
282 ErrCode rlt = ScanControlInner(scanType); in ScanWithParam()
320 scanConfig.scanType = scanType; in ScanWithParam()
332 ScanControlInner(ScanType scanType) ScanControlInner() argument
1540 AllowScanByType(ScanType scanType) AllowScanByType() argument
1621 ApplyTrustListPolicy(ScanType scanType) ApplyTrustListPolicy() argument
[all...]
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Ddisc_event_form.h101 int32_t scanType; // SCAN_TYPE member
166 int32_t scanType; // SCAN_TYPE member
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/src/
H A Ddisc_event_test.cpp74 .scanType = 13, in HWTEST_F()
120 .scanType = -13, in HWTEST_F()
/foundation/communication/wifi_lite/interfaces/wifiservice/
H A Dwifi_device_config.h215 WifiScanType scanType; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp721 void BleCentralManagerImpl::StartOrStopScan(const STOP_SCAN_TYPE &scanType, bool isStartScan) const in StartOrStopScan() argument
737 pimpl->stopScanType_ = scanType; in StartOrStopScan()
743 if (scanType != STOP_SCAN_TYPE_RESOLVING_LIST) { in StartOrStopScan()
757 pimpl->scanParams_.scanType = BLE_SCAN_TYPE_ACTIVE; in SetActiveScan()
759 pimpl->scanParams_.scanType = BLE_SCAN_TYPE_PASSIVE; in SetActiveScan()
1031 param.scanType = pimpl->scanParams_.scanType; in SetScanParamToGap()
1045 param.scanType = pimpl->scanParams_.scanType; in SetExScanParamToGap()
1054 paramCoded.scanType in SetExScanParamToGap()
[all...]
H A Dble_adapter.h184 const STOP_ALL_ADV_TYPE &stopAllAdvType, const STOP_SCAN_TYPE &scanType, bool isStartAdvAndScan = false) const;
H A Dble_central_manager_impl.h70 void StartOrStopScan(const STOP_SCAN_TYPE &scanType, bool isStartScan = false) const;
/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_device_config.h259 WifiScanType scanType; member
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp109 scanConfig.scanType = ScanType::SCAN_TYPE_NATIVE_EXTERN; in SingleScanFuzzTest()
155 scanConfig.scanType = ScanType::SCAN_TYPE_EXTERN; in StoreRequestScanConfigFuzzTest()
217 ScanType scanType = static_cast<ScanType>(static_cast<int>(data[0]) % THREE); in StoreRequestScanConfigFuzzTest() local
218 pScanService->ApplyTrustListPolicy(scanType); in StoreRequestScanConfigFuzzTest()
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_scanner_napi.h58 static napi_value NapiScanUtils(napi_env env, napi_callback_info info, const std::string &scanType);
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H A Dsoftbus_broadcast_adapter_type.h190 uint8_t scanType; member
/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
229 pP2pInterface->Hid2dCreateGroup(period, scanType); in P2pServerFuzzTest()
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Ddisc_hisysevent_matcher.h68 MatchDiscEventNameTypeExtraInt32Param(params, ++index, extra.scanType); in MATCHER_P2()
/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Ddisc_event_converter.h50 DISC_ASSIGNER(Int32, ScanType, scanType)
H A Ddisc_audit_converter.h50 DISC_AUDIT_ASSIGNER(Int32, ScanType, scanType)
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_type.h432 uint8_t scanType; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c118 .leScanType = param.scanType, in GAP_LeScanSetParam()
624 hciCmdParam.sets[jj].scanType = param[jj].scanType; in GapLeSetExtendedScanParameters()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h351 unsigned char scanType; member
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp275 scanConfig.scanType = ScanType::SCAN_TYPE_EXTERN; in SingleScanSuccess1()
284 scanConfig.scanType = ScanType::SCAN_TYPE_EXTERN; in SingleScanSuccess2()
294 scanConfig.scanType = ScanType::SCAN_TYPE_EXTERN; in SingleScanSuccess3()
303 scanConfig.scanType = ScanType::SCAN_TYPE_EXTERN; in SingleScanFail1()
312 scanConfig.scanType = ScanType::SCAN_TYPE_EXTERN; in SingleScanFail2()
939 storeScanConfig.scanType = ScanType::SCAN_TYPE_EXTERN; in IsExternScanningSuccess()
958 storeScanConfig.scanType = ScanType::SCAN_TYPE_SYSTEMTIMER; in IsExternScanningFail()
1832 ScanType scanType = ScanType::SCAN_TYPE_EXTERN; in ApplyTrustListPolicyTest() local
1833 pScanService->ApplyTrustListPolicy(scanType); in ApplyTrustListPolicyTest()
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_gatt_test.cpp790 .scanType = SOFTBUS_BC_SCAN_TYPE_ACTIVE, in HWTEST_F()
823 .scanType = SOFTBUS_BC_SCAN_TYPE_ACTIVE, in HWTEST_F()
1177 .scanType = SOFTBUS_BC_SCAN_TYPE_ACTIVE, in HWTEST_F()
1209 .scanType = SOFTBUS_BC_SCAN_TYPE_ACTIVE, in HWTEST_F()

Completed in 24 milliseconds

12