Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds