Home
last modified time | relevance | path

Searched refs:transportProtocol (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-logging/phosphor-rsyslog-config/
H A Dserver-conf.cpp143 writeConfig(value, port(), transportProtocol(), configFilePath.c_str()); in address()
175 writeConfig(address(), value, transportProtocol(), in port()
193 Server::transportProtocol(NetworkClient::TransportProtocol value) in transportProtocol() function in phosphor::rsyslog_config::Server
199 auto serverTransportProtocol = transportProtocol(); in transportProtocol()
206 result = NetworkClient::transportProtocol(value); in transportProtocol()
285 NetworkClient::transportProtocol(std::get<2>(*ret)); in restore()
H A Dserver-conf.hpp67 using NetworkClient::transportProtocol;
90 transportProtocol(TransportProtocol protocol) override;
/openbmc/phosphor-snmp/
H A Dsnmp_client.cpp20 this->transportProtocol(sdbusplus::server::xyz::openbmc_project::network:: in Client()
/openbmc/phosphor-snmp/test/
H A Dtest_snmp_client.cpp44 EXPECT_EQ(client.transportProtocol(), in TEST_F()
/openbmc/phosphor-logging/test/
H A Dremote_logging_test_config.cpp165 config->transportProtocol( in TEST_F()