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:netHandle_
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H
A
D
networkshare_state_common.h
88
sptr<NetHandle>
netHandle_
;
member
92
:
netHandle_
(netHandle), netAllCap_(netcap), netLinkPro_(netlinkinfo)
in UpstreamNetworkInfo()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_context/include/
H
A
D
setappnet_context.h
36
NetHandle
netHandle_
;
member in OHOS::NetManagerStandard::SetAppNetContext
H
A
D
getappnet_context.h
36
NetHandle
netHandle_
;
member in OHOS::NetManagerStandard::GetAppNetContext
H
A
D
parse_nethandle_context.h
35
NetHandle
netHandle_
;
member in OHOS::NetManagerStandard::final
H
A
D
getdefaultnet_context.h
39
NetHandle
netHandle_
;
member in OHOS::NetManagerStandard::final
/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_context/src/
H
A
D
parse_nethandle_context.cpp
39
netHandle_
.SetNetId(netId_);
in ParseParams()
H
A
D
setappnet_context.cpp
51
netHandle_
.SetNetId(NapiUtils::GetInt32Property(GetEnv(), params[0], "netId"));
in ParseParams()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H
A
D
networkshare_upstreammonitor.cpp
143
if (upstreamNetInfo == nullptr || upstreamNetInfo->
netHandle_
== nullptr) {
in GetCurrentGoodUpstream()
157
NetConnClient::GetInstance().GetDefaultNet(*(upstreamNetInfo->
netHandle_
));
in GetCurrentGoodUpstream()
158
int32_t currentNetId = upstreamNetInfo->
netHandle_
->GetNetId();
in GetCurrentGoodUpstream()
H
A
D
networkshare_tracker.cpp
149
NetworkShareTracker::GetInstance().SendSharingUpstreamChange(upstreamInfo->
netHandle_
);
in OnUpstreamStateChanged()
955
if (netinfo != nullptr && netinfo->
netHandle_
!= nullptr) {
in SetUpstreamNetHandle()
956
SetDnsForwarders(*(netinfo->
netHandle_
));
in SetUpstreamNetHandle()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H
A
D
connection_exec.cpp
118
auto ret = NetConnClient::GetInstance().GetDefaultNet(context->
netHandle_
);
in ExecGetDefaultNet()
128
return CreateNetHandle(context->GetEnv(), &context->
netHandle_
);
in GetDefaultNetCallback()
167
auto ret = NetConnClient::GetInstance().GetNetCapabilities(context->
netHandle_
, context->capabilities_);
in ExecGetNetCapabilities()
182
auto ret = NetConnClient::GetInstance().GetConnectionProperties(context->
netHandle_
, context->linkInfo_);
in ExecGetConnectionProperties()
247
int32_t res = NetConnClient::GetInstance().NetDetection(context->
netHandle_
);
in ExecReportNetConnected()
265
int32_t res = NetConnClient::GetInstance().NetDetection(context->
netHandle_
);
in ExecReportNetDisconnected()
373
context->
netHandle_
.SetNetId(netId);
in ExecGetAppNet()
379
return CreateNetHandle(context->GetEnv(), &context->
netHandle_
);
in GetAppNetCallback()
385
int32_t errorCode = NetConnClient::GetInstance().SetAppNet(context->
netHandle_
.GetNetId());
in ExecSetAppNet()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H
A
D
net_supplier.h
171
sptr<NetHandle>
netHandle_
= nullptr;
member in OHOS::NetManagerStandard::NetTypeScoreValue::NetSupplier
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
net_supplier.cpp
183
netHandle_
= std::make_unique<NetHandle>(network_->GetNetId()).release();
in SetNetwork()
202
return
netHandle_
;
in GetNetHandle()
Completed in 8 milliseconds