Searched refs:SetHostname (Results 1 - 6 of 6) sorted by last modified time

/system/connectivity/shill/
H A Ddevice.cc933 SetHostname(ipconfig->properties().accepted_hostname);
938 bool Device::SetHostname(const std::string& hostname) { function in class:shill::Device
952 return manager_->device_info()->SetHostname(fixed_hostname);
H A Ddevice.h783 bool SetHostname(const std::string& hostname);
H A Ddevice_info.cc1281 bool DeviceInfo::SetHostname(const std::string& hostname) const { function in class:shill::DeviceInfo
H A Ddevice_info.h158 virtual bool SetHostname(const std::string& hostname) const;
H A Ddevice_unittest.cc289 bool SetHostname(const string& hostname) { function in class:shill::DeviceTest
290 return device_->SetHostname(hostname);
1824 EXPECT_CALL(device_info_, SetHostname(_)).Times(0);
1825 EXPECT_FALSE(SetHostname(""));
1837 EXPECT_CALL(device_info_, SetHostname(_)).Times(0);
1838 EXPECT_FALSE(SetHostname("wilson"));
1850 EXPECT_CALL(device_info_, SetHostname("wilson"))
1852 EXPECT_FALSE(SetHostname("wilson"));
1864 EXPECT_CALL(device_info_, SetHostname(
1867 EXPECT_TRUE(SetHostname(
[all...]
H A Dmock_device_info.h83 MOCK_CONST_METHOD1(SetHostname, bool(const std::string& hostname));

Completed in 73 milliseconds