Home
last modified time | relevance | path

Searched refs:remoteInfo_ (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/tls/include/
H A Dmonitor_server.h63 Socket::SocketRemoteInfo remoteInfo_; member in OHOS::NetStack::TlsSocketServer::final::MessageRecvParma
69 Socket::SocketRemoteInfo remoteInfo_; member in OHOS::NetStack::TlsSocketServer::final
H A Dmonitor.h45 Socket::SocketRemoteInfo remoteInfo_; member in OHOS::NetStack::TlsSocket::final::MessageRecvParma
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dmonitor.cpp70 napi_value address = NapiUtils::CreateStringUtf8(workWrapper->env, messageRecvParma->remoteInfo_.GetAddress()); in SetPropertyForWorkWrapper()
71 napi_value family = NapiUtils::CreateStringUtf8(workWrapper->env, messageRecvParma->remoteInfo_.GetFamily()); in SetPropertyForWorkWrapper()
72 napi_value port = NapiUtils::CreateInt32(workWrapper->env, messageRecvParma->remoteInfo_.GetPort()); in SetPropertyForWorkWrapper()
73 napi_value size = NapiUtils::CreateInt32(workWrapper->env, messageRecvParma->remoteInfo_.GetSize()); in SetPropertyForWorkWrapper()
203 messageRecvParma->remoteInfo_ = remoteInfo; in ParserEventForOn()
H A Dmonitor_server.cpp148 napi_value address = NapiUtils::CreateStringUtf8(env, MessagePara->remoteInfo_.GetAddress()); in MakeMessageObj()
149 napi_value family = NapiUtils::CreateStringUtf8(env, MessagePara->remoteInfo_.GetFamily()); in MakeMessageObj()
150 napi_value port = NapiUtils::CreateInt32(env, MessagePara->remoteInfo_.GetPort()); in MakeMessageObj()
151 napi_value size = NapiUtils::CreateInt32(env, MessagePara->remoteInfo_.GetSize()); in MakeMessageObj()
533 messageRecvParma->remoteInfo_.SetAddress(remoteInfo.GetAddress()); in TLSConnectionRegEvent()
534 messageRecvParma->remoteInfo_.SetFamilyByStr(remoteInfo.GetFamily()); in TLSConnectionRegEvent()
535 messageRecvParma->remoteInfo_.SetPort(remoteInfo.GetPort()); in TLSConnectionRegEvent()
536 messageRecvParma->remoteInfo_.SetSize(remoteInfo.GetSize()); in TLSConnectionRegEvent()

Completed in 3 milliseconds