Home
last modified time | relevance | path

Searched refs:HasImmersiveWindow (Results 1 - 18 of 18) sorted by relevance

/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_test.cpp182 * @tc.name: HasImmersiveWindow
183 * @tc.desc: test HasImmersiveWindow
186 HWTEST_F(DisplayTest, HasImmersiveWindow, Function | SmallTest | Level1) in HWTEST_F()
189 EXPECT_CALL(m->Mock(), HasImmersiveWindow(_, _)).Times(1).WillOnce(Return(DMError::DM_OK)); in HWTEST_F()
191 DMError ret = defaultDisplay_->HasImmersiveWindow(immersive); in HWTEST_F()
H A Ddisplay_manager_adapter_test.cpp278 * @tc.name: HasImmersiveWindow
279 * @tc.desc: test HasImmersiveWindow
282 HWTEST_F(DisplayManagerAdapterTest, HasImmersiveWindow, Function | SmallTest | Level2) in HWTEST_F()
285 DMError ret = SingletonContainer::Get<DisplayManagerAdapter>().HasImmersiveWindow(0u, immersive); in HWTEST_F()
/foundation/window/window_manager/dm/src/
H A Ddisplay.cpp209 DMError Display::HasImmersiveWindow(bool& immersive) in HasImmersiveWindow() function in OHOS::Rosen::Display
211 return SingletonContainer::Get<DisplayManagerAdapter>().HasImmersiveWindow(GetScreenId(), immersive); in HasImmersiveWindow()
H A Ddisplay_manager_adapter.cpp548 DMError DisplayManagerAdapter::HasImmersiveWindow(ScreenId screenId, bool& immersive) in HasImmersiveWindow() function in OHOS::Rosen::DisplayManagerAdapter
552 return displayManagerServiceProxy_->HasImmersiveWindow(screenId, immersive); in HasImmersiveWindow()
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay.h147 DMError HasImmersiveWindow(bool& immersive);
/foundation/window/window_manager/previewer/include/
H A Ddisplay.h140 DMError HasImmersiveWindow(bool& immersive);
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display.h73 static napi_value HasImmersiveWindow(napi_env env, napi_callback_info info);
H A Djs_display.cpp402 napi_value JsDisplay::HasImmersiveWindow(napi_env env, napi_callback_info info) in HasImmersiveWindow() function in OHOS::Rosen::JsDisplay
404 WLOGI("HasImmersiveWindow is called"); in HasImmersiveWindow()
518 DmErrorCode ret = DM_JS_TO_ERROR_CODE_MAP.at(display_->HasImmersiveWindow(immersive)); in OnHasImmersiveWindow()
814 BindNativeFunction(env, objValue, "hasImmersiveWindow", "JsDisplay", JsDisplay::HasImmersiveWindow); in CreateJsDisplayObject()
/foundation/window/window_manager/test/common/mock/
H A Dmock_display_manager_adapter.h47 MOCK_METHOD2(HasImmersiveWindow, DMError(ScreenId screenId, bool& immersive));
/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h64 virtual DMError HasImmersiveWindow(ScreenId screenId, bool& immersive);
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_interface.h189 virtual DMError HasImmersiveWindow(ScreenId screenId, bool& immersive) in HasImmersiveWindow() function in OHOS::Rosen::IDisplayManager
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h122 virtual DMError HasImmersiveWindow(ScreenId screenId, bool& immersive) override;
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp1435 * @tc.name: HasImmersiveWindow
1436 * @tc.desc: HasImmersiveWindow
1439 HWTEST_F(ScreenSessionManagerProxyTest, HasImmersiveWindow, Function | SmallTest | Level1) in HWTEST_F()
1448 screenSessionManagerProxy->HasImmersiveWindow(0u, immersive)); in HWTEST_F()
1451 screenSessionManagerProxy->HasImmersiveWindow(0u, immersive)); in HWTEST_F()
H A Dscreen_session_manager_test.cpp1937 * @tc.name: HasImmersiveWindow
1938 * @tc.desc: HasImmersiveWindow test
1941 HWTEST_F(ScreenSessionManagerTest, HasImmersiveWindow, Function | SmallTest | Level3) in HWTEST_F()
1944 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ssm_->HasImmersiveWindow(0u, immersive)); in HWTEST_F()
1946 EXPECT_EQ(DMError::DM_ERROR_NULLPTR, ssm_->HasImmersiveWindow(0u, immersive)); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h194 DMError HasImmersiveWindow(ScreenId screenId, bool& immersive) override;
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp587 DMError ret = HasImmersiveWindow(screenId, immersive); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp1924 DMError ScreenSessionManagerProxy::HasImmersiveWindow(ScreenId screenId, bool& immersive) in HasImmersiveWindow() function in OHOS::Rosen::ScreenSessionManagerProxy
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp4516 DMError ScreenSessionManager::HasImmersiveWindow(ScreenId screenId, bool& immersive) in HasImmersiveWindow() function in OHOS::Rosen::ScreenSessionManager

Completed in 34 milliseconds