Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dcrowd_test_interceptor.cpp32 if (CheckCrowdtest(param.want, param.userId)) { in DoProcess()
49 bool CrowdTestInterceptor::CheckCrowdtest(const Want &want, int32_t userId) in CheckCrowdtest() function in OHOS::AAFwk::CrowdTestInterceptor
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
H A Dcrowd_test_interceptor.h33 bool CheckCrowdtest(const Want &want, int32_t userId);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/crowdtestinterceptor_fuzzer/
H A Dcrowdtestinterceptor_fuzzer.cpp74 crowdTestInterceptor->CheckCrowdtest(want, int32Param); in DoSomethingInterestingWithMyAPI()