Home
last modified time | relevance | path

Searched defs:ptrConnection (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dmonitor_server.cpp527 auto ptrConnection = tlsSocketServer->GetConnectionByClientID(clientId); in TLSConnectionRegEvent() local
543 auto ptrConnection = tlsSocketServer->GetConnectionByClientID(clientId); in TLSConnectionRegEvent() local
552 auto ptrConnection = tlsSocketServer->GetConnectionByClientID(clientId); in TLSConnectionRegEvent() local
565 auto ptrConnection = tlsSocketServer->GetConnectionByClientID(clientId); in TLSConnectionUnRegEvent() local
572 auto ptrConnection = tlsSocketServer->GetConnectionByClientID(clientId); in TLSConnectionUnRegEvent() local
579 auto ptrConnection = tlsSocketServer->GetConnectionByClientID(clientId); in TLSConnectionUnRegEvent() local
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket_server.cpp707 std::shared_ptr<Connection> ptrConnection = nullptr; in GetConnectionByClientID() local
1262 std::shared_ptr<Connection> ptrConnection = nullptr; in RemoveConnect() local
1556 std::shared_ptr<Connection> ptrConnection = GetConnectionByClientEventManager(eventManager); in CloseConnectionByEventManager() local