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:isWildcard
(Results
1 - 15
of
15
) sorted by relevance
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H
A
D
netfirewall_default_rule_parser.cpp
212
cJSON *
isWildcard
= cJSON_GetObjectItem(mem, NET_FIREWALL_DOMAIN_IS_WILDCARD.c_str());
in ConvertDomainParamToConfig()
local
213
if (
isWildcard
!= nullptr && cJSON_IsBool(
isWildcard
)) {
in ConvertDomainParamToConfig()
214
rule.
isWildcard
= cJSON_IsTrue(
isWildcard
);
in ConvertDomainParamToConfig()
215
NETMGR_EXT_LOG_D("
isWildcard
= %{public}d", rule.
isWildcard
);
in ConvertDomainParamToConfig()
H
A
D
netfirewall_db_helper.cpp
56
if (param.
isWildcard
) {
in DomainListToBlob()
59
// 1 put
isWildcard
in DomainListToBlob()
60
blob.emplace_back(param.
isWildcard
? 1 : 0);
in DomainListToBlob()
85
// 1 get
isWildcard
in BlobToDomainList()
86
param.
isWildcard
= blob[i] ? true : false;
in BlobToDomainList()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H
A
D
netfirewall_service_test.cpp
116
domain.
isWildcard
= 1;
in GetNetFirewallRuleSptr()
165
domain.
isWildcard
= 1;
in GetNetFirewallRuleSptrTypeDns()
H
A
D
netfirewall_rule_manager_test.cpp
60
domain.
isWildcard
= false;
in GetNetFirewallRuleSptr()
H
A
D
netfirewall_service_stub_test.cpp
102
domain.
isWildcard
= false;
in GetNetFirewallRuleSptr()
H
A
D
netfirewall_client_test.cpp
160
domain.
isWildcard
= false;
in GetNetFirewallRuleSptr()
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H
A
D
netfirewall_rule_manager_test.cpp
60
domain.
isWildcard
= false;
in GetNetFirewallRuleSptr()
H
A
D
netfirewall_service_test.cpp
120
domain.
isWildcard
= 1;
in GetNetFirewallRuleSptr()
169
domain.
isWildcard
= 1;
in GetNetFirewallRuleSptrTypeDns()
814
std::string jsonString = "\"
isWildcard
\": false,\"domain\": \"www.openharmony.cn\"";
in HWTEST_F()
817
EXPECT_FALSE(rule.
isWildcard
);
in HWTEST_F()
H
A
D
netfirewall_service_proxy_test.cpp
94
domain.
isWildcard
= 1;
in GetNetFirewallRuleSptr()
H
A
D
netfirewall_client_test.cpp
160
domain.
isWildcard
= false;
in GetNetFirewallRuleSptr()
H
A
D
netfirewall_service_stub_test.cpp
102
domain.
isWildcard
= false;
in GetNetFirewallRuleSptr()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H
A
D
netfirewall_parcel.cpp
159
if (!parcel.WriteBool(
isWildcard
)) {
in Marshalling()
175
if (!parcel.ReadBool(ptr->
isWildcard
)) {
in Unmarshalling()
/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/
H
A
D
net_firewall_rule_parse.cpp
112
param.
isWildcard
= NapiUtils::GetBooleanProperty(env, valAttr, NET_FIREWALL_DOMAIN_IS_WILDCARD);
in ParseDomainList()
189
NapiUtils::SetBooleanProperty(env, element, NET_FIREWALL_DOMAIN_IS_WILDCARD, iface.
isWildcard
);
in SetDomainList()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H
A
D
netfirewall_parcel.h
71
const std::string NET_FIREWALL_DOMAIN_IS_WILDCARD = "
isWildcard
";
153
bool
isWildcard
; // Is there a universal configuration rule? It is mandatory
member
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H
A
D
dns_param_cache.cpp
571
if (param.
isWildcard
) {
in SetFirewallDomainRules()
Completed in 14 milliseconds