Home
last modified time | relevance | path

Searched refs:setTicketPathToWatch (Results 1 – 6 of 6) sorted by relevance

/dports/net/wangle/wangle-2021.12.27.00/wangle/ssl/test/
H A DTLSCredProcessorTest.cpp102 processor.setTicketPathToWatch(ticketFile); in TEST_F()
126 processor.setTicketPathToWatch(ticketFile, ticketPasswordString); in TEST_F()
164 processor.setTicketPathToWatch(ticketFile); in TEST_F()
/dports/net/wangle/wangle-2021.12.27.00/wangle/ssl/
H A DTLSCredProcessor.cpp64 setTicketPathToWatch(ticketFile_, password_); in setPollInterval()
79 void TLSCredProcessor::setTicketPathToWatch( in setTicketPathToWatch() function in wangle::TLSCredProcessor
H A DTLSCredProcessor.h45 virtual void setTicketPathToWatch(
/dports/net/wangle/wangle-2021.12.27.00/wangle/example/ssl/
H A DServer.cpp142 processor.setTicketPathToWatch(FLAGS_tickets_path); in main()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/server/
H A DThriftServer.h107 void setTicketPathToWatch(const std::string& path) { in setTicketPathToWatch() function
108 credProcessor_.setTicketPathToWatch(path); in setTicketPathToWatch()
H A DThriftServer.cpp1035 credWatcher->setTicketPathToWatch(ticketPath); in watchTicketPathForChanges()