Home
last modified time | relevance | path

Searched refs:executer (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/
H A Diptables_manager.cpp82 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 Dability_interceptor_test.cpp81 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 Diexecuter_test.cpp75 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 Dabilitymgrdisposedruleinterceptor_fuzzer.cpp69 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 Dabilitymgrecologicalruleinterceptor_fuzzer.cpp70 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 Dabilitymgrinterceptorexecuter_fuzzer.cpp67 …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 DBUILD.gn33 "../../../../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 Dabilitymgrcontrolinterceptor_fuzzer.cpp67 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 DBUILD.gn27 "../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 DBUILD.gn36 "../../../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 Dshell_bas.c198 …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 Dshell_bas.h61 BShellCmdExecuter_ executer; member
H A Dshell.h54 BShellCmdExecuter_ executer; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_command_processor.h53 HfpAgCommandProcessor::AtCmdFn executer; member
H A Dhfp_ag_command_processor.cpp208 (this->*(it->second.executer))(dataConn, arg); in Handle()