Searched refs:factory (Results 1 – 4 of 4) sorted by relevance
33 TSSLServerSocket(int port, std::shared_ptr<TSSLSocketFactory> factory);43 std::shared_ptr<TSSLSocketFactory> factory);54 std::shared_ptr<TSSLSocketFactory> factory);
36 TSSLServerSocket::TSSLServerSocket(int port, std::shared_ptr<TSSLSocketFactory> factory) in TSSLServerSocket() argument37 : TServerSocket(port), factory_(factory) in TSSLServerSocket()43 std::shared_ptr<TSSLSocketFactory> factory) in TSSLServerSocket() argument44 : TServerSocket(address, port), factory_(factory) in TSSLServerSocket()50 std::shared_ptr<TSSLSocketFactory> factory) in TSSLServerSocket() argument51 : TServerSocket(port, sendTimeout, recvTimeout), factory_(factory) in TSSLServerSocket()
556 auto *factory = (TSSLSocketFactory *)data; in passwordCallback() local558 factory->getPassword(userPassword, size); in passwordCallback()
36 bool "RAIL PA: apply factory calibration offset"39 Ensure that the PA power remains constant chip-to-chip by applying factory
Completed in 10 milliseconds