/system/connectivity/wificond/tests/ |
D | scan_utils_unittest.cpp | 156 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()
|
D | scanner_unittest.cpp | 161 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()
|
D | mock_scan_utils.h | 44 MOCK_METHOD6(Scan, bool(
|
/system/extras/iotop/ |
D | tasklist.h | 23 static bool Scan(std::map<pid_t, std::vector<pid_t>>&);
|
D | tasklist.cpp | 48 bool TaskList::Scan(std::map<pid_t, std::vector<pid_t>>& tgid_map) { in Scan() function in TaskList
|
/system/bt/proto/bluetooth/metrics/ |
D | bluetooth.proto | 37 // Scan event information. 217 // Scan type. 228 // Scan event type. 230 // Scan started. 232 // Scan stopped. 236 // Scan event type.
|
/system/bt/service/test/ |
D | low_energy_scanner_unittest.cc | 46 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()
|
D | gatt_client_unittest.cc | 38 MOCK_METHOD1(Scan, bt_status_t(bool));
|
/system/sepolicy/public/ |
D | hwservicemanager.te | 15 # Scan through /system/lib64/hw looking for installed HALs
|
D | fingerprintd.te | 6 # Scan through /system/lib64/hw looking for installed HALs
|
D | installd.te | 34 # 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/ |
D | hwservicemanager.te | 15 # Scan through /system/lib64/hw looking for installed HALs
|
D | fingerprintd.te | 6 # Scan through /system/lib64/hw looking for installed HALs
|
D | installd.te | 27 # 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/ |
D | fingerprintd.te | 6 # Scan through /system/lib64/hw looking for installed HALs
|
D | hwservicemanager.te | 15 # Scan through /system/lib64/hw looking for installed HALs
|
D | installd.te | 34 # 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/ |
D | hwservicemanager.te | 15 # Scan through /system/lib64/hw looking for installed HALs
|
D | fingerprintd.te | 6 # Scan through /system/lib64/hw looking for installed HALs
|
D | installd.te | 28 # 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/ |
D | hwservicemanager.te | 15 # Scan through /system/lib64/hw looking for installed HALs
|
D | fingerprintd.te | 6 # Scan through /system/lib64/hw looking for installed HALs
|
D | installd.te | 28 # 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/ |
D | scan_utils.h | 100 virtual bool Scan(uint32_t interface_index,
|
/system/bt/include/hardware/ |
D | ble_scanner.h | 80 virtual void Scan(bool start) = 0;
|