Searched refs:startOtherAppInterceptor (Results 1 – 1 of 1) sorted by relevance
68 auto startOtherAppInterceptor = std::make_shared<StartOtherAppInterceptor>(); in DoSomethingInterestingWithMyAPI() local74 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()