Home
last modified time | relevance | path

Searched refs:CheckAncoShellCall (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dstart_other_app_interceptor.cpp59 …if (param.abilityInfo != nullptr && CheckAncoShellCall(param.abilityInfo->applicationInfo, param.w… in DoProcess()
128 bool StartOtherAppInterceptor::CheckAncoShellCall(const AppExecFwk::ApplicationInfo &applicationInf… in CheckAncoShellCall() function in OHOS::AAFwk::StartOtherAppInterceptor
/ohos5.0/foundation/ability/ability_runtime/test/unittest/start_other_app_interceptor_test/
H A Dstart_other_app_interceptor_test.cpp115 bool res = interceptor->CheckAncoShellCall(applicationInfo, want);
132 bool res = interceptor->CheckAncoShellCall(applicationInfo, want);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
H A Dstart_other_app_interceptor.h40 bool CheckAncoShellCall(const AppExecFwk::ApplicationInfo &applicationInfo,
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/startotherappinterceptor_fuzzer/
H A Dstartotherappinterceptor_fuzzer.cpp79 startOtherAppInterceptor->CheckAncoShellCall(appInfo, want); in DoSomethingInterestingWithMyAPI()