Home
last modified time | relevance | path

Searched refs:INPUT (Results 1 – 25 of 86) sorted by relevance

1234

/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/rule/
H A Dfirewall_chain_rule_test.cpp42 …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 Diptables_manager_test.cpp89 {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 Ddevice_type.h30 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 Diptables_rule_plugin_test.cpp54 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 Dfirewall_rule_plugin_test.cpp112 …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 Dlocal_hardware_manager_test.cpp55 DHType dhType = DHType::INPUT;
82 DHType dhType = DHType::INPUT;
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/
H A Diptables_manager.cpp57 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 Ddinput_context.h45 {DH_TYPE, DHType::INPUT},
50 {DH_TYPE, DHType::INPUT},
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_preview_test.cpp189 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 Diptables_rule_plugin.cpp169 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 Deffect_memory_manager.cpp31 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 Denabledcompsdump_fuzzer.cpp34 DHType::INPUT, DHType::A2D, DHType::GPS, DHType::HFP
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/componentloader_fuzzer/
H A Dcomponentloader_fuzzer.cpp32 DHType::INPUT, DHType::A2D, DHType::GPS, DHType::HFP
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/
H A Dfilter.h31 enum class FILTER_TYPE { INPUT, ALGOFILTER, MEGERFILTER, OUTPUT }; enumerator
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/memory/
H A Deffect_memory_manager.h29 INPUT = 0, enumerator
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/task_fuzzer/
H A Dtask_fuzzer.cpp34 DHType::INPUT, DHType::A2D, DHType::GPS, DHType::HFP
/ohos5.0/base/customization/enterprise_device_management/common/native/include/plugin_utils/
H A Diptables_utils.h28 enum class Direction { INVALID = -1, INPUT, OUTPUT }; enumerator
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/versioninfomanager_fuzzer/
H A Dversioninfomanager_fuzzer.cpp36 DHType::INPUT, DHType::A2D, DHType::GPS, DHType::HFP
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_custom_config.h92 INPUT, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension_util.h41 INPUT, enumerator
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/resourcemanager_fuzzer/
H A Dresourcemanager_fuzzer.cpp35 DHType::INPUT, DHType::A2D, DHType::GPS, DHType::HFP
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_single_post_process.cpp53 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 Dcomponentmanager_fuzzer.cpp37 DHType::INPUT, DHType::A2D, DHType::GPS, DHType::HFP
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_camera_single_post_process.cpp58 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 Dinput_display_bind_helper.cpp43 const std::string INPUT { "input" }; variable
454 size_t pos = inputEvent.find(INPUT); in GetInputDeviceById()
456 inputEvent.replace(pos, INPUT.length(), EVENT); in GetInputDeviceById()

1234