Home
last modified time | relevance | path

Searched refs:usertestInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp920 std::shared_ptr<UserTestRecord> usertestInfo = std::make_shared<UserTestRecord>(); variable
923 EXPECT_TRUE(mainThread_->PrepareAbilityDelegator(usertestInfo, isStageBased, hapModuleInfo));
952 std::shared_ptr<UserTestRecord> usertestInfo = std::make_shared<UserTestRecord>(); variable
957 EXPECT_FALSE(mainThread_->PrepareAbilityDelegator(usertestInfo, isStageBased, hapModuleInfo));
971 std::shared_ptr<UserTestRecord> usertestInfo = std::make_shared<UserTestRecord>(); variable
974 EXPECT_FALSE(mainThread_->PrepareAbilityDelegator(usertestInfo, isStageBased, hapModuleInfo));
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1669 auto usertestInfo = appLaunchData.GetUserTestInfo(); in HandleLaunchApplication() local
1670 if (usertestInfo) { in HandleLaunchApplication()
1671 if (!PrepareAbilityDelegator(usertestInfo, isStageBased, entryHapModuleInfo)) { in HandleLaunchApplication()