Searched refs:CheckTargetIsSystemApp (Results 1 – 4 of 4) sorted by relevance
51 … (param.abilityInfo != nullptr && CheckTargetIsSystemApp(param.abilityInfo->applicationInfo))) { in DoProcess()102 bool StartOtherAppInterceptor::CheckTargetIsSystemApp(const AppExecFwk::ApplicationInfo &applicatio… in CheckTargetIsSystemApp() function in OHOS::AAFwk::StartOtherAppInterceptor
235 bool res = interceptor->CheckTargetIsSystemApp(applicationInfo);249 bool res = interceptor->CheckTargetIsSystemApp(applicationInfo);
37 bool CheckTargetIsSystemApp(const AppExecFwk::ApplicationInfo &applicationInfo);
77 startOtherAppInterceptor->CheckTargetIsSystemApp(appInfo); in DoSomethingInterestingWithMyAPI()