Searched refs:clientIdConnections_ (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tls_socket_server.cpp | 180 clientIdConnections_.clear();
in ~TLSSocketServer() 292 auto connect_iterator = clientIdConnections_.find(socketFd);
in Send() 293 if (connect_iterator == clientIdConnections_.end()) {
in Send() 330 for (auto it = clientIdConnections_.begin(); it != clientIdConnections_.end();) {
in Close() 355 for (const auto &c : clientIdConnections_) {
in Stop() 358 clientIdConnections_.clear();
in Stop() 366 auto connect_iterator = clientIdConnections_.find(socketFd);
in GetRemoteAddress() 367 if (connect_iterator == clientIdConnections_.end()) {
in GetRemoteAddress() 380 auto connect_iterator = clientIdConnections_ in GetLocalAddress() [all...] |
/foundation/communication/netstack/test/unittest/tls_test/server/ |
H A D | tls_socket_server_branch_test.cpp | 444 tlsSocketServer->clientIdConnections_.emplace(sockFd, connection); in HWTEST_F() 463 tlsSocketServer->clientIdConnections_.emplace(sockFd, connection); in HWTEST_F() 522 tlsSocketServer->clientIdConnections_.emplace(sockFd, connection); in HWTEST_F() 554 tlsSocketServer->clientIdConnections_.emplace(sockFd, connection); in HWTEST_F() 572 tlsSocketServer->clientIdConnections_.emplace(sockFd, connection); in HWTEST_F()
|
/foundation/communication/netstack/test/unittest/tlssocket/server/ |
H A D | tls_socket_server_branch_test.cpp | 444 tlsSocketServer->clientIdConnections_.emplace(sockFd, connection); in HWTEST_F() 463 tlsSocketServer->clientIdConnections_.emplace(sockFd, connection); in HWTEST_F() 522 tlsSocketServer->clientIdConnections_.emplace(sockFd, connection); in HWTEST_F() 554 tlsSocketServer->clientIdConnections_.emplace(sockFd, connection); in HWTEST_F() 572 tlsSocketServer->clientIdConnections_.emplace(sockFd, connection); in HWTEST_F()
|
/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/ |
H A D | tls_socket_server.h | 466 std::map<int, std::shared_ptr<Connection>> clientIdConnections_; member in OHOS::NetStack::TlsSocketServer::TLSSocketServer
|
Completed in 5 milliseconds