Lines Matching full:hostname
38 auto it = values.find("Hostname"); in SystemConfiguration()
43 sc.get().Iface::hostName(std::get<std::string>(it->second)); in SystemConfiguration()
47 lg2::error("Hostname match parsing failed: {ERROR}", "ERROR", in SystemConfiguration()
59 req.append(HOSTNAMED_INTF, "Hostname");
62 SystemConfigIntf::hostName(std::get<std::string>(name), true);
66 lg2::error("Failed to get hostname: {ERROR}", "ERROR", e);
72 std::string SystemConfiguration::hostName(std::string name) in hostName() function in phosphor::network::SystemConfiguration
74 if (SystemConfigIntf::hostName() == name) in hostName()
84 return SystemConfigIntf::hostName(std::move(name)); in hostName()
88 lg2::error("Failed to set hostname {HOSTNAME}: {ERROR} ", "HOSTNAME", in hostName()
95 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Hostname"), in hostName()
99 return SystemConfigIntf::hostName(); in hostName()