/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/ |
H A D | iptables_manager.cpp | 82 if (executer == nullptr) { in AddFirewallRule() 90 return executer->Add(chainRule); in AddFirewallRule() 134 if (executer == nullptr) { in RemoveFirewallRule() 153 if (executer == nullptr) { in GetFirewallRules() 170 if (executer == nullptr) { in GetFirewallRules() 209 if (executer == nullptr) { in AddDomainFilterRule() 264 if (executer == nullptr) { in RemoveDomainFilterRules() 282 executer->GetAll(ruleList); in GetDomainFilterRules() 378 if (executer == nullptr) { in ClearDefaultFirewallDenyChain() 393 if (executer == nullptr) { in SetDefaultDomainDenyChain() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_interceptor_test/ |
H A D | ability_interceptor_test.cpp | 81 EXPECT_NE(executer, nullptr); 100 int result = executer->DoProcess(param); 119 int result = executer->DoProcess(param); 139 int result = executer->DoProcess(param); 158 int result = executer->DoProcess(param); 177 int result = executer->DoProcess(param); 196 int result = executer->DoProcess(param); 218 int result = executer->DoProcess(param); 238 int result = executer->DoProcess(param); 258 int result = executer->DoProcess(param); [all …]
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/executer/ |
H A D | iexecuter_test.cpp | 75 EXPECT_TRUE(executer->Init() == ERR_OK); 88 EXPECT_TRUE(executer->CreateChain() == ERR_OK); 91 EXPECT_FALSE(executer->CreateChain() == ERR_OK); 104 EXPECT_TRUE(executer->Add(nullptr) != ERR_OK); 107 EXPECT_TRUE(executer->Add(nullptr) != ERR_OK); 112 EXPECT_TRUE(executer->Add(rule) == ERR_OK); 115 EXPECT_FALSE(executer->Add(rule) == ERR_OK); 123 EXPECT_TRUE(executer->Add(rule) == ERR_OK); 144 EXPECT_TRUE(executer->Remove(rule) == ERR_OK); 155 EXPECT_TRUE(executer->Remove(rule) == ERR_OK); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrdisposedruleinterceptor_fuzzer/ |
H A D | abilitymgrdisposedruleinterceptor_fuzzer.cpp | 69 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); in DoSomethingInterestingWithMyAPI() local 81 executer-> DoProcess(param); in DoSomethingInterestingWithMyAPI() 82 executer-> CheckControl(want, userId, disposedRule, 0); in DoSomethingInterestingWithMyAPI() 83 executer-> CheckDisposedRule(want, disposedRule); in DoSomethingInterestingWithMyAPI() 84 executer-> StartNonBlockRule(want, disposedRule); in DoSomethingInterestingWithMyAPI() 85 executer-> GetAppMgr(); in DoSomethingInterestingWithMyAPI() 86 executer-> UnregisterObserver(stringParam); in DoSomethingInterestingWithMyAPI() 87 executer-> CreateModalUIExtension(want, token); in DoSomethingInterestingWithMyAPI() 88 executer-> SetInterceptInfo(want, disposedRule); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrecologicalruleinterceptor_fuzzer/ |
H A D | abilitymgrecologicalruleinterceptor_fuzzer.cpp | 70 std::shared_ptr<EcologicalRuleInterceptor> executer = in DoSomethingInterestingWithMyAPI() local 82 executer->DoProcess(param); in DoSomethingInterestingWithMyAPI() 83 executer->DoProcess(want, userId); in DoSomethingInterestingWithMyAPI() 84 executer->GetEcologicalTargetInfo(want, abilityInfo, callerInfo); in DoSomethingInterestingWithMyAPI() 85 executer->GetEcologicalCallerInfo(want, callerInfo, userId, token); in DoSomethingInterestingWithMyAPI() 86 executer->InitErmsCallerInfo(want, abilityInfo, callerInfo, userId, token); in DoSomethingInterestingWithMyAPI() 87 executer->GetAppTypeByBundleType(bundleType); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinterceptorexecuter_fuzzer/ |
H A D | abilitymgrinterceptorexecuter_fuzzer.cpp | 67 …std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter… in DoSomethingInterestingWithMyAPI() local 70 executer->AddInterceptor(jsonStr, interceptor); in DoSomethingInterestingWithMyAPI() 71 executer->RemoveInterceptor(jsonStr); in DoSomethingInterestingWithMyAPI() 78 executer->DoProcess(param); in DoSomethingInterestingWithMyAPI() 80 executer->SetTaskHandler(taskHandler); in DoSomethingInterestingWithMyAPI() 81 executer->GetInterceptorMapCopy(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/ |
H A D | BUILD.gn | 33 "../../../../services/edm_plugin/include/network/executer", 37 "./include/network/executer", 49 "./src/network/executer/executer_utils_mock.cpp", 148 "./src/network/executer/domain_executer_test.cpp", 149 "./src/network/executer/executer_factory_test.cpp", 150 "./src/network/executer/executer_utils_test.cpp", 151 "./src/network/executer/firewall_executer_test.cpp", 152 "./src/network/executer/iexecuter_test.cpp", 324 "../../../../services/edm_plugin/include/network/executer", 413 "../../../../services/edm_plugin/src/network/executer/executer_utils.cpp", [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrcontrolinterceptor_fuzzer/ |
H A D | abilitymgrcontrolinterceptor_fuzzer.cpp | 67 std::shared_ptr<ControlInterceptor> executer = std::make_shared<ControlInterceptor>(); in DoSomethingInterestingWithMyAPI() local 76 executer->DoProcess(param); in DoSomethingInterestingWithMyAPI() 78 executer->CheckControl(want, userId, controlRule); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/customization/enterprise_device_management/services/edm/ |
H A D | BUILD.gn | 27 "../edm_plugin/include/network/executer", 185 "../edm_plugin/src/network/executer/domain_executer.cpp", 186 "../edm_plugin/src/network/executer/executer_factory.cpp", 187 "../edm_plugin/src/network/executer/executer_utils.cpp", 188 "../edm_plugin/src/network/executer/firewall_executer.cpp", 189 "../edm_plugin/src/network/executer/iexecuter.cpp",
|
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/enterprisedevicemgrstubmock_fuzzer/ |
H A D | BUILD.gn | 36 "../../../services/edm_plugin/include/network/executer", 229 "../../../services/edm_plugin/src/network/executer/domain_executer.cpp", 230 "../../../services/edm_plugin/src/network/executer/executer_factory.cpp", 231 "../../../services/edm_plugin/src/network/executer/executer_utils.cpp", 232 "../../../services/edm_plugin/src/network/executer/firewall_executer.cpp", 233 "../../../services/edm_plugin/src/network/executer/iexecuter.cpp",
|
/ohos5.0/base/startup/init/services/begetctl/shell/ |
H A D | shell_bas.c | 198 …return cmd->executer((BShellHandle)shell, shell->argc - cmd->argStart, &shell->args[cmd->argStart]… in BShellEnvExcuteCmd() 512 BSH_CHECK(cmdInfo->executer != NULL, return BSH_INVALID_PARAM, "Invalid cmd executer"); in BShellEnvRegisterCmd() 517 cmd->executer = cmdInfo->executer; in BShellEnvRegisterCmd() 748 int32_t ret = cmd->executer(handle, argc - cmd->argStart, &args[cmd->argStart]); in BShellEnvDirectExecute()
|
H A D | shell_bas.h | 61 BShellCmdExecuter_ executer; member
|
H A D | shell.h | 54 BShellCmdExecuter_ executer; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_command_processor.h | 53 HfpAgCommandProcessor::AtCmdFn executer; member
|
H A D | hfp_ag_command_processor.cpp | 208 (this->*(it->second.executer))(dataConn, arg); in Handle()
|