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:RULE_INVALID
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H
A
D
dns_param_cache.cpp
440
return FirewallRuleAction::
RULE_INVALID
;
in GetFirewallRuleAction()
466
FirewallRuleAction exactAllowAction = FirewallRuleAction::
RULE_INVALID
;
in IsInterceptDomain()
472
FirewallRuleAction exactDenyAction = FirewallRuleAction::
RULE_INVALID
;
in IsInterceptDomain()
478
FirewallRuleAction wildcardAllowAction = FirewallRuleAction::
RULE_INVALID
;
in IsInterceptDomain()
482
FirewallRuleAction wildcardDenyAction = FirewallRuleAction::
RULE_INVALID
;
in IsInterceptDomain()
486
isMatchAllow = (exactAllowAction != FirewallRuleAction::
RULE_INVALID
) ||
in IsInterceptDomain()
487
(wildcardAllowAction != FirewallRuleAction::
RULE_INVALID
);
in IsInterceptDomain()
488
bool isDeny = (exactDenyAction != FirewallRuleAction::
RULE_INVALID
) ||
in IsInterceptDomain()
489
(wildcardDenyAction != FirewallRuleAction::
RULE_INVALID
);
in IsInterceptDomain()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H
A
D
netfirewall_parcel.h
94
RULE_INVALID
= -1,
member in OHOS::NetManagerStandard::FirewallRuleAction
101
RULE_INVALID
= -1, // TYPE INVALID
member in OHOS::NetManagerStandard::NetFirewallRuleType
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H
A
D
dns_param_cache.h
179
FirewallRuleAction firewallDefaultAction_ = FirewallRuleAction::
RULE_INVALID
;
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H
A
D
netfirewall_db_helper.cpp
573
if (type != NetFirewallRuleType::RULE_ALL && type != NetFirewallRuleType::
RULE_INVALID
) {
in QueryAllUserEnabledFirewallRules()
Completed in 4 milliseconds