Home
last modified time | relevance | path

Searched refs:GetWindow (Results 1 - 25 of 96) sorted by relevance

1234

/foundation/window/window_manager/extension/window_extension/test/unittest/
H A Dwindow_extension_stub_impl_test.cpp182 ASSERT_EQ(windowExtensionStubImpl.window_.promote(), windowExtensionStubImpl.GetWindow()); in HWTEST_F()
186 * @tc.name: GetWindow
190 HWTEST_F(WindowExtensionStubImplTest, GetWindow, Function | SmallTest | Level2) in HWTEST_F()
194 windowExtensionStubImpl.GetWindow(); in HWTEST_F()
195 ASSERT_EQ(windowExtensionStubImpl.window_.promote(), windowExtensionStubImpl.GetWindow()); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_window.cpp143 const sptr<Rosen::Window> AbilityWindow::GetWindow() in GetWindow() function in OHOS::AppExecFwk::AbilityWindow
156 auto window = GetWindow(); in SetMissionLabel()
174 auto window = GetWindow(); in SetMissionIcon()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_window.cpp25 auto window = context->GetWindow(); in RequestFrame()
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_window.cpp29 auto window = context->GetWindow(); in RequestFrame()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dextension_window.h33 virtual sptr<Window> GetWindow() = 0;
/foundation/window/window_manager/wm/include/
H A Dextension_window_impl.h32 sptr<Window> GetWindow() override;
/foundation/multimodalinput/input/test/unittest/common/include/
H A Dwindow_utils_test.h34 sptr<Rosen::Window>& GetWindow();
/foundation/window/window_manager/extension/window_extension/include/
H A Dwindow_extension_stub_impl.h44 sptr<Window> GetWindow() const;
/foundation/window/window_manager/wm/src/
H A Dextension_window_impl.cpp38 sptr<Window> ExtensionWindowImpl::GetWindow() in GetWindow() function in OHOS::Rosen::ExtensionWindowImpl
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_window.h78 const sptr<Rosen::Window> GetWindow();
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_service_extension_ability/
H A Dui_service_extension_context.h65 sptr<Rosen::Window> GetWindow();
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_pixel_unit_convert_ffi.cpp79 auto window = container->GetWindow(); in GetdesignWidthScale()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_window_test.cpp207 * @tc.name: GetWindow
208 * @tc.desc: call GetWindow with isWindowAttached = false
215 auto result = abilityWindow_->GetWindow(); in HWTEST_F()
222 * @tc.name: GetWindow
223 * @tc.desc: call GetWindow with windowScene_ is null
229 auto result = abilityWindow_->GetWindow(); in HWTEST_F()
236 * @tc.name: GetWindow
237 * @tc.desc: call GetWindow success
246 auto result = abilityWindow_->GetWindow(); in HWTEST_F()
255 * @tc.desc: call SetMissionLabel with GetWindow faile
[all...]
/foundation/barrierfree/accessibility/frameworks/aafwk/include/
H A Daccessible_ability_channel_client.h133 RetError GetWindow(const int32_t windowId, AccessibilityWindowInfo &windowInfo);
/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/include/
H A Dmock_accessible_ability_channel_stub.h49 MOCK_METHOD2(GetWindow, RetError(const int32_t windowId, AccessibilityWindowInfo &windowInfo));
H A Dmock_accessible_ability_channel_proxy.h47 MOCK_METHOD2(GetWindow, RetError(const int32_t windowId, AccessibilityWindowInfo &windowInfo));
/foundation/barrierfree/accessibility/common/interface/include/
H A Di_accessible_ability_channel.h122 virtual RetError GetWindow(const int32_t windowId, AccessibilityWindowInfo &windowInfo) = 0;
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.cpp308 sptr<Window> windowImpl = win->GetWindow(); in LoadContentTask()
443 sptr<Window> windowImpl = extensionWindow_->GetWindow(); in OnGetWindowPropertiesSync()
473 sptr<Window> windowImpl = extwin->GetWindow(); in OnDestroyWindow()
505 sptr<Window> windowImpl = extensionWindow_->GetWindow(); in OnIsWindowShowingSync()
526 sptr<Window> windowImpl = extwin->GetWindow(); in OnShowWindow()
706 sptr<Window> windowImpl = extensionWindow_->GetWindow(); in OnRegisterExtensionWindowCallback()
741 sptr<Window> windowImpl = extensionWindow_->GetWindow(); in OnUnRegisterExtensionWindowCallback()
787 sptr<Window> windowImpl = extensionWindow_->GetWindow(); in OnHideNonSecureWindows()
821 sptr<Window> windowImpl = extensionWindow_->GetWindow(); in OnSetWaterMarkFlag()
856 sptr<Window> windowImpl = extensionWindow_->GetWindow(); in OnHidePrivacyContentForHost()
[all...]
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_pointer_test.cpp1252 auto window = WindowUtilsTest::GetInstance()->GetWindow(); in HWTEST_F()
1279 auto window = WindowUtilsTest::GetInstance()->GetWindow(); in HWTEST_F()
1306 auto window = WindowUtilsTest::GetInstance()->GetWindow(); in HWTEST_F()
1332 auto window = WindowUtilsTest::GetInstance()->GetWindow(); in HWTEST_F()
1354 auto window = WindowUtilsTest::GetInstance()->GetWindow(); in HWTEST_F()
1382 auto window = WindowUtilsTest::GetInstance()->GetWindow(); in HWTEST_F()
1719 auto window = WindowUtilsTest::GetInstance()->GetWindow(); in HWTEST_F()
1746 auto window = WindowUtilsTest::GetInstance()->GetWindow(); in HWTEST_F()
1773 auto window = WindowUtilsTest::GetInstance()->GetWindow(); in HWTEST_F()
1799 auto window = WindowUtilsTest::GetInstance()->GetWindow(); in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessible_ability_channel_test.cpp201 * @tc.name: GetWindow
202 * @tc.desc: Test function GetWindow
209 EXPECT_EQ(channel_->GetWindow(WINDOW_ID, windowInfo), RET_ERR_NO_WINDOW_CONNECTION); in HWTEST_F()
215 * @tc.name: GetWindow
216 * @tc.desc: Test function GetWindow
230 EXPECT_EQ(channel->GetWindow(WINDOW_ID, windowInfo), RET_ERR_NO_CONNECTION); in HWTEST_F()
236 * @tc.name: GetWindow
237 * @tc.desc: Test function GetWindow
258 EXPECT_EQ(channel->GetWindow(WINDOW_ID, windowInfo), RET_ERR_NO_CAPABILITY); in HWTEST_F()
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_ability_channel_test/
H A Daams_accessibility_ability_channel_test.cpp201 * @tc.name: GetWindow
202 * @tc.desc: Test function GetWindow
209 EXPECT_EQ(channel_->GetWindow(WINDOW_ID, windowInfo), RET_ERR_NO_WINDOW_CONNECTION); in HWTEST_F()
215 * @tc.name: GetWindow
216 * @tc.desc: Test function GetWindow
230 EXPECT_EQ(channel->GetWindow(WINDOW_ID, windowInfo), RET_ERR_NO_CONNECTION); in HWTEST_F()
236 * @tc.name: GetWindow
237 * @tc.desc: Test function GetWindow
258 EXPECT_EQ(channel->GetWindow(WINDOW_ID, windowInfo), RET_ERR_NO_CAPABILITY); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/aafwk/test/unittest/
H A Daccessible_ability_channel_client_test.cpp231 * @tc.name: GetWindow
232 * @tc.desc: Test function GetWindow
241 EXPECT_EQ(client->GetWindow(0, windowInfo), RET_ERR_SAMGR); in HWTEST_F()
247 * @tc.name: GetWindow
248 * @tc.desc: Test function GetWindow
253 EXPECT_CALL(*stub_, GetWindow(_, _)).Times(1).WillOnce(Return(RET_OK)); in HWTEST_F()
255 EXPECT_EQ(instance_->GetWindow(0, windowInfo), RET_OK); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H A Dui_extension_context.h146 sptr<Rosen::Window> GetWindow();
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dtransparent_node_detector.cpp72 auto window = pipeline->GetWindow(); in PostCheckNodeTransparentTask()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.h94 sptr<OHOS::Rosen::Window> GetWindow();

Completed in 14 milliseconds

1234