HomeSort by relevance Sort by last modified time
    Searched refs:IsDHCPv6EnabledForDevice (Results 1 - 8 of 8) sorted by null

  /system/connectivity/shill/
mock_manager.h 104 MOCK_CONST_METHOD1(IsDHCPv6EnabledForDevice,
manager_unittest.cc     [all...]
manager.h 536 virtual bool IsDHCPv6EnabledForDevice(const std::string& device_name) const;
    [all...]
device.cc 784 if (manager_->IsDHCPv6EnabledForDevice(link_name_)) {
    [all...]
device_unittest.cc 420 EXPECT_CALL(manager, IsDHCPv6EnabledForDevice(kDeviceName))
463 EXPECT_CALL(manager, IsDHCPv6EnabledForDevice(kDeviceName))
    [all...]
manager.cc     [all...]
  /system/connectivity/shill/pppoe/
pppoe_service.cc 249 if (manager()->IsDHCPv6EnabledForDevice(ppp_device_->link_name())) {
pppoe_service_unittest.cc 157 EXPECT_CALL(manager_, IsDHCPv6EnabledForDevice(StrEq(kLinkName)))

Completed in 94 milliseconds