OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RenewIP
(Results
1 - 12
of
12
) sorted by null
/system/connectivity/shill/dhcp/
mock_dhcp_config.h
41
MOCK_METHOD0(
RenewIP
, bool());
dhcp_config.h
61
bool
RenewIP
() override;
128
FRIEND_TEST(DHCPConfigTest,
RenewIP
);
dhcp_config_unittest.cc
325
TEST_F(DHCPConfigTest,
RenewIP
) {
329
EXPECT_FALSE(config_->
RenewIP
()); // Expect a call to Start() if pid_ is 0.
336
EXPECT_FALSE(config_->
RenewIP
()); // Expect no crash with NULL proxy.
339
EXPECT_TRUE(config_->
RenewIP
());
350
EXPECT_TRUE(config_->
RenewIP
());
364
config_->
RenewIP
();
431
EXPECT_TRUE(config_->
RenewIP
());
dhcp_config.cc
113
return
RenewIP
();
116
bool DHCPConfig::
RenewIP
() {
/system/connectivity/shill/
mock_ipconfig.h
38
MOCK_METHOD0(
RenewIP
, bool(void));
ipconfig.cc
123
bool IPConfig::
RenewIP
() {
135
RenewIP
();
ipconfig.h
176
virtual bool
RenewIP
();
ipconfig_unittest.cc
145
TEST_F(IPConfigTest,
RenewIP
) {
146
EXPECT_FALSE(ipconfig_->
RenewIP
());
device.cc
701
ipconfig_->
RenewIP
();
713
dhcpv6_config_->
RenewIP
();
[
all
...]
device_unittest.cc
[
all
...]
/system/connectivity/shill/wifi/
wifi.cc
[
all
...]
wifi_unittest.cc
[
all
...]
Completed in 77 milliseconds