/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_proxy_lifecycle_test.cpp | 34 * @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 D | session_lifecycle_test.cpp | 197 * @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 D | scene_session_lifecycle_test.cpp | 90 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 D | mock_ui_ability_impl.h | 70 this->Foreground(want); in ImplForeground()
|
H A D | mock_ability_impl.h | 86 this->Foreground(want); in ImplForeground()
|
H A D | mock_replace_ability_impl.cpp | 188 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 D | mock_ui_content.h | 38 MOCK_METHOD0(Foreground, void());
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | page_ability_impl.cpp | 117 Foreground(want); in AbilityTransaction() 149 Foreground(want); in AbilityTransactionForeground()
|
H A D | new_ability_impl.cpp | 146 Foreground(want); in AbilityTransactionForeground()
|
H A D | extension_impl.cpp | 125 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 D | extension_impl.h | 195 void Foreground(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo);
|
H A D | ui_ability_impl.h | 199 void Foreground(const AAFwk::Want &want);
|
H A D | ability_impl.h | 387 void Foreground(const Want &want);
|
/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session_stub.h | 38 Foreground, WSError(sptr<WindowSessionProperty> property, bool isFromClient, const std::string& identityToken));
|
H A D | mock_session.h | 37 Foreground, WSError(sptr<WindowSessionProperty> property, bool isFromClient, const std::string& identityToken));
|
/foundation/window/window_manager/wm/src/ |
H A D | screen_scene.cpp | 92 uiContent_->Foreground();
in LoadContent()
|
H A D | root_scene.cpp | 99 uiContent_->Foreground(); in LoadContent()
|
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
H A D | form_renderer.cpp | 119 uiContent_->Foreground(); in RunFormPageInner() 466 uiContent_->Foreground(); in AttachUIContent()
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_uicontent.h | 36 MOCK_METHOD0(Foreground, void());
|
/foundation/window/window_manager/window_scene/session/host/include/zidl/ |
H A D | session_proxy.h | 31 WSError Foreground(sptr<WindowSessionProperty> property, bool isFromClient = false,
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | sub_session.cpp | 69 auto ret = session->SceneSession::Foreground(property); in Show()
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.h | 56 void Foreground() override {}
|
/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_uicontent.h | 43 MOCK_METHOD0(Foreground, void());
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_render_modifier.h | 342 DECLARE_NOANIMATABLE_MODIFIER(Particles, RSRenderParticleVector, PARTICLE, Foreground)
|
/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/ |
H A D | sessioninterface_fuzzer.cpp | 194 proxy->Foreground(property); in ProxyInterfaceFuzzTestPart1()
|