Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/startotherappinterceptor_fuzzer/
H A Dstartotherappinterceptor_fuzzer.cpp68 auto startOtherAppInterceptor = std::make_shared<StartOtherAppInterceptor>(); in DoSomethingInterestingWithMyAPI() local
74 startOtherAppInterceptor->DoProcess(param); in DoSomethingInterestingWithMyAPI()
75 startOtherAppInterceptor->CheckNativeCall(); in DoSomethingInterestingWithMyAPI()
76 startOtherAppInterceptor->CheckCallerIsSystemApp(); in DoSomethingInterestingWithMyAPI()
77 startOtherAppInterceptor->CheckTargetIsSystemApp(appInfo); in DoSomethingInterestingWithMyAPI()
78 startOtherAppInterceptor->GetApplicationInfo(token, appInfo); in DoSomethingInterestingWithMyAPI()
79 startOtherAppInterceptor->CheckAncoShellCall(appInfo, want); in DoSomethingInterestingWithMyAPI()
80 startOtherAppInterceptor->CheckStartOtherApp(want); in DoSomethingInterestingWithMyAPI()
81 startOtherAppInterceptor->CheckCallerApiBelow12(appInfo); in DoSomethingInterestingWithMyAPI()
82 startOtherAppInterceptor->IsDelegatorCall(want); in DoSomethingInterestingWithMyAPI()