Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:remoteInfo_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/tls/include/
H
A
D
monitor_server.h
63
Socket::SocketRemoteInfo
remoteInfo_
;
member in OHOS::NetStack::TlsSocketServer::final::MessageRecvParma
69
Socket::SocketRemoteInfo
remoteInfo_
;
member in OHOS::NetStack::TlsSocketServer::final
H
A
D
monitor.h
45
Socket::SocketRemoteInfo
remoteInfo_
;
member in OHOS::NetStack::TlsSocket::final::MessageRecvParma
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H
A
D
monitor.cpp
70
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
D
monitor_server.cpp
148
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