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:ShareDnsSet
(Results
1 - 25
of
28
) sorted by relevance
1
2
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H
A
D
dns_manager_test.cpp
64
dnsManager.
ShareDnsSet
(NET_ID);
in HWTEST_F()
H
A
D
mock_netsys_native_client_test.cpp
201
ret = nativeClient_.
ShareDnsSet
(id);
in HWTEST_F()
H
A
D
netsys_native_service_test.cpp
415
ret = instance_->
ShareDnsSet
(netid);
in HWTEST_F()
480
auto ret = instance_->
ShareDnsSet
(netid);
in HWTEST_F()
H
A
D
netsys_controller_service_impl_test.cpp
403
ret = instance_->
ShareDnsSet
(netId);
in HWTEST_F()
659
result = instance_->
ShareDnsSet
(netId);
in HWTEST_F()
H
A
D
netsys_native_client_test.cpp
235
ret = nativeClient_.
ShareDnsSet
(NET_ID);
in HWTEST_F()
H
A
D
netsys_controller_test.cpp
288
int32_t ret = NetsysController::GetInstance().
ShareDnsSet
(NET_ID);
in HWTEST_F()
634
ret = instance_->
ShareDnsSet
(0);
in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H
A
D
dns_manager.h
80
void
ShareDnsSet
(uint16_t netId);
H
A
D
net_manager_native.h
131
void
ShareDnsSet
(uint16_t netId);
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H
A
D
mock_netsys_native_client.h
66
constexpr const char *MOCK_SHAREDNSSET_API = "
ShareDnsSet
";
386
int32_t
ShareDnsSet
(uint16_t netId);
H
A
D
netsys_controller_service_impl.h
477
int32_t
ShareDnsSet
(uint16_t netId) override;
H
A
D
i_netsys_controller_service.h
505
virtual int32_t
ShareDnsSet
(uint16_t netId) = 0;
H
A
D
netsys_controller.h
492
int32_t
ShareDnsSet
(uint16_t netId);
H
A
D
netsys_native_client.h
517
int32_t
ShareDnsSet
(uint16_t netId);
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
net_manager_native.cpp
532
void NetManagerNative::
ShareDnsSet
(uint16_t netId)
in ShareDnsSet()
function in OHOS::nmd::NetManagerNative
534
dnsManager_->
ShareDnsSet
(netId);
in ShareDnsSet()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H
A
D
dns_manager.cpp
96
void DnsManager::
ShareDnsSet
(uint16_t netId)
in ShareDnsSet()
function in OHOS::nmd::DnsManager
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H
A
D
netsys_controller_service_impl.cpp
497
int32_t NetsysControllerServiceImpl::
ShareDnsSet
(uint16_t netId)
in ShareDnsSet()
function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
501
return mockNetsysClient_.
ShareDnsSet
(netId);
in ShareDnsSet()
503
return netsysClient_.
ShareDnsSet
(netId);
in ShareDnsSet()
H
A
D
netsys_controller.cpp
771
int32_t NetsysController::
ShareDnsSet
(uint16_t netId)
in ShareDnsSet()
function in OHOS::NetManagerStandard::NetsysController
773
NETMGR_LOG_I("
ShareDnsSet
: netId[%{public}d]", netId);
in ShareDnsSet()
780
return netsysService_->
ShareDnsSet
(netId);
in ShareDnsSet()
H
A
D
mock_netsys_native_client.cpp
537
int32_t MockNetsysNativeClient::
ShareDnsSet
(uint16_t netId)
in ShareDnsSet()
function in OHOS::NetManagerStandard::MockNetsysNativeClient
539
NETMGR_LOG_D("
ShareDnsSet
: netId[%{public}d]", netId);
in ShareDnsSet()
H
A
D
netsys_native_client.cpp
855
int32_t NetsysNativeClient::
ShareDnsSet
(uint16_t netId)
in ShareDnsSet()
function in OHOS::NetManagerStandard::NetsysNativeClient
862
return proxy->
ShareDnsSet
(netId);
in ShareDnsSet()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H
A
D
i_netsys_service.h
142
virtual int32_t
ShareDnsSet
(uint16_t netId) = 0;
H
A
D
netsys_native_service_proxy.h
108
int32_t
ShareDnsSet
(uint16_t netId) override;
/foundation/communication/netmanager_base/services/netmanagernative/include/
H
A
D
netsys_native_service.h
132
int32_t
ShareDnsSet
(uint16_t netId) override;
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H
A
D
netsys_native_service_stub_test.cpp
366
int32_t
ShareDnsSet
(uint16_t netId) override
/foundation/communication/netmanager_base/services/netmanagernative/src/
H
A
D
netsys_native_service.cpp
616
int32_t NetsysNativeService::
ShareDnsSet
(uint16_t netid)
in ShareDnsSet()
function in OHOS::NetsysNative::NetsysNativeService
618
NETNATIVE_LOG_D("NetsysNativeService
ShareDnsSet
");
in ShareDnsSet()
623
netsysService_->
ShareDnsSet
(netid);
in ShareDnsSet()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H
A
D
networkshare_tracker.cpp
986
ret = NetsysController::GetInstance().
ShareDnsSet
(netId);
in SetDnsForwarders()
1329
ret = NetsysController::GetInstance().
ShareDnsSet
(netId_);
in RestartResume()
Completed in 32 milliseconds
1
2