Home
last modified time | relevance | path

Searched refs:stageContent (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_recover_test.cpp88 auto stageContent = std::make_shared<AbilityRuntime::ContextImpl>(); in HWTEST_F() local
89 ASSERT_NE(nullptr, stageContent); in HWTEST_F()
90 stageContent->SetApplicationInfo(applicationInfo); in HWTEST_F()
91 stageContent->InitHapModuleInfo(abilityInfo); in HWTEST_F()
92 context->stageContext_ = stageContent; in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/ui_extension/
H A Dwindow_extension_session_impl_test.cpp908 auto stageContent = std::make_shared<AbilityRuntime::ContextImpl>(); in HWTEST_F() local
909 ASSERT_NE(nullptr, stageContent); in HWTEST_F()
913 stageContent->SetApplicationInfo(applicationInfo); in HWTEST_F()
914 abilityContext->stageContext_ = stageContent; in HWTEST_F()
930 auto stageContent = std::make_shared<AbilityRuntime::ContextImpl>(); in HWTEST_F() local
931 ASSERT_NE(nullptr, stageContent); in HWTEST_F()
935 stageContent->SetApplicationInfo(applicationInfo); in HWTEST_F()
936 abilityContext->stageContext_ = stageContent; in HWTEST_F()

Completed in 4 milliseconds