Home
last modified time | relevance | path

Searched refs:dhcp_properties_ (Results 1 – 8 of 8) sorted by relevance

/system/connectivity/shill/
Ddhcp_properties_unittest.cc54 DhcpProperties dhcp_properties_; member in shill::DhcpPropertiesTest
58 EXPECT_TRUE(dhcp_properties_.properties_.IsEmpty()); in TEST_F()
63 dhcp_properties_.InitPropertyStore(&store); in TEST_F()
88 dhcp_properties_.InitPropertyStore(&store); in TEST_F()
89 dhcp_properties_.properties_.SetString("Hostname", kHostname); in TEST_F()
93 EXPECT_EQ(kOverrideValue, dhcp_properties_.properties_.GetString("Hostname")); in TEST_F()
98 dhcp_properties_.InitPropertyStore(&store); in TEST_F()
102 EXPECT_EQ(kHostname, dhcp_properties_.properties_.GetString("Hostname")); in TEST_F()
107 dhcp_properties_.InitPropertyStore(&store); in TEST_F()
108 dhcp_properties_.properties_.SetString("Hostname", kHostname); in TEST_F()
[all …]
Ddefault_profile_unittest.cc190 manager()->dhcp_properties_ = std::move(dhcp_props); in TEST_F()
247 manager()->dhcp_properties_ = std::move(dhcp_props); in TEST_F()
251 manager()->dhcp_properties_.get()); in TEST_F()
332 manager()->dhcp_properties_ = std::move(dhcp_props); in TEST_F()
335 manager()->dhcp_properties_.get()); in TEST_F()
Dservice.h502 return *dhcp_properties_; in dhcp_properties()
860 std::unique_ptr<DhcpProperties> dhcp_properties_; variable
Dservice.cc168 dhcp_properties_(new DhcpProperties()), in Service()
301 dhcp_properties_->InitPropertyStore(&store_); in Service()
569 dhcp_properties_->Load(storage, id); in Load()
654 dhcp_properties_->Save(storage, id); in Save()
Dmanager.h411 return *dhcp_properties_; in dhcp_properties()
921 std::unique_ptr<DhcpProperties> dhcp_properties_; variable
Dmanager.cc177 dhcp_properties_(new DhcpProperties()) { in Manager()
239 dhcp_properties_->InitPropertyStore(&store_); in Manager()
1496 profile->LoadManagerProperties(&props_, dhcp_properties_.get()); in LoadProperties()
Ddevice_unittest.cc409 service->dhcp_properties_ = std::move(service_dhcp_properties); in TEST_F()
426 device_->manager_->dhcp_properties_ = std::move(manager_dhcp_properties); in TEST_F()
452 device_->manager_->dhcp_properties_ = std::move(manager_dhcp_properties); in TEST_F()
472 Ref(*(device_->manager_->dhcp_properties_)))) in TEST_F()
Dservice_unittest.cc484 service->dhcp_properties_.reset(dhcp_props); in TEST_F()
549 service_->dhcp_properties_ = std::move(dhcp_props); in TEST_F()
675 service_->dhcp_properties_ = std::move(dhcp_props); in TEST_F()