Searched refs:usertestInfo (Results 1 – 2 of 2) sorted by relevance
920 std::shared_ptr<UserTestRecord> usertestInfo = std::make_shared<UserTestRecord>(); variable923 EXPECT_TRUE(mainThread_->PrepareAbilityDelegator(usertestInfo, isStageBased, hapModuleInfo));952 std::shared_ptr<UserTestRecord> usertestInfo = std::make_shared<UserTestRecord>(); variable957 EXPECT_FALSE(mainThread_->PrepareAbilityDelegator(usertestInfo, isStageBased, hapModuleInfo));971 std::shared_ptr<UserTestRecord> usertestInfo = std::make_shared<UserTestRecord>(); variable974 EXPECT_FALSE(mainThread_->PrepareAbilityDelegator(usertestInfo, isStageBased, hapModuleInfo));
1669 auto usertestInfo = appLaunchData.GetUserTestInfo(); in HandleLaunchApplication() local1670 if (usertestInfo) { in HandleLaunchApplication()1671 if (!PrepareAbilityDelegator(usertestInfo, isStageBased, entryHapModuleInfo)) { in HandleLaunchApplication()