Home
last modified time | relevance | path

Searched refs:FIREWALL_RULE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Dedm_ipc_interface_code.h75 FIREWALL_RULE = 1034, enumerator
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dfirewall_rule_plugin.cpp35 …ptr->InitAttribute(EdmInterfaceCode::FIREWALL_RULE, "firewall_rule", "ohos.permission.ENTERPRISE_M… in InitPlugin()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/network_manager/src/
H A Dnetwork_manager_proxy.cpp225 … funcCode = POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::SET, EdmInterfaceCode::FIREWALL_RULE); in AddFirewallRule()
242 …ncCode = POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::REMOVE, EdmInterfaceCode::FIREWALL_RULE); in RemoveFirewallRule()
256 … EnterpriseDeviceMgrProxy::GetInstance()->GetPolicy(EdmInterfaceCode::FIREWALL_RULE, data, reply); in GetFirewallRules()
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/firewallruleplugin_fuzzer/
H A Dfirewall_rule_plugin_fuzzer.cpp49 uint32_t code = EdmInterfaceCode::FIREWALL_RULE; in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_client_test.cpp59 const uint32_t FIREWALL_RULE = 1; variable
246 ret = nativeClient_.FirewallSetUidRule(CHAIN, {NET_ID}, FIREWALL_RULE);
H A Dnetsys_controller_test.cpp72 const uint32_t FIREWALL_RULE = 1; variable
371 ret = NetsysController::GetInstance().FirewallSetUidRule(TEST_UID, {TEST_UID}, FIREWALL_RULE);
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dfirewall_rule_plugin_test.cpp77 ASSERT_TRUE(plugin->GetCode() == (std::uint32_t)EdmInterfaceCode::FIREWALL_RULE);