Home
last modified time | relevance | path

Searched refs:GetInterface (Results 1 – 14 of 14) sorted by relevance

/system/connectivity/shill/binder/android/system/connectivity/shill/
DIDevice.aidl28 String GetInterface(); in GetInterface() method
/system/connectivity/shill/supplicant/
Dsupplicant_process_proxy_interface.h33 virtual bool GetInterface(const std::string& ifname,
Dmock_supplicant_process_proxy.h37 MOCK_METHOD2(GetInterface,
/system/connectivity/shill/dbus/
Dchromeos_supplicant_process_proxy.cc157 bool ChromeosSupplicantProcessProxy::GetInterface( in GetInterface() function in shill::ChromeosSupplicantProcessProxy
167 if (!supplicant_proxy_->GetInterface(ifname, &path, &error)) { in GetInterface()
Dchromeos_supplicant_process_proxy.h48 bool GetInterface(const std::string& ifname,
Dchromeos_dhcpcd_listener.cc109 if (signal->GetInterface() != kDBusInterfaceName) { in HandleMessage()
/system/connectivity/shill/binder/
Ddevice_binder_adaptor.h83 android::binder::Status GetInterface(
Ddevice_binder_adaptor.cc112 Status DeviceBinderAdaptor::GetInterface(String16* _aidl_return) { in GetInterface() function in shill::DeviceBinderAdaptor
/system/tools/aidl/
Daidl.cpp140 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()
Daidl_language.h218 const AidlInterface* GetInterface() const { return interface_.get(); } in GetInterface() function
/system/connectivity/shill/ethernet/
Dethernet_unittest.cc453 EXPECT_CALL(*process_proxy, GetInterface(kDeviceName, _)) in TEST_F()
464 EXPECT_CALL(*process_proxy, GetInterface(kDeviceName, _)) in TEST_F()
Dethernet.cc312 if (!supplicant_process_proxy_->GetInterface(link_name(), in StartSupplicant()
/system/connectivity/shill/wifi/
Dwifi_unittest.cc605 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()
Dwifi.cc2312 if (!supplicant_process_proxy_->GetInterface(link_name(), in ConnectToSupplicant()