Home
last modified time | relevance | path

Searched refs:RequestIP (Results 1 – 13 of 13) sorted by relevance

/system/connectivity/shill/dhcp/
Ddhcp_config.h60 bool RequestIP() override;
129 FRIEND_TEST(DHCPConfigTest, RequestIP);
Dmock_dhcp_config.h39 MOCK_METHOD0(RequestIP, bool());
Ddhcp_config.cc104 bool DHCPConfig::RequestIP() { in RequestIP() function in shill::DHCPConfig
Ddhcp_config_unittest.cc345 TEST_F(DHCPConfigTest, RequestIP) { in TEST_F() argument
/system/connectivity/shill/
Dmock_ipconfig.h37 MOCK_METHOD0(RequestIP, bool(void));
Dipconfig_unittest.cc141 TEST_F(IPConfigTest, RequestIP) { in TEST_F() argument
142 EXPECT_FALSE(ipconfig_->RequestIP()); in TEST_F()
Dipconfig.h175 virtual bool RequestIP();
Dipconfig.cc119 bool IPConfig::RequestIP() { in RequestIP() function in shill::IPConfig
Ddevice.cc777 if (!ipconfig_->RequestIP()) { in AcquireIPConfigWithLeaseName()
802 if (!dhcpv6_config_->RequestIP()) { in AcquireIPv6ConfigWithLeaseName()
Ddevice_unittest.cc424 EXPECT_CALL(*dhcpv6_config, RequestIP()).WillOnce(Return(true)); in TEST_F()
432 EXPECT_CALL(*dhcp_config, RequestIP()) in TEST_F()
467 EXPECT_CALL(*dhcpv6_config, RequestIP()).WillOnce(Return(true)); in TEST_F()
474 EXPECT_CALL(*dhcp_config, RequestIP()) in TEST_F()
/system/connectivity/shill/ethernet/
Dethernet_unittest.cc344 EXPECT_CALL(*dhcp_config_.get(), RequestIP()).Times(0); in TEST_F()
358 EXPECT_CALL(*dhcp_config_.get(), RequestIP()).WillOnce(Return(false)); in TEST_F()
372 EXPECT_CALL(*dhcp_config_.get(), RequestIP()).WillOnce(Return(true)); in TEST_F()
/system/connectivity/shill/cellular/
Dcellular_unittest.cc784 EXPECT_CALL(*dhcp_config_, RequestIP()).WillOnce(Return(true)); in TEST_F()
1454 EXPECT_CALL(*dhcp_config_, RequestIP()).Times(0); in TEST_F()
1463 EXPECT_CALL(*dhcp_config_, RequestIP()); in TEST_F()
2085 EXPECT_CALL(*dhcp_config_, RequestIP()).WillOnce(Return(true)); in TEST_F()
/system/connectivity/shill/wifi/
Dwifi_unittest.cc625 ON_CALL(*dhcp_config_.get(), RequestIP()).WillByDefault(Return(true)); in WiFiObjectTest()
947 EXPECT_CALL(*dhcp_config_.get(), RequestIP()).Times(AnyNumber()); in SetupConnectedService()
2688 EXPECT_CALL(*dhcp_config_.get(), RequestIP()).Times(AnyNumber()); in TEST_F()
2976 EXPECT_CALL(*dhcp_config_.get(), RequestIP()).Times(0); in TEST_F()
2989 EXPECT_CALL(*dhcp_config_.get(), RequestIP()).Times(0); in TEST_F()
3316 EXPECT_CALL(*dhcp_config_.get(), RequestIP()).Times(AnyNumber()); in TEST_F()