/system/connectivity/shill/test-scripts/ |
D | connect-disconnect | 42 def GetService(service_name): function 53 (flim, service) = GetService(service_name) 104 (flim, service) = GetService(service_name)
|
D | get-service | 30 service = flim.GetService(params)
|
D | flimflam.py | 190 def GetService(self, params): member in FlimFlam 191 path = self.manager.GetService(params) 238 path = self.manager.GetService(params)
|
D | connect-vpn | 155 service = flim.GetService(params)
|
/system/tools/aidl/tests/ |
D | aidl_test_client.cpp | 56 bool GetService(sp<ITestService>* service) { in GetService() function 79 if (!client_tests::GetService(&service)) return 1; in main()
|
/system/connectivity/shill/ethernet/ |
D | ethernet_unittest.cc | 144 ServiceRefPtr GetService() { return ethernet_->service_; } in GetService() function in shill::EthernetTest 252 EXPECT_NE(nullptr, GetService().get()); in TEST_F() 256 Service* service = GetService().get(); in TEST_F() 264 EXPECT_NE(nullptr, GetService()); in TEST_F() 326 EXPECT_CALL(manager_, UpdateService(IsRefPtrTo(GetService().get()))); in TEST_F() 376 EXPECT_EQ(GetService().get(), GetSelectedService().get()); in TEST_F() 587 EXPECT_EQ(GetService()->technology(), transition.second); in TEST_F()
|
D | ethernet_eap_provider.h | 50 ServiceRefPtr GetService(const KeyValueStore& args, Error* error) override;
|
D | ethernet_eap_provider.cc | 52 ServiceRefPtr EthernetEapProvider::GetService(const KeyValueStore& args, in GetService() function in shill::EthernetEapProvider
|
/system/connectivity/shill/vpn/ |
D | vpn_provider_unittest.cc | 101 ServiceRefPtr service = provider_.GetService(args, &e); in TEST_F() 113 ServiceRefPtr service = provider_.GetService(args, &e); in TEST_F() 118 TEST_F(VPNProviderTest, GetService) { in TEST_F() argument 139 service = provider_.GetService(args, &error); in TEST_F() 163 ServiceRefPtr get_service = provider_.GetService(args, &error); in TEST_F()
|
D | vpn_provider.h | 53 ServiceRefPtr GetService(const KeyValueStore& args, Error* error) override;
|
/system/connectivity/shill/ |
D | provider_interface.h | 48 virtual ServiceRefPtr GetService(const KeyValueStore& args, Error* error) = 0;
|
/system/core/include/binderwrapper/ |
D | binder_wrapper.h | 60 virtual sp<IBinder> GetService(const std::string& service_name) = 0;
|
D | stub_binder_wrapper.h | 96 sp<IBinder> GetService(const std::string& service_name) override;
|
/system/core/libbinderwrapper/ |
D | real_binder_wrapper.h | 34 sp<IBinder> GetService(const std::string& service_name) override;
|
D | stub_binder_wrapper.cc | 48 sp<IBinder> StubBinderWrapper::GetService(const std::string& service_name) { in GetService() function in android::StubBinderWrapper
|
D | real_binder_wrapper.cc | 52 sp<IBinder> RealBinderWrapper::GetService(const std::string& service_name) { in GetService() function in android::RealBinderWrapper
|
/system/connectivity/shill/wifi/ |
D | mock_wifi_provider.h | 40 MOCK_METHOD2(GetService, ServiceRefPtr(const KeyValueStore& args,
|
D | wifi_provider_unittest.cc | 301 WiFiServiceRefPtr GetService(const char* ssid, in GetService() function in shill::WiFiProviderTest 906 EXPECT_FALSE(GetService("foo", "", kSecurityNone, in TEST_F() 914 EXPECT_TRUE(GetService("foo", nullptr, kSecurityNone, in TEST_F() 921 EXPECT_FALSE(GetService("foo", "BogoMesh", in TEST_F() 930 EXPECT_FALSE(GetService(nullptr, kModeManaged, in TEST_F() 939 EXPECT_FALSE(GetService("", kModeManaged, in TEST_F() 949 EXPECT_FALSE(GetService(ssid.c_str(), kModeManaged, in TEST_F() 960 EXPECT_TRUE(GetService(ssid.c_str(), kModeManaged, in TEST_F() 968 EXPECT_FALSE(GetService("foo", kModeManaged, in TEST_F() 979 WiFiServiceRefPtr service = GetService(kSSID.c_str(), kModeManaged, in TEST_F() [all …]
|
/system/webservd/libwebserv/ |
D | binder_server.cc | 47 android::sp<android::IBinder> binder = binder_wrapper_->GetService( in TryConnecting()
|
/system/nativepower/client/ |
D | power_manager_client.cc | 72 BinderWrapper::Get()->GetService(kPowerManagerServiceName); in Init()
|
/system/connectivity/shill/dbus/ |
D | chromeos_manager_dbus_adaptor.cc | 255 bool ChromeosManagerDBusAdaptor::GetService( in GetService() function in shill::ChromeosManagerDBusAdaptor 264 service = manager_->GetService(args_store, &e); in GetService() 278 return GetService(error, args, service_path); in GetVPNService() 287 return GetService(error, args, service_path); in GetWifiService()
|
/system/media/brillo/audio/audioservice/ |
D | audio_daemon.cpp | 66 auto binder = binder_wrapper->GetService(kAPSServiceName); in ConnectToAPS()
|
/system/tpm/trunks/ |
D | trunks_binder_proxy.cc | 63 android::BinderWrapper::GetOrCreateInstance()->GetService( in Init()
|
/system/connectivity/shill/wimax/ |
D | wimax_provider.h | 56 ServiceRefPtr GetService(const KeyValueStore& args, Error* error) override;
|
D | wimax_provider_unittest.cc | 523 TEST_F(WiMaxProviderTest, GetService) { in TEST_F() argument 530 ServiceRefPtr service = provider_.GetService(args, &e); in TEST_F() 538 service = provider_.GetService(args, &e); in TEST_F() 555 service = provider_.GetService(args, &e); in TEST_F()
|