Searched refs:CheckCrowdtest (Results 1 – 3 of 3) sorted by relevance
32 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
33 bool CheckCrowdtest(const Want &want, int32_t userId);
74 crowdTestInterceptor->CheckCrowdtest(want, int32Param); in DoSomethingInterestingWithMyAPI()