Home
last modified time | relevance | path

Searched refs:IsIPv6Allowed (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Ddevice.h156 virtual bool IsIPv6Allowed() const;
Ddevice.cc321 bool Device::IsIPv6Allowed() const { in IsIPv6Allowed() function in shill::Device
332 if (!IsIPv6Allowed()) { in EnableIPv6()
Ddevice_unittest.cc111 ON_CALL(*this, IsIPv6Allowed()) in TestDevice()
136 MOCK_CONST_METHOD0(IsIPv6Allowed, bool());
152 return Device::IsIPv6Allowed(); in DeviceIsIPv6Allowed()
520 EXPECT_CALL(*device_, IsIPv6Allowed()).WillOnce(Return(false)); in TEST_F()
/system/connectivity/shill/cellular/
Dcellular.h196 bool IsIPv6Allowed() const override;
Dcellular.cc427 bool Cellular::IsIPv6Allowed() const { in IsIPv6Allowed() function in shill::Cellular