HomeSort by relevance Sort by last modified time
    Searched refs:ClaimInterface (Results 26 - 40 of 40) sorted by null

12

  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.h 61 bool ClaimInterface(const std::string& link_name,
third_party_vpn_driver.h 76 bool ClaimInterface(const std::string& link_name,
openvpn_driver.h 122 // instance is notified through |ClaimInterface| and resumes the connection
127 bool ClaimInterface(const std::string& link_name,
136 FRIEND_TEST(OpenVPNDriverTest, ClaimInterface);
third_party_vpn_driver_unittest.cc 110 EXPECT_FALSE(driver_->ClaimInterface("eth1", kInterfaceIndex));
111 EXPECT_TRUE(driver_->ClaimInterface(interface, kInterfaceIndex));
vpn_provider.cc 176 if (service->driver()->ClaimInterface(link_name, interface_index)) {
l2tp_ipsec_driver.cc 147 bool L2TPIPSecDriver::ClaimInterface(const string& link_name,
466 // configuration and apply it when ClaimInterface is
openvpn_driver_unittest.cc     [all...]
third_party_vpn_driver.cc 465 // Wait for the ClaimInterface callback to continue the connection process.
468 bool ThirdPartyVpnDriver::ClaimInterface(const std::string& link_name,
vpn_driver_unittest.cc 75 MOCK_METHOD2(ClaimInterface, bool(const string& link_name,
openvpn_driver.cc 363 bool OpenVPNDriver::ClaimInterface(const string& link_name,
610 // Wait for the ClaimInterface callback to continue the connection process.
    [all...]
  /system/connectivity/shill/dbus/
chromeos_manager_dbus_adaptor.h 160 bool ClaimInterface(brillo::ErrorPtr* error,
178 FRIEND_TEST(ChromeosManagerDBusAdaptorTest, ClaimInterface);
chromeos_manager_dbus_adaptor.cc 524 bool ChromeosManagerDBusAdaptor::ClaimInterface(
  /external/libbrillo/brillo/dbus/
dbus_object.h 484 BRILLO_PRIVATE void ClaimInterface(
dbus_object_unittest.cc 379 EXPECT_CALL(mock_object_manager, ClaimInterface(_, _, _)).Times(0);
  /system/update_engine/include/shill/
dbus-proxy-mocks.h 372 MOCK_METHOD4(ClaimInterface,

Completed in 1191 milliseconds

12