Home
last modified time | relevance | path

Searched refs:StopScan (Results 1 – 25 of 74) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/tether/
H A Dhost_scan_scheduler_impl_unittest.cc190 fake_host_scanner_->StopScan(); in TEST_F()
249 fake_host_scanner_->StopScan(); in TEST_F()
289 fake_host_scanner_->StopScan(); in TEST_F()
303 fake_host_scanner_->StopScan(); in TEST_F()
317 fake_host_scanner_->StopScan(); in TEST_F()
335 fake_host_scanner_->StopScan(); in TEST_F()
364 fake_host_scanner_->StopScan(); in TEST_F()
388 fake_host_scanner_->StopScan(); in TEST_F()
413 fake_host_scanner_->StopScan(); in TEST_F()
H A Dfake_host_scanner.cc15 void FakeHostScanner::StopScan() { in StopScan() function in chromeos::tether::FakeHostScanner
H A Dfake_host_scanner.h27 void StopScan() override;
H A Dhost_scanner.h37 virtual void StopScan() = 0;
H A Dhost_scanner_impl.h83 void StopScan() override;
H A Dhost_scan_scheduler_impl.cc138 host_scanner_->StopScan(); in OnSessionStateChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/device/bluetooth/le/
H A Dle_scan_manager_impl_test.cc94 EXPECT_CALL(le_scanner_, StopScan()).WillOnce(Return(true)); in TEST_F()
104 EXPECT_CALL(le_scanner_, StopScan()).Times(0); in TEST_F()
120 EXPECT_CALL(le_scanner_, StopScan()).WillOnce(Return(true)); in TEST_F()
131 EXPECT_CALL(le_scanner_, StopScan()).WillOnce(Return(true)); in TEST_F()
153 EXPECT_CALL(le_scanner_, StopScan()).Times(0); in TEST_F()
160 EXPECT_CALL(le_scanner_, StopScan()).WillOnce(Return(true)); in TEST_F()
H A Dle_scan_manager_impl.cc138 if (!le_scanner_->StopScan()) { in PauseScan()
164 if (!le_scanner_->StopScan()) { in SetScanParameters()
252 if (!le_scanner_->StopScan()) { in NotifyScanHandleDestroyed()
/dports/security/py-ospd/ospd-21.4.4/tests/command/
H A Dtest_commands.py28 StopScan,
429 cmd = StopScan(daemon)
438 cmd = StopScan(daemon)
446 cmd = StopScan(None)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/device/bluetooth/shlib/
H A Dle_scanner.h19 virtual bool StopScan() = 0;
H A Dmock_le_scanner.h21 MOCK_METHOD0(StopScan, bool());
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/public/bluetooth/
H A Dle_scanner.h43 static bool StopScan();
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrake.Interop/Interop/Interfaces/
H A DIHandBrakeInstance.cs101 void StopScan(); in StopScan() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/bluetooth/
H A Dtray_bluetooth_helper_experimental.cc51 bluetooth_system_->StopScan(base::NullCallback()); in StopBluetoothDiscovering()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/bluetooth/
H A Dbluetooth_system.h48 void StopScan(StopScanCallback callback) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/bluetooth/
H A Dbluetooth_system.h48 void StopScan(StopScanCallback callback) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/bluetooth/
H A Dbluetooth_apitest.cc208 EXPECT_CALL(*mock_adapter_, StopScan(_)) in IN_PROC_BROWSER_TEST_F()
221 EXPECT_CALL(*mock_adapter_, StopScan(_)) in IN_PROC_BROWSER_TEST_F()
268 EXPECT_CALL(*mock_adapter_, StopScan(_)) in IN_PROC_BROWSER_TEST_F()
H A Dbluetooth_event_router_unittest.cc133 EXPECT_CALL(*mock_adapter_, StopScan(testing::_)).Times(1); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/bluetooth/
H A Dbluetooth_apitest.cc209 EXPECT_CALL(*mock_adapter_, StopScan(_)) in IN_PROC_BROWSER_TEST_F()
222 EXPECT_CALL(*mock_adapter_, StopScan(_)) in IN_PROC_BROWSER_TEST_F()
269 EXPECT_CALL(*mock_adapter_, StopScan(_)) in IN_PROC_BROWSER_TEST_F()
H A Dbluetooth_event_router_unittest.cc133 EXPECT_CALL(*mock_adapter_, StopScan(testing::_)).Times(1); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_adapter_android.h122 void StopScan(DiscoverySessionResultCallback callback) override;
H A Dbluetooth_adapter_win.h126 void StopScan(DiscoverySessionResultCallback callback) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dbluetooth_adapter_android.h121 void StopScan(DiscoverySessionResultCallback callback) override;
H A Dbluetooth_adapter_win.h121 void StopScan(DiscoverySessionResultCallback callback) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/test/
H A Dmock_bluetooth_adapter.h88 MOCK_METHOD1(StopScan, void(DiscoverySessionResultCallback callback));

123