Searched refs:GetInterface (Results 1 – 14 of 14) sorted by relevance
/system/connectivity/shill/binder/android/system/connectivity/shill/ |
D | IDevice.aidl | 28 String GetInterface(); in GetInterface() method
|
/system/connectivity/shill/supplicant/ |
D | supplicant_process_proxy_interface.h | 33 virtual bool GetInterface(const std::string& ifname,
|
D | mock_supplicant_process_proxy.h | 37 MOCK_METHOD2(GetInterface,
|
/system/connectivity/shill/dbus/ |
D | chromeos_supplicant_process_proxy.cc | 157 bool ChromeosSupplicantProcessProxy::GetInterface( in GetInterface() function in shill::ChromeosSupplicantProcessProxy 167 if (!supplicant_proxy_->GetInterface(ifname, &path, &error)) { in GetInterface()
|
D | chromeos_supplicant_process_proxy.h | 48 bool GetInterface(const std::string& ifname,
|
D | chromeos_dhcpcd_listener.cc | 109 if (signal->GetInterface() != kDBusInterfaceName) { in HandleMessage()
|
/system/connectivity/shill/binder/ |
D | device_binder_adaptor.h | 83 android::binder::Status GetInterface(
|
D | device_binder_adaptor.cc | 112 Status DeviceBinderAdaptor::GetInterface(String16* _aidl_return) { in GetInterface() function in shill::DeviceBinderAdaptor
|
/system/tools/aidl/ |
D | aidl.cpp | 140 const AidlInterface* interface = doc->GetInterface(); in check_filenames() 162 const AidlInterface* interface = doc->GetInterface(); in gather_types() 714 const AidlInterface* interface = doc->GetInterface(); in preprocess_aidl()
|
D | aidl_language.h | 218 const AidlInterface* GetInterface() const { return interface_.get(); } in GetInterface() function
|
/system/connectivity/shill/ethernet/ |
D | ethernet_unittest.cc | 453 EXPECT_CALL(*process_proxy, GetInterface(kDeviceName, _)) in TEST_F() 464 EXPECT_CALL(*process_proxy, GetInterface(kDeviceName, _)) in TEST_F()
|
D | ethernet.cc | 312 if (!supplicant_process_proxy_->GetInterface(link_name(), in StartSupplicant()
|
/system/connectivity/shill/wifi/ |
D | wifi_unittest.cc | 605 ON_CALL(*supplicant_process_proxy_, GetInterface(_, _)) in WiFiObjectTest() 1648 EXPECT_CALL(*supplicant_process_proxy_, GetInterface(_, _)) in TEST_F() 1660 EXPECT_CALL(*supplicant_process_proxy_, GetInterface(_, _)) in TEST_F() 1734 EXPECT_CALL(*supplicant_process_proxy_, GetInterface(_, _)); in TEST_F()
|
D | wifi.cc | 2312 if (!supplicant_process_proxy_->GetInterface(link_name(), in ConnectToSupplicant()
|