Home
last modified time | relevance | path

Searched refs:GetSubWindow (Results 1 - 25 of 33) sorted by relevance

12

/foundation/window/window_manager/wm/src/
H A Dstatic_call.cpp36 std::vector<sptr<Window>> StaticCall::GetSubWindow(uint32_t parentId) in GetSubWindow() function in OHOS::Rosen::StaticCall
38 return Window::GetSubWindow(parentId); in GetSubWindow()
H A Dwindow.cpp225 std::vector<sptr<Window>> Window::GetSubWindow(uint32_t parentId) in GetSubWindow() function in OHOS::Rosen::Window
228 return WindowSessionImpl::GetSubWindow(parentId); in GetSubWindow()
230 return WindowImpl::GetSubWindow(parentId); in GetSubWindow()
H A Dwindow_scene.cpp140 std::vector<sptr<Window>> WindowScene::GetSubWindow() in GetSubWindow() function in OHOS::Rosen::WindowScene
148 return SingletonContainer::Get<StaticCall>().GetSubWindow(parentId); in GetSubWindow()
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_stage_impl.h30 RetStruct GetSubWindow();
H A Dwindow_stage_impl.cpp98 RetStruct CJWindowStageImpl::GetSubWindow() in GetSubWindow() function in OHOS::Rosen::CJWindowStageImpl
107 auto subWindowVec = weakScene->GetSubWindow(); in GetSubWindow()
/foundation/window/window_manager/wm/include/
H A Dstatic_call.h35 virtual std::vector<sptr<Window>> GetSubWindow(uint32_t parentId);
H A Dwindow_session_impl.h68 static std::vector<sptr<Window>> GetSubWindow(int parentId);
/foundation/window/window_manager/previewer/include/
H A Dwindow_scene.h42 std::vector<sptr<Window>> GetSubWindow();
H A Dwindow.h129 static std::vector<sptr<Window>> GetSubWindow(uint32_t parentId);
H A Dwindow_impl.h60 static std::vector<sptr<Window>> GetSubWindow(uint32_t parantId);
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_scene.h93 std::vector<sptr<Window>> GetSubWindow();
/foundation/window/window_manager/previewer/src/
H A Dwindow.cpp55 std::vector<sptr<Window>> Window::GetSubWindow(uint32_t parentId) in GetSubWindow() function in OHOS::Rosen::Window
H A Dwindow_scene.cpp103 std::vector<sptr<Window>> WindowScene::GetSubWindow() in GetSubWindow() function in OHOS::Rosen::WindowScene
H A Dwindow_impl.cpp110 std::vector<sptr<Window>> WindowImpl::GetSubWindow(uint32_t parentId) in GetSubWindow() function in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/interfaces/kits/napi/embeddable_window_stage/
H A Djs_embeddable_window_stage.h43 static napi_value GetSubWindow(napi_env env, napi_callback_info info);
H A Djs_embeddable_window_stage.cpp93 napi_value JsEmbeddableWindowStage::GetSubWindow(napi_env env, napi_callback_info info) in GetSubWindow() function in OHOS::Rosen::JsEmbeddableWindowStage
95 TLOGD(WmsLogTag::WMS_UIEXT, "[NAPI]GetSubWindow"); in GetSubWindow()
358 BindNativeFunction(env, objValue, "getSubWindow", moduleName, JsEmbeddableWindowStage::GetSubWindow); in CreateJsEmbeddableWindowStage()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
H A Djs_window_stage.h48 static napi_value GetSubWindow(napi_env env, napi_callback_info info);
H A Djs_window_stage.cpp120 napi_value JsWindowStage::GetSubWindow(napi_env env, napi_callback_info info) in GetSubWindow() function in OHOS::Rosen::JsWindowStage
122 WLOGFD("[NAPI]GetSubWindow"); in GetSubWindow()
511 std::vector<sptr<Window>> subWindowVec = weakScene->GetSubWindow(); in OnGetSubWindow()
721 objValue, "getSubWindow", moduleName, JsWindowStage::GetSubWindow); in CreateJsWindowStage()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_test.cpp253 * @tc.desc: GetSubWindow without scene init
259 std::vector<sptr<Window>> subWindows = scene->GetSubWindow(); in HWTEST_F()
265 * @tc.desc: GetSubWindow without scene init
278 std::vector<sptr<Window>> subWindows = scene->GetSubWindow(); in HWTEST_F()
H A Dwindow_session_impl_test4.cpp1632 * @tc.name: GetSubWindow
1633 * @tc.desc: test GetSubWindow
1636 HWTEST_F(WindowSessionImplTest4, GetSubWindow, Function | SmallTest | Level2) in HWTEST_F()
1638 GTEST_LOG_(INFO) << "WindowSessionImplTest4: GetSubWindow start"; in HWTEST_F()
1640 option->SetWindowName("GetSubWindow"); in HWTEST_F()
1646 std::vector<sptr<Window> > subWindows = window->GetSubWindow(101); // 101 is parentId in HWTEST_F()
1650 subWindows = window->GetSubWindow(101); // 101 is parentId in HWTEST_F()
H A Dwindow_impl_test3.cpp1217 * @tc.name: GetSubWindow
1234 auto subWindowVec = sptr<Window>(window)->GetSubWindow(window->GetWindowId()); in HWTEST_F()
1458 ASSERT_EQ(std::vector<sptr<Window>>(), window->GetSubWindow(parentId)); in HWTEST_F()
H A Dwindow_session_impl_test2.cpp1773 * @tc.name: GetSubWindow
1774 * @tc.desc: GetSubWindow
1777 HWTEST_F(WindowSessionImplTest2, GetSubWindow, Function | SmallTest | Level2) in HWTEST_F()
1779 GTEST_LOG_(INFO) << "WindowSessionImplTest2: GetSubWindow start"; in HWTEST_F()
1780 window_ = GetTestWindowImpl("GetSubWindow"); in HWTEST_F()
1787 std::vector<sptr<Window>> subWindows = window_->GetSubWindow(parentId); in HWTEST_F()
1789 GTEST_LOG_(INFO) << "WindowSessionImplTest2: GetSubWindow end"; in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h149 const sptr<OHOS::Rosen::Window>& GetSubWindow() const in GetSubWindow() function in OHOS::OHOS::Ace::SubwindowOhos
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp113 return subWindowOhos->GetSubWindow(); in GetWindow()
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp301 window->GetSubWindow(parentId); in DoSomethingInterestingWithMyAPI()
835 window->GetSubWindow(parentId); in WindowImplFuzzTest01()

Completed in 23 milliseconds

12