Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dstart_other_app_interceptor.cpp50 if (CheckNativeCall() || CheckCallerIsSystemApp() || in DoProcess()
83 bool StartOtherAppInterceptor::CheckNativeCall() in CheckNativeCall() function in OHOS::AAFwk::StartOtherAppInterceptor
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
H A Dstart_other_app_interceptor.h35 bool CheckNativeCall();
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/startotherappinterceptor_fuzzer/
H A Dstartotherappinterceptor_fuzzer.cpp75 startOtherAppInterceptor->CheckNativeCall(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/start_other_app_interceptor_test/
H A Dstart_other_app_interceptor_test.cpp60 bool res = interceptor->CheckNativeCall();