/system/connectivity/apmanager/ |
D | device_unittest.cc | 316 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()
|
D | shill_manager.cc | 48 void ShillManager::ReleaseInterface(const string& interface_name) { in ReleaseInterface() function in apmanager::ShillManager 50 shill_proxy_->ReleaseInterface(interface_name); in ReleaseInterface()
|
D | manager.cc | 105 void Manager::ReleaseInterface(const string& interface_name) { in ReleaseInterface() function in apmanager::Manager 106 shill_manager_.ReleaseInterface(interface_name); in ReleaseInterface()
|
D | shill_stub_proxy.cc | 31 bool ShillStubProxy::ReleaseInterface(const string& interface_name) { in ReleaseInterface() function in apmanager::ShillStubProxy
|
D | shill_stub_proxy.h | 35 bool ReleaseInterface(const std::string& interface_name) override;
|
D | shill_proxy_interface.h | 31 virtual bool ReleaseInterface(const std::string& interface_name) = 0;
|
D | shill_manager.h | 42 virtual void ReleaseInterface(const std::string& interface_name);
|
D | mock_manager.h | 41 MOCK_METHOD1(ReleaseInterface, void(const std::string& interface_name));
|
D | manager.h | 69 virtual void ReleaseInterface(const std::string& interface_name);
|
D | device.cc | 164 manager_->ReleaseInterface(interface); in ReleaseDevice()
|
/system/connectivity/apmanager/dbus/ |
D | shill_dbus_proxy.cc | 71 bool ShillDBusProxy::ReleaseInterface(const string& interface_name) { in ReleaseInterface() function in apmanager::ShillDBusProxy 77 if (!manager_proxy_->ReleaseInterface(kServiceName, interface_name, &error)) { in ReleaseInterface()
|
D | shill_dbus_proxy.h | 40 bool ReleaseInterface(const std::string& interface_name) override;
|
/system/connectivity/shill/test-scripts/ |
D | release-interface | 29 print manager.ReleaseInterface(sys.argv[1], sys.argv[2])
|
/system/connectivity/shill/dbus/ |
D | chromeos_manager_dbus_adaptor_unittest.cc | 124 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()
|
D | chromeos_manager_dbus_adaptor.h | 164 bool ReleaseInterface(brillo::ErrorPtr* error, 180 FRIEND_TEST(ChromeosManagerDBusAdaptorTest, ReleaseInterface);
|
D | chromeos_manager_dbus_adaptor.cc | 547 bool ChromeosManagerDBusAdaptor::ReleaseInterface( in ReleaseInterface() function in shill::ChromeosManagerDBusAdaptor
|
/system/connectivity/shill/binder/android/system/connectivity/shill/ |
D | IManager.aidl | 68 void ReleaseInterface(String claimer_name, String interface_name); in ReleaseInterface() method
|
/system/connectivity/shill/binder/ |
D | manager_binder_adaptor.h | 84 android::binder::Status ReleaseInterface(
|
D | manager_binder_adaptor.cc | 117 Status ManagerBinderAdaptor::ReleaseInterface(const String16& claimer_name, in ReleaseInterface() function in shill::ManagerBinderAdaptor
|
/system/tools/aidl/ |
D | aidl_language.h | 219 AidlInterface* ReleaseInterface() { return interface_.release(); } in ReleaseInterface() function
|
D | aidl.cpp | 534 unique_ptr<AidlInterface> interface(parsed_doc->ReleaseInterface()); in load_and_validate_aidl()
|
/system/update_engine/include/shill/ |
D | dbus-proxy-mocks.h | 383 MOCK_METHOD4(ReleaseInterface,
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 475 void ReleaseInterface(string claimer_name, string interface_name)
|