Home
last modified time | relevance | path

Searched refs:executer (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/ability_interceptor_third_test/
H A Dability_interceptor_third_test.cpp61 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); in HWTEST_F() local
62 executer->AddInterceptor("CrowdTest", std::make_shared<CrowdTestInterceptor>()); in HWTEST_F()
63 auto resMap = executer->GetInterceptorMapCopy(); in HWTEST_F()
65 executer->RemoveInterceptor("CrowdTest"); in HWTEST_F()
66 auto resMap2 = executer->GetInterceptorMapCopy(); in HWTEST_F()
78 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); in HWTEST_F() local
80 executer->AddInterceptor("CrowdTest", std::make_shared<CrowdTestInterceptor>()); in HWTEST_F()
81 executer->SetTaskHandler(taskHandler); in HWTEST_F()
82 auto resMap2 = executer->GetInterceptorMapCopy(); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_interceptor_test/
H A Dability_interceptor_test.cpp81 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); in HWTEST_F() local
82 EXPECT_NE(executer, nullptr); in HWTEST_F()
93 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); in HWTEST_F() local
99 executer->AddInterceptor("CrowdTest", std::make_shared<CrowdTestInterceptor>()); in HWTEST_F()
103 int result = executer->DoProcess(param); in HWTEST_F()
115 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); in HWTEST_F() local
120 executer->AddInterceptor("CrowdTest", std::make_shared<CrowdTestInterceptor>()); in HWTEST_F()
124 int result = executer->DoProcess(param); in HWTEST_F()
136 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); in HWTEST_F() local
142 executer in HWTEST_F()
158 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); HWTEST_F() local
179 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); HWTEST_F() local
200 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); HWTEST_F() local
221 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); HWTEST_F() local
245 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); HWTEST_F() local
267 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); HWTEST_F() local
289 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); HWTEST_F() local
311 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); HWTEST_F() local
333 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); HWTEST_F() local
355 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); HWTEST_F() local
376 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); HWTEST_F() local
393 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); HWTEST_F() local
411 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); HWTEST_F() local
429 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); HWTEST_F() local
448 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); HWTEST_F() local
467 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); HWTEST_F() local
482 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); HWTEST_F() local
499 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); HWTEST_F() local
520 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_interceptor_second_test/
H A Dability_interceptor_second_test.cpp75 std::shared_ptr<AbilityInterceptorExecuter> executer = std::make_shared<AbilityInterceptorExecuter>(); in HWTEST_F() local
76 EXPECT_NE(executer, nullptr); in HWTEST_F()
89 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); in HWTEST_F() local
95 bool result = executer->CheckDisposedRule(want, disposedRule); in HWTEST_F()
109 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); in HWTEST_F() local
116 bool result = executer->CheckDisposedRule(want, disposedRule); in HWTEST_F()
130 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); in HWTEST_F() local
137 ErrCode result = executer->StartNonBlockRule(want, disposedRule); in HWTEST_F()
151 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); in HWTEST_F() local
159 ErrCode result = executer in HWTEST_F()
173 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); HWTEST_F() local
194 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); HWTEST_F() local
216 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); HWTEST_F() local
237 std::shared_ptr<DisposedRuleInterceptor> executer = std::make_shared<DisposedRuleInterceptor>(); HWTEST_F() local
[all...]
/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
83 executer-> DoProcess(param); in DoSomethingInterestingWithMyAPI()
84 executer-> CheckControl(want, userId, disposedRule, 0); in DoSomethingInterestingWithMyAPI()
85 executer-> CheckDisposedRule(want, disposedRule); in DoSomethingInterestingWithMyAPI()
86 executer-> StartNonBlockRule(want, disposedRule); in DoSomethingInterestingWithMyAPI()
87 executer-> GetAppMgr(); in DoSomethingInterestingWithMyAPI()
88 executer-> UnregisterObserver(stringParam); in DoSomethingInterestingWithMyAPI()
89 executer-> CreateModalUIExtension(want, token); in DoSomethingInterestingWithMyAPI()
90 executer-> SetInterceptInfo(want, disposedRule); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrecologicalruleinterceptor_fuzzer/
H A Dabilitymgrecologicalruleinterceptor_fuzzer.cpp70 std::shared_ptr<EcologicalRuleInterceptor> executer = in DoSomethingInterestingWithMyAPI() local
83 executer->DoProcess(param); in DoSomethingInterestingWithMyAPI()
84 executer->DoProcess(want, userId); in DoSomethingInterestingWithMyAPI()
85 executer->GetEcologicalTargetInfo(want, abilityInfo, callerInfo); in DoSomethingInterestingWithMyAPI()
86 executer->GetEcologicalCallerInfo(want, callerInfo, userId, token); in DoSomethingInterestingWithMyAPI()
87 executer->InitErmsCallerInfo(want, abilityInfo, callerInfo, userId, token); in DoSomethingInterestingWithMyAPI()
88 executer->GetAppTypeByBundleType(bundleType); in DoSomethingInterestingWithMyAPI()
/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()
79 executer->DoProcess(param); in DoSomethingInterestingWithMyAPI()
81 executer->SetTaskHandler(taskHandler); in DoSomethingInterestingWithMyAPI()
82 executer->GetInterceptorMapCopy(); in DoSomethingInterestingWithMyAPI()
/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
77 executer->DoProcess(param); in DoSomethingInterestingWithMyAPI()
79 executer->CheckControl(want, userId, controlRule); in DoSomethingInterestingWithMyAPI()
/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()

Completed in 5 milliseconds