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 D | edm_ipc_interface_code.h | 75 FIREWALL_RULE = 1034, enumerator
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | firewall_rule_plugin.cpp | 35 …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 D | network_manager_proxy.cpp | 225 … 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 D | firewall_rule_plugin_fuzzer.cpp | 49 uint32_t code = EdmInterfaceCode::FIREWALL_RULE; in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_native_client_test.cpp | 59 const uint32_t FIREWALL_RULE = 1; variable 246 ret = nativeClient_.FirewallSetUidRule(CHAIN, {NET_ID}, FIREWALL_RULE);
|
H A D | netsys_controller_test.cpp | 72 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 D | firewall_rule_plugin_test.cpp | 77 ASSERT_TRUE(plugin->GetCode() == (std::uint32_t)EdmInterfaceCode::FIREWALL_RULE);
|