Home
last modified time | relevance | path

Searched defs:StartScan (Results 1 – 17 of 17) sorted by relevance

/foundation/communication/dsoftbus/core/discovery/ble/share_ble/src/
Ddisc_share_ble_virtual.c26 static int32_t StartScan(const PublishOption *option) in StartScan() function
/foundation/communication/dsoftbus/core/discovery/ble/virtual_link_ble/src/
Ddisc_virtual_link_ble_virtual.c51 static int32_t StartScan(const PublishOption *option) in StartScan() function
/foundation/communication/dsoftbus/core/discovery/manager/include/
Ddisc_manager.h56 int32_t (*StartScan)(const PublishOption *option); member
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
Dnapi_bluetooth_ble_scanner.cpp97 napi_value NapiBleScanner::StartScan(napi_env env, napi_callback_info info) in StartScan() function in OHOS::Bluetooth::NapiBleScanner
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
Dsoftbus_broadcast_adapter_interface.h80 …int32_t (*StartScan)(int32_t scannerId, const SoftBusBcScanParams *param, const SoftBusBcScanFilte… member
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
Dhal_device_manage_test.h83 virtual int32_t StartScan(const ScanParams& scanParam) in StartScan() function
Dmock_wifi_hal_service.c82 WifiErrorNo StartScan(const ScanSettings *settings) in StartScan() function
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
Dbluetooth_ble_central_manager_proxy.cpp87 int BluetoothBleCentralManagerProxy::StartScan(int32_t scannerId, const BluetoothBleScanSettings &s… in StartScan() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
Dble_mock.cpp89 int32_t StartScan(int32_t listenerId, const BcScanParams *param) in StartScan() function
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
Dwifi_hal_sta_interface.c223 WifiErrorNo StartScan(const ScanSettings *settings) in StartScan() function
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
Di_wifi_sta_iface.c411 WifiErrorNo StartScan(const ScanSettings *settings) in StartScan() function
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_ble_central_manager_server.cpp371 int BluetoothBleCentralManagerServer::StartScan(int32_t scannerId, const BluetoothBleScanSettings &… in StartScan() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_ble_central_manager.cpp343 int BleCentralManager::StartScan(const BleScanSettings &settings, const std::vector<BleScanFilter> … in StartScan() function in OHOS::Bluetooth::BleCentralManager
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
Dsoftbus_broadcast_mgr.c1723 int32_t StartScan(int32_t listenerId, const BcScanParams *param) in StartScan() function
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
Dble_central_manager_impl.cpp680 void BleCentralManagerImpl::StartScan(const BleScanSettingsImpl &setting) const in StartScan() function in OHOS::bluetooth::BleCentralManagerImpl
Dble_adapter.cpp1556 void BleAdapter::StartScan(const BleScanSettingsImpl &setting) const in StartScan() function in OHOS::bluetooth::BleAdapter
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
Dwifi_napi_device.cpp70 NO_SANITIZE("cfi") napi_value StartScan(napi_env env, napi_callback_info info) in StartScan() function