Home
last modified time | relevance | path

Searched refs:mSocketTLS (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPServer.cpp47 mSocketTLS( in HTTPServer()
55 CHECK(mSocketTLS->initCheck() == 0); in HTTPServer()
63 mSocketTLS->run(mRunLoop); in run()
387 return mSocketTLS->certificate_pem_path(); in certificate_pem_path()
391 return mSocketTLS->private_key_pem_path(); in private_key_pem_path()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DHTTPServer.h84 std::shared_ptr<ServerSocket> mSocketTLS; member