Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/discovery/ble/share_ble/src/
Ddisc_share_ble_virtual.c29 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/inner/ipc/src/
Dbluetooth_ble_central_manager_proxy.cpp84 int BluetoothBleCentralManagerProxy::StartScan(int32_t scannerId) in StartScan() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
105 int BluetoothBleCentralManagerProxy::StartScan(int32_t scannerId, const BluetoothBleScanSettings &s… in StartScan() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_ble_central_manager_server.cpp325 int BluetoothBleCentralManagerServer::StartScan(int32_t scannerId) in StartScan() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer
374 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.cpp532 int BleCentralManager::StartScan() in StartScan() function in OHOS::Bluetooth::BleCentralManager
552 int BleCentralManager::StartScan(const BleScanSettings &settings) in StartScan() function in OHOS::Bluetooth::BleCentralManager
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/idl_client/idl_interface/
Di_wifi_sta_iface.c409 WifiErrorNo StartScan(const ScanSettings *settings) in StartScan() function
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_hal/
Dwifi_hal_sta_interface.c251 WifiErrorNo StartScan(const ScanSettings *settings) in StartScan() function
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
Dble_central_manager_impl.cpp677 void BleCentralManagerImpl::StartScan() const in StartScan() function in OHOS::bluetooth::BleCentralManagerImpl
699 void BleCentralManagerImpl::StartScan(const BleScanSettingsImpl &setting) const in StartScan() function in OHOS::bluetooth::BleCentralManagerImpl
Dble_adapter.cpp1525 void BleAdapter::StartScan() const in StartScan() function in OHOS::bluetooth::BleAdapter
1535 void BleAdapter::StartScan(const BleScanSettingsImpl &setting) const in StartScan() function in OHOS::bluetooth::BleAdapter
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
Dmock_wifi_hal_service.c82 WifiErrorNo StartScan(const ScanSettings *settings) in StartScan() function
/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