Home
last modified time | relevance | path

Searched refs:ReleaseInterface (Results 1 – 23 of 23) sorted by relevance

/system/connectivity/apmanager/
Ddevice_unittest.cc316 ReleaseInterface(kApModeInterface1.iface_name)).Times(1); in TEST_F()
318 ReleaseInterface(kManagedModeInterface1.iface_name)).Times(1); in TEST_F()
323 EXPECT_CALL(manager_, ReleaseInterface(_)).Times(0); in TEST_F()
351 ReleaseInterface(kApModeInterface1.iface_name)).Times(1); in TEST_F()
353 ReleaseInterface(kManagedModeInterface1.iface_name)).Times(0); in TEST_F()
358 EXPECT_CALL(manager_, ReleaseInterface(_)).Times(0); in TEST_F()
Dshill_manager.cc48 void ShillManager::ReleaseInterface(const string& interface_name) { in ReleaseInterface() function in apmanager::ShillManager
50 shill_proxy_->ReleaseInterface(interface_name); in ReleaseInterface()
Dmanager.cc105 void Manager::ReleaseInterface(const string& interface_name) { in ReleaseInterface() function in apmanager::Manager
106 shill_manager_.ReleaseInterface(interface_name); in ReleaseInterface()
Dshill_stub_proxy.cc31 bool ShillStubProxy::ReleaseInterface(const string& interface_name) { in ReleaseInterface() function in apmanager::ShillStubProxy
Dshill_stub_proxy.h35 bool ReleaseInterface(const std::string& interface_name) override;
Dshill_proxy_interface.h31 virtual bool ReleaseInterface(const std::string& interface_name) = 0;
Dshill_manager.h42 virtual void ReleaseInterface(const std::string& interface_name);
Dmock_manager.h41 MOCK_METHOD1(ReleaseInterface, void(const std::string& interface_name));
Dmanager.h69 virtual void ReleaseInterface(const std::string& interface_name);
Ddevice.cc164 manager_->ReleaseInterface(interface); in ReleaseDevice()
/system/connectivity/apmanager/dbus/
Dshill_dbus_proxy.cc71 bool ShillDBusProxy::ReleaseInterface(const string& interface_name) { in ReleaseInterface() function in apmanager::ShillDBusProxy
77 if (!manager_proxy_->ReleaseInterface(kServiceName, interface_name, &error)) { in ReleaseInterface()
Dshill_dbus_proxy.h40 bool ReleaseInterface(const std::string& interface_name) override;
/system/connectivity/shill/test-scripts/
Drelease-interface29 print manager.ReleaseInterface(sys.argv[1], sys.argv[2])
/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor_unittest.cc124 TEST_F(ChromeosManagerDBusAdaptorTest, ReleaseInterface) { in TEST_F() argument
138 manager_adaptor_.ReleaseInterface(&error, message.get(), kClaimerName, in TEST_F()
145 manager_adaptor_.ReleaseInterface(&error, message.get(), kClaimerName, in TEST_F()
Dchromeos_manager_dbus_adaptor.h164 bool ReleaseInterface(brillo::ErrorPtr* error,
180 FRIEND_TEST(ChromeosManagerDBusAdaptorTest, ReleaseInterface);
Dchromeos_manager_dbus_adaptor.cc547 bool ChromeosManagerDBusAdaptor::ReleaseInterface( in ReleaseInterface() function in shill::ChromeosManagerDBusAdaptor
/system/connectivity/shill/binder/android/system/connectivity/shill/
DIManager.aidl68 void ReleaseInterface(String claimer_name, String interface_name); in ReleaseInterface() method
/system/connectivity/shill/binder/
Dmanager_binder_adaptor.h84 android::binder::Status ReleaseInterface(
Dmanager_binder_adaptor.cc117 Status ManagerBinderAdaptor::ReleaseInterface(const String16& claimer_name, in ReleaseInterface() function in shill::ManagerBinderAdaptor
/system/tools/aidl/
Daidl_language.h219 AidlInterface* ReleaseInterface() { return interface_.release(); } in ReleaseInterface() function
Daidl.cpp534 unique_ptr<AidlInterface> interface(parsed_doc->ReleaseInterface()); in load_and_validate_aidl()
/system/update_engine/include/shill/
Ddbus-proxy-mocks.h383 MOCK_METHOD4(ReleaseInterface,
/system/connectivity/shill/doc/
Dmanager-api.txt475 void ReleaseInterface(string claimer_name, string interface_name)