Searched refs:IsIPv6Allowed (Results 1 – 5 of 5) sorted by relevance
156 virtual bool IsIPv6Allowed() const;
321 bool Device::IsIPv6Allowed() const { in IsIPv6Allowed() function in shill::Device332 if (!IsIPv6Allowed()) { in EnableIPv6()
111 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()
196 bool IsIPv6Allowed() const override;
427 bool Cellular::IsIPv6Allowed() const { in IsIPv6Allowed() function in shill::Cellular