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:uidPolicyRules_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H
A
D
net_policy_rule.cpp
27
// Init uid、policy and background allow status from file,and save uid、policy into
uidPolicyRules_
.
in Init()
34
uidPolicyRules_
[uid] = {.policy_ = policy};
in Init()
41
// When system status is changed,traverse
uidPolicyRules_
to calculate the rule and netsys.
in TransPolicyToRule()
42
for (const auto &[uid, policy] :
uidPolicyRules_
) {
in TransPolicyToRule()
50
const auto &itr =
uidPolicyRules_
.find(uid);
in TransPolicyToRule()
51
if (itr ==
uidPolicyRules_
.end()) {
in TransPolicyToRule()
68
auto policyRule =
uidPolicyRules_
.find(uid);
in TransPolicyToRule()
69
if (policyRule ==
uidPolicyRules_
.end()) {
in TransPolicyToRule()
71
uidPolicyRules_
[uid] = {.policy_ = policy};
in TransPolicyToRule()
125
auto policyRuleNetsys =
uidPolicyRules_
in TransConditionToRuleAndNetsys()
[all...]
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H
A
D
net_policy_rule.h
206
std::map<uint32_t, UidPolicyRule>
uidPolicyRules_
;
member in OHOS::NetManagerStandard::NetPolicyRule
Completed in 2 milliseconds