Searched refs:IsIPv6Allowed (Results 1 - 5 of 5) sorted by last modified time

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

Completed in 61 milliseconds