Home
last modified time | relevance | path

Searched refs:Foreground (Results 1 - 25 of 49) sorted by relevance

12

/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_proxy_lifecycle_test.cpp34 * @tc.name: Foreground
38 HWTEST_F(SessionProxyLifecycleTest, Foreground, Function | SmallTest | Level2) in HWTEST_F()
40 GTEST_LOG_(INFO) << "SessionProxyLifecycleTest: Foreground start"; in HWTEST_F()
44 WSError res = sProxy->Foreground(property); in HWTEST_F()
46 GTEST_LOG_(INFO) << "SessionProxyLifecycleTest: Foreground end"; in HWTEST_F()
50 * @tc.name: Foreground
56 GTEST_LOG_(INFO) << "SessionProxyLifecycleTest: Foreground start"; in HWTEST_F()
61 WSError res = sProxy->Foreground(property); in HWTEST_F()
63 GTEST_LOG_(INFO) << "SessionProxyLifecycleTest: Foreground end"; in HWTEST_F()
H A Dsession_lifecycle_test.cpp197 * @tc.desc: check func Foreground
205 auto result = session_->Foreground(property); in HWTEST_F()
210 result = session_->Foreground(property); in HWTEST_F()
219 * @tc.desc: Foreground Test
229 auto result = session_->Foreground(property); in HWTEST_F()
237 result = session_->Foreground(property); in HWTEST_F()
243 * @tc.desc: Foreground Test
255 auto result = session_->Foreground(property); in HWTEST_F()
266 result = session_->Foreground(property); in HWTEST_F()
H A Dscene_session_lifecycle_test.cpp90 auto result = sceneSession->Foreground(property); in HWTEST_F()
104 result = sceneSession->Foreground(property); in HWTEST_F()
128 auto result = sceneSession->Foreground(property); in HWTEST_F()
153 auto result = sceneSession->Foreground(property); in HWTEST_F()
171 EXPECT_EQ(WSError::WS_OK, session->Foreground(property, false)); in HWTEST_F()
174 EXPECT_EQ(WSError::WS_OK, session->Foreground(property, false)); in HWTEST_F()
178 EXPECT_EQ(WSError::WS_OK, session1->Foreground(property, true)); in HWTEST_F()
179 EXPECT_EQ(WSError::WS_OK, session1->Foreground(property, false)); in HWTEST_F()
199 EXPECT_EQ(WSError::WS_OK, session->Foreground(property, false)); in HWTEST_F()
204 EXPECT_EQ(WSError::WS_OK, session->Foreground(propert in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_ability_impl.h70 this->Foreground(want); in ImplForeground()
H A Dmock_ability_impl.h86 this->Foreground(want); in ImplForeground()
H A Dmock_replace_ability_impl.cpp188 void AbilityImpl::Foreground(const Want& want) in Foreground() function in OHOS::AppExecFwk::AbilityImpl
190 GTEST_LOG_(INFO) << "Mock AbilityImpl::Foreground called"; in Foreground()
H A Dmock_ui_content.h38 MOCK_METHOD0(Foreground, void());
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dpage_ability_impl.cpp117 Foreground(want); in AbilityTransaction()
149 Foreground(want); in AbilityTransactionForeground()
H A Dnew_ability_impl.cpp146 Foreground(want); in AbilityTransactionForeground()
H A Dextension_impl.cpp125 Foreground(want, sessionInfo); in HandleExtensionTransaction()
480 void ExtensionImpl::Foreground(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo) in Foreground() function in OHOS::AbilityRuntime::ExtensionImpl
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dextension_impl.h195 void Foreground(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo);
H A Dui_ability_impl.h199 void Foreground(const AAFwk::Want &want);
H A Dability_impl.h387 void Foreground(const Want &want);
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stub.h38 Foreground, WSError(sptr<WindowSessionProperty> property, bool isFromClient, const std::string& identityToken));
H A Dmock_session.h37 Foreground, WSError(sptr<WindowSessionProperty> property, bool isFromClient, const std::string& identityToken));
/foundation/window/window_manager/wm/src/
H A Dscreen_scene.cpp92 uiContent_->Foreground(); in LoadContent()
H A Droot_scene.cpp99 uiContent_->Foreground(); in LoadContent()
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer.cpp119 uiContent_->Foreground(); in RunFormPageInner()
466 uiContent_->Foreground(); in AttachUIContent()
/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h36 MOCK_METHOD0(Foreground, void());
/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_proxy.h31 WSError Foreground(sptr<WindowSessionProperty> property, bool isFromClient = false,
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsub_session.cpp69 auto ret = session->SceneSession::Foreground(property); in Show()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h56 void Foreground() override {}
/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h43 MOCK_METHOD0(Foreground, void());
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_modifier.h342 DECLARE_NOANIMATABLE_MODIFIER(Particles, RSRenderParticleVector, PARTICLE, Foreground)
/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/
H A Dsessioninterface_fuzzer.cpp194 proxy->Foreground(property); in ProxyInterfaceFuzzTestPart1()

Completed in 12 milliseconds

12