Home
last modified time | relevance | path

Searched refs:ControlInterceptor (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
H A Dcontrol_interceptor.h26 class ControlInterceptor : public IAbilityInterceptor { class
28 ControlInterceptor() = default;
29 ~ControlInterceptor() = default;
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrcontrolinterceptor_fuzzer/
H A Dabilitymgrcontrolinterceptor_fuzzer.cpp67 std::shared_ptr<ControlInterceptor> executer = std::make_shared<ControlInterceptor>(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dcontrol_interceptor.cpp32 ErrCode ControlInterceptor::DoProcess(AbilityInterceptorParam param) in DoProcess()
68 bool ControlInterceptor::CheckControl(const Want &want, int32_t userId, in CheckControl()
/foundation/ability/ability_runtime/test/unittest/ability_interceptor_test/
H A Dability_interceptor_test.cpp130 * @tc.desc: ControlInterceptor
142 executer->AddInterceptor("Control", std::make_shared<ControlInterceptor>()); in HWTEST_F()
152 * @tc.desc: ControlInterceptor
163 executer->AddInterceptor("Control", std::make_shared<ControlInterceptor>()); in HWTEST_F()
173 * @tc.desc: ControlInterceptor
184 executer->AddInterceptor("Control", std::make_shared<ControlInterceptor>()); in HWTEST_F()
194 * @tc.desc: ControlInterceptor
205 executer->AddInterceptor("Control", std::make_shared<ControlInterceptor>()); in HWTEST_F()
215 * @tc.desc: ControlInterceptor
229 executer->AddInterceptor("Control", std::make_shared<ControlInterceptor>()); in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp364 interceptorExecuter_->AddInterceptor("Control", std::make_shared<ControlInterceptor>()); in InitInterceptor()

Completed in 23 milliseconds