Home
last modified time | relevance | path

Searched refs:CheckControl (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dcontrol_interceptor.cpp35 if (CheckControl(param.want, param.userId, controlRule)) { in DoProcess()
68 bool ControlInterceptor::CheckControl(const Want &want, int32_t userId, in CheckControl() function in OHOS::AAFwk::ControlInterceptor
H A Dability_jump_interceptor.cpp66 if (CheckControl(bundleMgrHelper, param.want, param.userId, controlRule)) { in DoProcess()
87 bool AbilityJumpInterceptor::CheckControl(std::shared_ptr<AppExecFwk::BundleMgrHelper> &bundleMgrHe… in CheckControl() function in OHOS::AAFwk::AbilityJumpInterceptor
H A Ddisposed_rule_interceptor.cpp42 if (CheckControl(param.want, param.userId, disposedRule, param.appIndex)) { in DoProcess()
82 bool DisposedRuleInterceptor::CheckControl(const Want &want, int32_t userId, in CheckControl() function in OHOS::AAFwk::DisposedRuleInterceptor
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
H A Dcontrol_interceptor.h36 …bool CheckControl(const Want &want, int32_t userId, AppExecFwk::AppRunningControlRuleResult &contr…
H A Dability_jump_interceptor.h38 …bool CheckControl(std::shared_ptr<AppExecFwk::BundleMgrHelper> &undleMgrHelper, const Want &want, …
H A Ddisposed_rule_interceptor.h42 …bool CheckControl(const Want &want, int32_t userId, AppExecFwk::DisposedRule &disposedRule, int32_…
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_interceptor_test/
H A Dability_interceptor_test.cpp568 bool result = interceptor->CheckControl(bundleMgrHelper, want, userId, controlRule);
586 bool result = interceptor->CheckControl(bundleMgrHelper, want, userId, controlRule);
606 bool result = interceptor->CheckControl(bundleMgrHelper, want, userId, controlRule);
626 bool result = interceptor->CheckControl(bundleMgrHelper, want, userId, controlRule);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrcontrolinterceptor_fuzzer/
H A Dabilitymgrcontrolinterceptor_fuzzer.cpp78 executer->CheckControl(want, userId, controlRule); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrdisposedruleinterceptor_fuzzer/
H A Dabilitymgrdisposedruleinterceptor_fuzzer.cpp82 executer-> CheckControl(want, userId, disposedRule, 0); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrjumpinterceptor_fuzzer/
H A Dabilitymgrjumpinterceptor_fuzzer.cpp81 interceptor->CheckControl(bundleMgrHelper, want, userId, controlRule); in DoSomethingInterestingWithMyAPI()