Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dstart_other_app_interceptor.cpp55 if (!CheckStartOtherApp(param.want)) { in DoProcess()
135 bool StartOtherAppInterceptor::CheckStartOtherApp(const Want want) in CheckStartOtherApp() function in OHOS::AAFwk::StartOtherAppInterceptor
/ohos5.0/foundation/ability/ability_runtime/test/unittest/start_other_app_interceptor_test/
H A Dstart_other_app_interceptor_test.cpp149 bool res = interceptor->CheckStartOtherApp(want);
165 bool res = interceptor->CheckStartOtherApp(want);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
H A Dstart_other_app_interceptor.h42 bool CheckStartOtherApp(const Want want);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/startotherappinterceptor_fuzzer/
H A Dstartotherappinterceptor_fuzzer.cpp80 startOtherAppInterceptor->CheckStartOtherApp(want); in DoSomethingInterestingWithMyAPI()