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:ClearAllRules
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/netmanager_base/test/netmanagernative/unittest/firewall_manager_test/
H
A
D
firewall_manager_class_test.cpp
233
int32_t ret2 = g_firewallManager->
ClearAllRules
();
in HWTEST_F()
422
* @tc.name:
ClearAllRules
423
* @tc.desc: Test FirewallManager
ClearAllRules
.
426
HWTEST_F(FirewallManagerTest,
ClearAllRules
, TestSize.Level1)
in HWTEST_F()
428
int32_t ret = g_firewallManager->
ClearAllRules
();
in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H
A
D
firewall_manager.h
83
int32_t
ClearAllRules
();
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H
A
D
firewall_manager.cpp
208
int32_t FirewallManager::
ClearAllRules
()
in ClearAllRules()
function in OHOS::nmd::FirewallManager
210
NETNATIVE_LOG_D("FirewallManager
ClearAllRules
");
in ClearAllRules()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
net_manager_native.cpp
619
return firewallManager_->
ClearAllRules
();
in ClearFirewallAllRules()
Completed in 5 milliseconds