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

  /system/connectivity/shill/
mock_device_info.h 83 MOCK_CONST_METHOD1(SetHostname, bool(const std::string& hostname));
device_info.h 158 virtual bool SetHostname(const std::string& hostname) const;
device_unittest.cc 289 bool SetHostname(const string& hostname) {
290 return device_->SetHostname(hostname);
    [all...]
device.cc 933 SetHostname(ipconfig->properties().accepted_hostname);
938 bool Device::SetHostname(const std::string& hostname) {
952 return manager_->device_info()->SetHostname(fixed_hostname);
    [all...]
device.h     [all...]
device_info.cc     [all...]

Completed in 53 milliseconds