Searched refs:CheckCallerApiBelow12 (Results 1 – 4 of 4) sorted by relevance
76 if (CheckCallerApiBelow12(callerApplicationInfo)) { in DoProcess()140 bool StartOtherAppInterceptor::CheckCallerApiBelow12(const AppExecFwk::ApplicationInfo &application… in CheckCallerApiBelow12() function in OHOS::AAFwk::StartOtherAppInterceptor
179 bool res = interceptor->CheckCallerApiBelow12(applicationInfo);193 bool res = interceptor->CheckCallerApiBelow12(applicationInfo);
43 bool CheckCallerApiBelow12(const AppExecFwk::ApplicationInfo &applicationInfo);
81 startOtherAppInterceptor->CheckCallerApiBelow12(appInfo); in DoSomethingInterestingWithMyAPI()