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:DestroyVnic
(Results
1 - 25
of
25
) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H
A
D
vnic_manager.h
45
int32_t
DestroyVnic
();
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H
A
D
vnic_manager_test.cpp
113
result = VnicManager::GetInstance().
DestroyVnic
();
in HWTEST_F()
H
A
D
net_manager_native_test.cpp
203
auto ret = instance_->
DestroyVnic
();
in HWTEST_F()
H
A
D
netsys_native_service_proxy_test.cpp
417
int32_t ret = netsysNativeService->
DestroyVnic
();
in HWTEST_F()
H
A
D
netsys_native_service_test.cpp
837
int32_t ret = instance_->
DestroyVnic
();
in HWTEST_F()
H
A
D
netsys_native_service_stub_test.cpp
242
int32_t
DestroyVnic
() override
H
A
D
netsys_controller_test.cpp
1129
int32_t ret = NetsysController::GetInstance().
DestroyVnic
();
in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
net_manager_native.cpp
115
int32_t NetManagerNative::
DestroyVnic
()
in DestroyVnic()
function in OHOS::nmd::NetManagerNative
117
return VnicManager::GetInstance().
DestroyVnic
();
in DestroyVnic()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H
A
D
vnic_manager.cpp
331
int32_t VnicManager::
DestroyVnic
()
in DestroyVnic()
function in OHOS::NetManagerStandard::VnicManager
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H
A
D
i_netsys_service.h
112
virtual int32_t
DestroyVnic
() = 0;
H
A
D
netsys_native_service_proxy.h
78
int32_t
DestroyVnic
() override;
/foundation/communication/netmanager_base/services/netmanagernative/include/
H
A
D
netsys_native_service.h
102
int32_t
DestroyVnic
() override;
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H
A
D
net_manager_native.h
60
int32_t
DestroyVnic
();
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H
A
D
netsys_native_service_stub_test.cpp
220
int32_t
DestroyVnic
() override
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H
A
D
netsys_controller_service_impl.h
61
int32_t
DestroyVnic
() override;
H
A
D
i_netsys_controller_service.h
87
virtual int32_t
DestroyVnic
() = 0;
H
A
D
netsys_controller.h
71
int32_t
DestroyVnic
();
H
A
D
netsys_native_client.h
105
int32_t
DestroyVnic
();
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H
A
D
netsys_controller.cpp
117
int32_t NetsysController::
DestroyVnic
()
in DestroyVnic()
function in OHOS::NetManagerStandard::NetsysController
126
return netsysService_->
DestroyVnic
();
in DestroyVnic()
H
A
D
netsys_controller_service_impl.cpp
69
int32_t NetsysControllerServiceImpl::
DestroyVnic
()
in DestroyVnic()
function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
72
return netsysClient_.
DestroyVnic
();
in DestroyVnic()
H
A
D
netsys_native_client.cpp
257
int32_t NetsysNativeClient::
DestroyVnic
()
in DestroyVnic()
function in OHOS::NetManagerStandard::NetsysNativeClient
265
return proxy->
DestroyVnic
();
in DestroyVnic()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H
A
D
netsys_native_service.cpp
417
int32_t NetsysNativeService::
DestroyVnic
()
in DestroyVnic()
function in OHOS::NetsysNative::NetsysNativeService
419
int32_t result = netsysService_->
DestroyVnic
();
in DestroyVnic()
420
NETNATIVE_LOG_D("
DestroyVnic
");
in DestroyVnic()
H
A
D
netsys_native_service_stub.cpp
970
int32_t result =
DestroyVnic
();
in CmdDestroyVnic()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
net_conn_service.cpp
2887
if (NetsysController::GetInstance().
DestroyVnic
() != NETMANAGER_SUCCESS) {
in DisableVnicNetworkAsync()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H
A
D
netsys_native_service_proxy.cpp
1004
int32_t NetsysNativeServiceProxy::
DestroyVnic
()
in DestroyVnic()
function in OHOS::NetsysNative::NetsysNativeServiceProxy
1006
NETNATIVE_LOGI("Begin to
DestroyVnic
");
in DestroyVnic()
Completed in 51 milliseconds