/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/rule/ |
H A D | firewall_chain_rule_test.cpp | 42 …FirewallRule firewallRule{Direction::INPUT, Action::DENY, Protocol::UDP, "192.168.2.100", "192.168… 46 EXPECT_EQ(firewallChainRule.ToFilterRule(Direction::INPUT), firewallRule); 48 …firewallRule = {Direction::INPUT, Action::ALLOW, Protocol::UDP, "192.168.1.1", "192.168.2.2", "909… 54 EXPECT_EQ(firewallChainRule1.ToFilterRule(Direction::INPUT), firewallRule); 56 …firewallRule = {Direction::INPUT, Action::ALLOW, Protocol::UDP, "192.168.4.1", "192.168.5.1-192.16… 63 EXPECT_EQ(firewallChainRule2.ToFilterRule(Direction::INPUT), firewallRule); 65 firewallRule = {Direction::INPUT, Action::ALLOW, Protocol::UDP, "192.168.6.1-192.168.6.254", 73 EXPECT_EQ(firewallChainRule3.ToFilterRule(Direction::INPUT), firewallRule); 76 firewallRule = {Direction::INPUT, Action::ALLOW, Protocol::INVALID, "", "", "", "", ""}; 77 EXPECT_EQ(firewallChainRuleEmpty.ToFilterRule(Direction::INPUT), firewallRule); [all …]
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/ |
H A D | iptables_manager_test.cpp | 89 {Direction::INPUT, Action::ALLOW, Protocol::INVALID, "", "", "80", "", ""}, 90 {Direction::INPUT, Action::DENY, Protocol::INVALID, "", "", "80:90", "", ""}, 92 {Direction::INPUT, Action::ALLOW, Protocol::INVALID, "", "", "", "901", ""}, 114 {Direction::INPUT, Action::ALLOW, Protocol::ALL, "", "", "80", "", ""}, 115 {Direction::INPUT, Action::ALLOW, Protocol::ALL, "", "", "", "90", ""}, 146 {Direction::INPUT, Action::ALLOW, Protocol::INVALID, "", "", "80", "", ""}, 149 {Direction::INPUT, Action::ALLOW, Protocol::INVALID, "", "", "", "901", ""}, 198 {Direction::INPUT, Action::ALLOW, Protocol::INVALID, "", "", "80", "", ""}, 201 {Direction::INPUT, Action::ALLOW, Protocol::INVALID, "", "", "", "901", ""}, 223 {Direction::INPUT, Action::ALLOW, Protocol::ALL, "", "", "80", "", ""}, [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/ |
H A D | device_type.h | 30 INPUT = 0x20, // Key board enumerator 41 INPUT = 0x20, // Key board enumerator 51 { DHType::INPUT, "INPUT" }, 84 {DHType::INPUT, "Input"},
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
H A D | iptables_rule_plugin_test.cpp | 54 removeFilter.direction = IPTABLES::Direction::INPUT; in ResetIptablesRule() 148 addFilter.direction = IPTABLES::Direction::INPUT; 164 ASSERT_TRUE(addFilter2.direction == IPTABLES::Direction::INPUT); 192 filter.direction = IPTABLES::Direction::INPUT; 204 ASSERT_TRUE(filter2.direction == IPTABLES::Direction::INPUT); 245 filter.direction = IPTABLES::Direction::INPUT; 264 ErrCode ret = plugin->ExecRemoveFilterBySimpleCommand(IPTABLES::Direction::INPUT); 282 filter.direction = IPTABLES::Direction::INPUT; 340 …bool ret = plugin->ProcessFirewallDirection(static_cast<int32_t>(IPTABLES::Direction::INPUT), dire… 378 …bool ret = plugin->ConvertChainCommand(IPTABLES::Action::ALLOW, IPTABLES::Direction::INPUT, comman… [all …]
|
H A D | firewall_rule_plugin_test.cpp | 112 …IPTABLES::FirewallRule rule{IPTABLES::Direction::INPUT, IPTABLES::Action::DENY, IPTABLES::Protocol… 129 …IPTABLES::FirewallRule rule{IPTABLES::Direction::INPUT, IPTABLES::Action::DENY, IPTABLES::Protocol… 146 …IPTABLES::FirewallRule rule{IPTABLES::Direction::INPUT, IPTABLES::Action::DENY, IPTABLES::Protocol… 163 …IPTABLES::FirewallRule rule{IPTABLES::Direction::INPUT, IPTABLES::Action::DENY, IPTABLES::Protocol…
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/localhardwaremanager/localhardwaremanager/src/ |
H A D | local_hardware_manager_test.cpp | 55 DHType dhType = DHType::INPUT; 82 DHType dhType = DHType::INPUT;
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/ |
H A D | iptables_manager.cpp | 57 if (direction == Direction::INPUT && !std::get<FIREWALL_APPUID_IND>(rule).empty()) { in AddFirewallRule() 68 if (action == Action::ALLOW && direction == Direction::INPUT) { in AddFirewallRule() 72 } else if (action == Action::DENY && direction == Direction::INPUT) { in AddFirewallRule() 98 if (direction == Direction::INPUT && !std::get<FIREWALL_APPUID_IND>(rule).empty()) { in RemoveFirewallRule() 162 FirewallRuleParcel firewall{firewallRule.ToFilterRule(Direction::INPUT)}; in GetFirewallRules() 293 if (direction == Direction::INPUT) { in GetRemoveChainName()
|
/ohos5.0/foundation/distributedhardware/distributed_input/utils/include/ |
H A D | dinput_context.h | 45 {DH_TYPE, DHType::INPUT}, 50 {DH_TYPE, DHType::INPUT},
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_preview_test.cpp | 189 model.SetCleanNodeStyle(CleanNodeStyle::INPUT); in __anoneb3d328a0602() 255 model.SetCleanNodeStyle(CleanNodeStyle::INPUT); in __anoneb3d328a0802()
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | iptables_rule_plugin.cpp | 169 case IPTABLES::Direction::INPUT: in ExecRemoveFilterBySimpleCommand() 204 if (action == IPTABLES::Action::ALLOW && direction == IPTABLES::Direction::INPUT) { in ConvertChainCommand() 208 } else if (action == IPTABLES::Action::DENY && direction == IPTABLES::Direction::INPUT) { in ConvertChainCommand()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/manager/memory_manager/ |
H A D | effect_memory_manager.cpp | 31 AddFilterMemory(srcEffectBuffer, MemDataType::INPUT, in Init() 188 if (memDataType_ == MemDataType::INPUT || memDataType_ == MemDataType::OUTPUT) { in Deinit()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/enabledcompsdump_fuzzer/ |
H A D | enabledcompsdump_fuzzer.cpp | 34 DHType::INPUT, DHType::A2D, DHType::GPS, DHType::HFP
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/componentloader_fuzzer/ |
H A D | componentloader_fuzzer.cpp | 32 DHType::INPUT, DHType::A2D, DHType::GPS, DHType::HFP
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/ |
H A D | filter.h | 31 enum class FILTER_TYPE { INPUT, ALGOFILTER, MEGERFILTER, OUTPUT }; enumerator
|
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/memory/ |
H A D | effect_memory_manager.h | 29 INPUT = 0, enumerator
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/task_fuzzer/ |
H A D | task_fuzzer.cpp | 34 DHType::INPUT, DHType::A2D, DHType::GPS, DHType::HFP
|
/ohos5.0/base/customization/enterprise_device_management/common/native/include/plugin_utils/ |
H A D | iptables_utils.h | 28 enum class Direction { INVALID = -1, INPUT, OUTPUT }; enumerator
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/versioninfomanager_fuzzer/ |
H A D | versioninfomanager_fuzzer.cpp | 36 DHType::INPUT, DHType::A2D, DHType::GPS, DHType::HFP
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/ |
H A D | auto_fill_custom_config.h | 92 INPUT, enumerator
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/auto_fill_extension_ability/ |
H A D | js_auto_fill_extension_util.h | 41 INPUT, enumerator
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/resourcemanager_fuzzer/ |
H A D | resourcemanager_fuzzer.cpp | 35 DHType::INPUT, DHType::A2D, DHType::GPS, DHType::HFP
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_single_post_process.cpp | 53 constexpr string_view INPUT = "input"; variable 394 } else if ((jsonInputs_.defaultOutputImage == DefaultOutputImage::INPUT) && in RegisterOutputs() 541 jsonInputs_.defaultOutputImage = DefaultOutputImage::INPUT; in ParseRenderNodeInputs() 563 if (ref.usageName == INPUT) { in ParseRenderNodeInputs()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/componentmanager_fuzzer/ |
H A D | componentmanager_fuzzer.cpp | 37 DHType::INPUT, DHType::A2D, DHType::GPS, DHType::HFP
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_camera_single_post_process.cpp | 58 constexpr string_view INPUT = "input"; variable 404 } else if ((jsonInputs_.defaultOutputImage == DefaultOutputImage::INPUT) && in RegisterOutputs() 632 jsonInputs_.defaultOutputImage = DefaultOutputImage::INPUT; in ParseRenderNodeInputs() 655 if (ref.usageName == INPUT) { in ParseRenderNodeInputs()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_display_bind_helper.cpp | 43 const std::string INPUT { "input" }; variable 454 size_t pos = inputEvent.find(INPUT); in GetInputDeviceById() 456 inputEvent.replace(pos, INPUT.length(), EVENT); in GetInputDeviceById()
|