Home
last modified time | relevance | path

Searched refs:netPolicyRule (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/fuzztest/netbasebranch_fuzzer/
H A Dnet_base_branch_fuzzer.cpp121 std::shared_ptr<NetPolicyRule> netPolicyRule = std::make_shared<NetPolicyRule>(); in NetPolicyRuleBranchFuzzTest() local
124 netPolicyRule->UpdateForegroundUidList(testId, isForeground); in NetPolicyRuleBranchFuzzTest()
126 netPolicyRule->GetDumpMessage(message); in NetPolicyRuleBranchFuzzTest()
129 netPolicyRule->HandleEvent(testId, policyEvent); in NetPolicyRuleBranchFuzzTest()
130 netPolicyRule->IsValidNetPolicy(testId); in NetPolicyRuleBranchFuzzTest()
132 netPolicyRule->NetsysCtrl(testId, netsysCtrl); in NetPolicyRuleBranchFuzzTest()
133 netPolicyRule->BuildTransCondition(testId, netsysCtrl); in NetPolicyRuleBranchFuzzTest()
/ohos5.0/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_net_policy_core.cpp79 auto netPolicyRule = g_netPolicyCore->CreateCore<NetPolicyRule>(); variable