Home
last modified time | relevance | path

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

12

/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
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.h139 virtual ErrCode Scan(ScanType scanType);
146 virtual ErrCode ScanWithParam(const WifiScanParams &params, ScanType scanType);
496 ErrCode ScanControlInner(ScanType scanType);
531 ErrCode AllowScanByType(ScanType scanType);
585 ErrCode ApplyTrustListPolicy(ScanType scanType);
H A Dscan_service.cpp239 ErrCode ScanService::Scan(ScanType scanType) in Scan() argument
247 ErrCode rlt = ScanControlInner(scanType); in Scan()
269 scanConfig.scanType = scanType; in Scan()
288 ErrCode rlt = ScanControlInner(scanType); in ScanWithParam()
326 scanConfig.scanType = scanType; in ScanWithParam()
338 ErrCode ScanService::ScanControlInner(ScanType scanType) in ScanControlInner() argument
340 if (scanType == ScanType::SCAN_TYPE_EXTERN) { in ScanControlInner()
570 storeScanConfig.scanType = scanConfig.scanType; in StoreRequestScanConfig()
1548 switch (scanType) { in AllowScanByType()
1564 scanType, static_cast<int>(allScanResult)); in AllowScanByType()
[all …]
/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() 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
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp724 void BleCentralManagerImpl::StartOrStopScan(const STOP_SCAN_TYPE &scanType, bool isStartScan) const in StartOrStopScan() argument
740 pimpl->stopScanType_ = scanType; in StartOrStopScan()
746 if (scanType != STOP_SCAN_TYPE_RESOLVING_LIST) { in StartOrStopScan()
760 pimpl->scanParams_.scanType = BLE_SCAN_TYPE_ACTIVE; in SetActiveScan()
762 pimpl->scanParams_.scanType = BLE_SCAN_TYPE_PASSIVE; in SetActiveScan()
1034 param.scanType = pimpl->scanParams_.scanType; in SetScanParamToGap()
1048 param.scanType = pimpl->scanParams_.scanType; in SetExScanParamToGap()
1057 paramCoded.scanType = pimpl->scanParams_.scanType; in SetExScanParamToGap()
1065 param1M.scanType = pimpl->scanParams_.scanType; in SetExScanParamToGap()
1071 paramCodedAll.scanType = pimpl->scanParams_.scanType; in SetExScanParamToGap()
[all …]
H A Dble_adapter.h184 …const STOP_ALL_ADV_TYPE &stopAllAdvType, const STOP_SCAN_TYPE &scanType, bool isStartAdvAndScan = …
H A Dble_central_manager_impl.h70 void StartOrStopScan(const STOP_SCAN_TYPE &scanType, bool isStartScan = false) const;
/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/dsoftbus/tests/core/common/dfx/event/unittest/
H A Ddisc_event_test.cpp74 .scanType = 13,
120 .scanType = -13,
/ohos5.0/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()
236 pScanService->ApplyScanPolices(scanType); in StoreRequestScanConfigFuzzTest()
/ohos5.0/foundation/communication/wifi_lite/interfaces/wifiservice/
H A Dwifi_device_config.h215 WifiScanType scanType; member
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_device_config.h259 WifiScanType scanType; member
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_scanner_napi.h58 …tatic napi_value NapiScanUtils(napi_env env, napi_callback_info info, const std::string &scanType);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H A Dsoftbus_broadcast_adapter_type.h192 uint8_t scanType; member
/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
229 pP2pInterface->Hid2dCreateGroup(period, scanType); in P2pServerFuzzTest()
/ohos5.0/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()
/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/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Ddisc_hisysevent_matcher.h68 MatchDiscEventNameTypeExtraInt32Param(params, ++index, extra.scanType);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Ddisc_audit_converter.h50 DISC_AUDIT_ASSIGNER(Int32, ScanType, scanType)
H A Ddisc_event_converter.h50 DISC_ASSIGNER(Int32, ScanType, scanType)
/ohos5.0/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()
/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/tests/adapter/broadcast/
H A Dsoftbus_ble_gatt_test.cpp790 .scanType = SOFTBUS_BC_SCAN_TYPE_ACTIVE,
823 .scanType = SOFTBUS_BC_SCAN_TYPE_ACTIVE,
1177 .scanType = SOFTBUS_BC_SCAN_TYPE_ACTIVE,
1209 .scanType = SOFTBUS_BC_SCAN_TYPE_ACTIVE,

12