Home
last modified time | relevance | path

Searched refs:Scan (Results 1 – 25 of 33) sorted by relevance

12

/system/connectivity/wificond/tests/
Dscan_utils_unittest.cpp156 EXPECT_TRUE(scan_utils_.Scan(kFakeInterfaceIndex, kFakeUseRandomMAC, in TEST_F()
175 EXPECT_TRUE(scan_utils_.Scan(kFakeInterfaceIndex, true, in TEST_F()
193 EXPECT_TRUE(scan_utils_.Scan(kFakeInterfaceIndex, false, in TEST_F()
211 EXPECT_TRUE(scan_utils_.Scan(kFakeInterfaceIndex, false, in TEST_F()
229 EXPECT_TRUE(scan_utils_.Scan(kFakeInterfaceIndex, false, in TEST_F()
249 EXPECT_TRUE(scan_utils_.Scan(kFakeInterfaceIndex, true, in TEST_F()
263 EXPECT_FALSE(scan_utils_.Scan(kFakeInterfaceIndex, kFakeUseRandomMAC, in TEST_F()
Dscanner_unittest.cpp161 Scan(_, _, IWifiScannerImpl::SCAN_TYPE_DEFAULT, _, _, _)). in TEST_F()
174 Scan(_, _, IWifiScannerImpl::SCAN_TYPE_LOW_SPAN, _, _, _)). in TEST_F()
189 Scan(_, _, IWifiScannerImpl::SCAN_TYPE_LOW_POWER, _, _, _)). in TEST_F()
204 Scan(_, _, IWifiScannerImpl::SCAN_TYPE_HIGH_ACCURACY, _, _, _)). in TEST_F()
219 Scan(_, _, IWifiScannerImpl::SCAN_TYPE_DEFAULT, _, _, _)). in TEST_F()
233 Scan(_, _, IWifiScannerImpl::SCAN_TYPE_DEFAULT, _, _, _)). in TEST_F()
247 Scan(_, _, IWifiScannerImpl::SCAN_TYPE_DEFAULT, _, _, _)). in TEST_F()
266 Scan(_, _, _, _, _, _)). in TEST_F()
283 Scan(_, _, _, _, _, _)). in TEST_F()
299 EXPECT_CALL(scan_utils_, Scan(_, _, _, _, _, _)) in TEST_F()
Dmock_scan_utils.h44 MOCK_METHOD6(Scan, bool(
/system/extras/iotop/
Dtasklist.h23 static bool Scan(std::map<pid_t, std::vector<pid_t>>&);
Dtasklist.cpp48 bool TaskList::Scan(std::map<pid_t, std::vector<pid_t>>& tgid_map) { in Scan() function in TaskList
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto37 // Scan event information.
217 // Scan type.
228 // Scan event type.
230 // Scan started.
232 // Scan stopped.
236 // Scan event type.
/system/bt/service/test/
Dlow_energy_scanner_unittest.cc46 MOCK_METHOD1(Scan, void(bool));
279 EXPECT_CALL(*mock_handler_, Scan(true)).Times(1).WillOnce(Return()); in TEST_F()
283 EXPECT_CALL(*mock_handler_, Scan(false)).Times(1).WillOnce(Return()); in TEST_F()
315 EXPECT_CALL(*mock_handler_, Scan(_)) in TEST_F()
Dgatt_client_unittest.cc38 MOCK_METHOD1(Scan, bt_status_t(bool));
/system/sepolicy/public/
Dhwservicemanager.te15 # Scan through /system/lib64/hw looking for installed HALs
Dfingerprintd.te6 # Scan through /system/lib64/hw looking for installed HALs
Dinstalld.te34 # Scan through APKs in /system/app and /system/priv-app
36 # Scan through APKs in /vendor/app
38 # Scan through JARs in /vendor/framework
40 # Scan through Runtime Resource Overlay APKs in /vendor/overlay
/system/sepolicy/prebuilts/api/28.0/public/
Dhwservicemanager.te15 # Scan through /system/lib64/hw looking for installed HALs
Dfingerprintd.te6 # Scan through /system/lib64/hw looking for installed HALs
Dinstalld.te27 # Scan through APKs in /system/app and /system/priv-app
29 # Scan through APKs in /vendor/app
31 # Scan through Runtime Resource Overlay APKs in /vendor/overlay
/system/sepolicy/prebuilts/api/29.0/public/
Dfingerprintd.te6 # Scan through /system/lib64/hw looking for installed HALs
Dhwservicemanager.te15 # Scan through /system/lib64/hw looking for installed HALs
Dinstalld.te34 # Scan through APKs in /system/app and /system/priv-app
36 # Scan through APKs in /vendor/app
38 # Scan through JARs in /vendor/framework
40 # Scan through Runtime Resource Overlay APKs in /vendor/overlay
/system/sepolicy/prebuilts/api/27.0/public/
Dhwservicemanager.te15 # Scan through /system/lib64/hw looking for installed HALs
Dfingerprintd.te6 # Scan through /system/lib64/hw looking for installed HALs
Dinstalld.te28 # Scan through APKs in /system/app and /system/priv-app
30 # Scan through APKs in /vendor/app
32 # Scan through Runtime Resource Overlay APKs in /vendor/overlay
/system/sepolicy/prebuilts/api/26.0/public/
Dhwservicemanager.te15 # Scan through /system/lib64/hw looking for installed HALs
Dfingerprintd.te6 # Scan through /system/lib64/hw looking for installed HALs
Dinstalld.te28 # Scan through APKs in /system/app and /system/priv-app
30 # Scan through APKs in /vendor/app
32 # Scan through Runtime Resource Overlay APKs in /vendor/overlay
/system/connectivity/wificond/scanning/
Dscan_utils.h100 virtual bool Scan(uint32_t interface_index,
/system/bt/include/hardware/
Dble_scanner.h80 virtual void Scan(bool start) = 0;

12