Lines Matching full:server
3 #include "xyz/openbmc_project/Network/Client/server.hpp"
7 #include <sdbusplus/server/object.hpp>
17 using NetworkClient = sdbusplus::xyz::openbmc_project::Network::server::Client;
18 using Iface = sdbusplus::server::object_t<NetworkClient>;
21 /** @class Server
22 * @brief Configuration for rsyslog server
25 * provide remote rsyslog server's address and port.
27 class Server : public Iface class
30 Server() = delete;
31 Server(const Server&) = delete;
32 Server& operator=(const Server&) = delete;
33 Server(Server&&) = delete;
34 Server& operator=(Server&&) = delete;
35 virtual ~Server() = default;
42 Server(sdbusplus::bus_t& bus, const std::string& path, in Server() function in phosphor::rsyslog_config::Server
50 std::bind(std::mem_fn(&Server::hostnameChanged), this, in Server()
70 * @param[in] value - remote server address
76 * @param[in] value - remote server port
93 /** @brief Update remote server address and port in
95 * @param[in] serverAddress - remote server address
96 * @param[in] serverPort - remote server port
97 * @param[in] serverTransportProtocol - remote server protocol TCP/UDP
104 * @param[in] address - server address