Searched refs:NetworkClient (Results 1 – 3 of 3) sorted by relevance
39 std::tuple<std::string, uint32_t, NetworkClient::TransportProtocol>>47 NetworkClient::TransportProtocol serverTransportProtocol = in parseConfig()48 NetworkClient::TransportProtocol::TCP; in parseConfig()62 serverTransportProtocol = NetworkClient::TransportProtocol::TCP; in parseConfig()67 serverTransportProtocol = NetworkClient::TransportProtocol::UDP; in parseConfig()144 result = NetworkClient::address(value); in address()177 result = NetworkClient::port(value); in port()192 NetworkClient::TransportProtocol Server::transportProtocol( in transportProtocol()193 NetworkClient::TransportProtocol value) in transportProtocol()206 result = NetworkClient::transportProtocol(value); in transportProtocol()[all …]
17 using NetworkClient = sdbusplus::xyz::openbmc_project::Network::server::Client; typedef18 using Iface = sdbusplus::server::object_t<NetworkClient>;65 using NetworkClient::address;66 using NetworkClient::port;67 using NetworkClient::transportProtocol;
12 std::tuple<std::string, uint32_t, NetworkClient::TransportProtocol>>146 phosphor::rsyslog_config::NetworkClient::TransportProtocol::TCP); in TEST_F()157 phosphor::rsyslog_config::NetworkClient::TransportProtocol::UDP); in TEST_F()166 phosphor::rsyslog_config::NetworkClient::TransportProtocol::UDP); in TEST_F()