/system/connectivity/shill/vpn/ |
vpn_provider.cc | 146 VPNServiceRefPtr service = FindService(type, name, host); 165 VPNServiceRefPtr service = FindService(type, name, host); 209 VPNServiceRefPtr service = FindService(type, name, host); 292 VPNServiceRefPtr VPNProvider::FindService(const string& type,
|
vpn_provider.h | 104 VPNServiceRefPtr FindService(const std::string& type,
|
/external/autotest/client/site_tests/network_3GDormancyDance/ |
network_3GDormancyDance.py | 86 def FindService(self): 92 self.FindService() 147 self.FindService()
|
/system/connectivity/shill/wimax/ |
wimax_provider.h | 86 FRIEND_TEST(WiMaxProviderTest, FindService); 122 WiMaxServiceRefPtr FindService(const std::string& storage_id) const;
|
wimax_provider.cc | 238 WiMaxServiceRefPtr service = FindService(storage_id); 287 if (FindService(storage_id)) { 418 WiMaxServiceRefPtr WiMaxProvider::FindService(const string& storage_id) const { 434 WiMaxServiceRefPtr service = FindService(storage_id);
|
wimax_provider_unittest.cc | 237 TEST_F(WiMaxProviderTest, FindService) { 238 EXPECT_FALSE(provider_.FindService("some_storage_id")); 248 provider_.FindService( 251 EXPECT_FALSE(provider_.FindService("some_storage_id"));
|
/packages/apps/Settings/src/com/android/settings/utils/ |
ZenServiceListing.java | 50 public ServiceInfo findService(final ComponentName cn) {
|
/system/connectivity/shill/wifi/ |
wifi_provider_unittest.cc | 317 WiFiServiceRefPtr FindService(const vector<uint8_t>& ssid, 320 return provider_.FindService(ssid, mode, security); [all...] |
wifi_provider.cc | 139 if (FindService(ssid_bytes, network_mode, security)) { 189 WiFiServiceRefPtr service(FindService(ssid, mode, security)); 263 WiFiServiceRefPtr service(FindService(ssid_bytes, mode, security_method)); 288 WiFiServiceRefPtr service = FindService(endpoint->ssid(), 472 WiFiServiceRefPtr WiFiProvider::FindService(const vector<uint8_t>& ssid,
|
wifi_provider.h | 182 WiFiServiceRefPtr FindService(const std::vector<uint8_t>& ssid,
|
/packages/apps/Settings/src/com/android/settings/notification/ |
ZenModeAutomationSettings.java | 311 ServiceInfo si = mServiceListing.findService(rule.getOwner());
|
/system/connectivity/shill/ |
manager.h | 173 ServiceRefPtr FindService(const std::string& name); [all...] |
manager.cc | [all...] |
manager_unittest.cc | 687 EXPECT_NE(nullptr, manager.FindService(service1_name).get()); 688 EXPECT_NE(nullptr, manager.FindService(service2_name).get()); [all...] |