Searched refs:netPolicyRule (Results 1 – 2 of 2) sorted by relevance
121 std::shared_ptr<NetPolicyRule> netPolicyRule = std::make_shared<NetPolicyRule>(); in NetPolicyRuleBranchFuzzTest() local124 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()
79 auto netPolicyRule = g_netPolicyCore->CreateCore<NetPolicyRule>(); variable