HomeSort by relevance Sort by last modified time
    Searched defs:dhcp_properties_ (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/
dhcp_properties_unittest.cc 54 DhcpProperties dhcp_properties_; member in class:shill::DhcpPropertiesTest
58 EXPECT_TRUE(dhcp_properties_.properties_.IsEmpty());
63 dhcp_properties_.InitPropertyStore(&store);
88 dhcp_properties_.InitPropertyStore(&store);
89 dhcp_properties_.properties_.SetString("Hostname", kHostname);
93 EXPECT_EQ(kOverrideValue, dhcp_properties_.properties_.GetString("Hostname"));
98 dhcp_properties_.InitPropertyStore(&store);
102 EXPECT_EQ(kHostname, dhcp_properties_.properties_.GetString("Hostname"));
107 dhcp_properties_.InitPropertyStore(&store);
108 dhcp_properties_.properties_.SetString("Hostname", kHostname)
    [all...]
manager.h 411 return *dhcp_properties_;
921 std::unique_ptr<DhcpProperties> dhcp_properties_; member in class:shill::Manager
    [all...]
service.h 502 return *dhcp_properties_;
860 std::unique_ptr<DhcpProperties> dhcp_properties_; member in class:shill::Service
    [all...]

Completed in 725 milliseconds