/foundation/window/window_manager/extension/window_extension/test/unittest/ |
H A D | window_extension_stub_impl_test.cpp | 182 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 D | ability_window.cpp | 143 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 D | plugin_window.cpp | 25 auto window = context->GetWindow(); in RequestFrame()
|
/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | form_window.cpp | 29 auto window = context->GetWindow(); in RequestFrame()
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | extension_window.h | 33 virtual sptr<Window> GetWindow() = 0;
|
/foundation/window/window_manager/wm/include/ |
H A D | extension_window_impl.h | 32 sptr<Window> GetWindow() override;
|
/foundation/multimodalinput/input/test/unittest/common/include/ |
H A D | window_utils_test.h | 34 sptr<Rosen::Window>& GetWindow();
|
/foundation/window/window_manager/extension/window_extension/include/ |
H A D | window_extension_stub_impl.h | 44 sptr<Window> GetWindow() const;
|
/foundation/window/window_manager/wm/src/ |
H A D | extension_window_impl.cpp | 38 sptr<Window> ExtensionWindowImpl::GetWindow()
in GetWindow() function in OHOS::Rosen::ExtensionWindowImpl
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | ability_window.h | 78 const sptr<Rosen::Window> GetWindow();
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_service_extension_ability/ |
H A D | ui_service_extension_context.h | 65 sptr<Rosen::Window> GetWindow();
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_pixel_unit_convert_ffi.cpp | 79 auto window = container->GetWindow(); in GetdesignWidthScale()
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_window_test.cpp | 207 * @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 D | accessible_ability_channel_client.h | 133 RetError GetWindow(const int32_t windowId, AccessibilityWindowInfo &windowInfo);
|
/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/include/ |
H A D | mock_accessible_ability_channel_stub.h | 49 MOCK_METHOD2(GetWindow, RetError(const int32_t windowId, AccessibilityWindowInfo &windowInfo));
|
H A D | mock_accessible_ability_channel_proxy.h | 47 MOCK_METHOD2(GetWindow, RetError(const int32_t windowId, AccessibilityWindowInfo &windowInfo));
|
/foundation/barrierfree/accessibility/common/interface/include/ |
H A D | i_accessible_ability_channel.h | 122 virtual RetError GetWindow(const int32_t windowId, AccessibilityWindowInfo &windowInfo) = 0;
|
/foundation/window/window_manager/interfaces/kits/napi/extension_window/ |
H A D | js_extension_window.cpp | 308 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 D | input_manager_pointer_test.cpp | 1252 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 D | accessible_ability_channel_test.cpp | 201 * @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 D | aams_accessibility_ability_channel_test.cpp | 201 * @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 D | accessible_ability_channel_client_test.cpp | 231 * @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 D | ui_extension_context.h | 146 sptr<Rosen::Window> GetWindow();
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | transparent_node_detector.cpp | 72 auto window = pipeline->GetWindow(); in PostCheckNodeTransparentTask()
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_ability.h | 94 sptr<OHOS::Rosen::Window> GetWindow();
|