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:NetPolicyRule
(Results
1 - 13
of
13
) sorted by relevance
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H
A
D
net_policy_rule.cpp
23
NetPolicyRule
::
NetPolicyRule
() = default;
25
void
NetPolicyRule
::Init()
in Init()
39
void
NetPolicyRule
::TransPolicyToRule()
in TransPolicyToRule()
47
void
NetPolicyRule
::TransPolicyToRule(uint32_t uid)
in TransPolicyToRule()
61
int32_t
NetPolicyRule
::TransPolicyToRule(uint32_t uid, uint32_t policy)
in TransPolicyToRule()
88
uint32_t
NetPolicyRule
::BuildTransCondition(uint32_t uid, uint32_t policy)
in BuildTransCondition()
118
void
NetPolicyRule
::TransConditionToRuleAndNetsys(uint32_t policyCondition, uint32_t uid, uint32_t policy)
in TransConditionToRuleAndNetsys()
123
NETMGR_LOG_D("
NetPolicyRule
->uid:[%{public}u] policy:[%{public}u] rule:[%{public}u] policyCondition[%{public}u]",
in TransConditionToRuleAndNetsys()
146
uint32_t
NetPolicyRule
[all...]
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H
A
D
net_policy_rule.h
46
class
NetPolicyRule
: public NetPolicyBase {
class
48
NetPolicyRule
();
H
A
D
net_policy_service.h
284
std::shared_ptr<
NetPolicyRule
> netPolicyRule_ = nullptr;
/foundation/communication/netmanager_base/test/fuzztest/netbasebranch_fuzzer/
H
A
D
net_base_branch_fuzzer.cpp
123
std::shared_ptr<
NetPolicyRule
> netPolicyRule = std::make_shared<
NetPolicyRule
>();
in NetPolicyRuleBranchFuzzTest()
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H
A
D
ut_net_policy_callback.cpp
58
std::shared_ptr<
NetPolicyRule
> g_netPolicyRuleCb = nullptr;
120
g_netPolicyRuleCb = std::make_shared<
NetPolicyRule
>();
in SetUpTestCase()
H
A
D
ut_net_policy_rule.cpp
39
std::shared_ptr<
NetPolicyRule
> g_netPolicyRule = nullptr;
54
g_netPolicyRule = std::make_shared<
NetPolicyRule
>();
in SetUpTestCase()
79
* @tc.desc: Test
NetPolicyRule
TransPolicyToRule.
90
* @tc.desc: Test
NetPolicyRule
IsUidNetAllowed.
104
* @tc.desc: Test
NetPolicyRule
GetPolicyByUid.
118
* @tc.desc: Test
NetPolicyRule
GetUidsByPolicy.
168
* @tc.desc: Test
NetPolicyRule
ResetPolicies.
192
* @tc.desc: Test
NetPolicyRule
SetBackgroundPolicy.
206
* @tc.desc: Test
NetPolicyRule
GetBackgroundPolicy.
238
* @tc.desc: Test
NetPolicyRule
HandleEven
[all...]
H
A
D
ut_net_policy_core.cpp
79
auto netPolicyRule = g_netPolicyCore->CreateCore<
NetPolicyRule
>();
in HWTEST_F()
H
A
D
ut_net_policy_service.cpp
52
instance_->netPolicyRule_ = std::make_shared<
NetPolicyRule
>();
in SetUp()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H
A
D
ut_net_policy_callback.cpp
58
std::shared_ptr<
NetPolicyRule
> g_netPolicyRuleCb = nullptr;
120
g_netPolicyRuleCb = std::make_shared<
NetPolicyRule
>();
in SetUpTestCase()
H
A
D
ut_net_policy_core.cpp
79
auto netPolicyRule = g_netPolicyCore->CreateCore<
NetPolicyRule
>();
in HWTEST_F()
H
A
D
ut_net_policy_service.cpp
52
instance_->netPolicyRule_ = std::make_shared<
NetPolicyRule
>();
in SetUp()
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_service_test/
H
A
D
net_policy_service_test.cpp
53
instance_->netPolicyRule_ = std::make_shared<
NetPolicyRule
>();
in SetUp()
/foundation/communication/netmanager_base/services/netpolicymanager/src/
H
A
D
net_policy_service.cpp
114
netPolicyRule_ = netPolicyCore_->CreateCore<
NetPolicyRule
>();
in Init()
Completed in 8 milliseconds