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:netHandleObj
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H
A
D
net_connection.cpp
134
NetHandle
netHandleObj
= NetHandle();
in OH_NetConn_GetDefaultNet()
local
135
int32_t ret = NetConnClient::GetInstance().GetDefaultNet(
netHandleObj
);
in OH_NetConn_GetDefaultNet()
136
int32_t retConv = Conv2NetHandle(
netHandleObj
, netHandle);
in OH_NetConn_GetDefaultNet()
163
NetHandle
netHandleObj
= NetHandle();
in OH_NetConn_GetConnectionProperties()
local
164
int32_t retConv = Conv2NetHandleObj(netHandle,
netHandleObj
);
in OH_NetConn_GetConnectionProperties()
169
int32_t ret = NetConnClient::GetInstance().GetConnectionProperties(
netHandleObj
, infoObj);
in OH_NetConn_GetConnectionProperties()
184
NetHandle
netHandleObj
= NetHandle();
in OH_NetConn_GetNetCapabilities()
local
185
int32_t retConv = Conv2NetHandleObj(netHandle,
netHandleObj
);
in OH_NetConn_GetNetCapabilities()
190
int32_t ret = NetConnClient::GetInstance().GetNetCapabilities(
netHandleObj
, netAllCapsObj);
in OH_NetConn_GetNetCapabilities()
H
A
D
net_connection_adapter.cpp
97
for (const auto &
netHandleObj
: netHandleObjList) {
in Conv2NetHandleList()
102
netHandleList->netHandles[i++].netId = (*
netHandleObj
).GetNetId();
in Conv2NetHandleList()
108
int32_t Conv2NetHandle(NetHandle &
netHandleObj
, NetConn_NetHandle *netHandle)
in Conv2NetHandle()
argument
110
netHandle->netId =
netHandleObj
.GetNetId();
in Conv2NetHandle()
114
int32_t Conv2NetHandleObj(NetConn_NetHandle *netHandle, NetHandle &
netHandleObj
)
in Conv2NetHandleObj()
argument
116
netHandleObj
.SetNetId(netHandle->netId);
in Conv2NetHandleObj()
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H
A
D
net_connection_adapter.h
31
int32_t Conv2NetHandle(NetHandle &
netHandleObj
, NetConn_NetHandle *netHandle);
33
int32_t Conv2NetHandleObj(NetConn_NetHandle *netHandle, NetHandle &
netHandleObj
);
Completed in 3 milliseconds