Home
last modified time | relevance | path

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

12

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_occupied_area_change_test.cpp123 ASSERT_EQ(WMError::WM_OK, window2->SetCallingWindow(window1->GetWindowId())); in HWTEST_F()
155 ASSERT_EQ(WMError::WM_OK, window2->SetCallingWindow(window1->GetWindowId())); in HWTEST_F()
187 ASSERT_EQ(WMError::WM_OK, window2->SetCallingWindow(window1->GetWindowId())); in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h190 void SetCallingWindow(uint32_t windowId);
H A Dwindow.h188 virtual WMError SetCallingWindow(uint32_t windowId) = 0;
H A Dwindow_impl.h117 virtual WMError SetCallingWindow(uint32_t windowId) override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h203 void SetCallingWindow(uint32_t windowId);
H A Dwindow.h990 virtual WMError SetCallingWindow(uint32_t windowId) { return WMError::WM_OK; } in SetCallingWindow() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp124 void WindowOption::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::Rosen::WindowOption
H A Dwindow_impl.cpp538 WMError WindowImpl::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp106 void WindowNode::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::Rosen::WindowNode
108 property_->SetCallingWindow(windowId); in SetCallingWindow()
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp212 void WindowOption::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::Rosen::WindowOption
H A Dwindow_impl.cpp144 property_->SetCallingWindow(option->GetCallingWindow()); in InitWindowProperty()
1983 WMError WindowImpl::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::Rosen::WindowImpl
1988 property_->SetCallingWindow(windowId); in SetCallingWindow()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h75 void SetCallingWindow(uint32_t windowId);
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h61 void SetCallingWindow(uint32_t windowId);
/foundation/window/window_manager/test/fuzztest/wms/windowscene_fuzzer/
H A Dwindowscene_fuzzer.cpp137 windowOption.SetCallingWindow(callingWindow); in InitWindowOption2()
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp249 void WindowProperty::SetCallingWindow(uint32_t windowId) in SetCallingWindow() function in OHOS::Rosen::WindowProperty
776 property->SetCallingWindow(parcel.ReadUint32()); in Unmarshalling()
909 SetCallingWindow(parcel.ReadUint32()); in Read()
/foundation/window/window_manager/wmserver/test/unittest/
H A Davoid_area_controller_test.cpp481 keyboardWindowNode->SetCallingWindow(appWindow->GetWindowId()); in HWTEST_F()
486 keyboardWindowNode->SetCallingWindow(0); in HWTEST_F()
H A Dwindow_node_test.cpp509 * @tc.desc: SetCallingWindow & GetCallingWindow
521 windowNode->SetCallingWindow(100); in HWTEST_F()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h89 virtual WMError SetCallingWindow(uint32_t windowId) {return WMError::WM_OK;} in SetCallingWindow() function in OHOS::Rosen::MockWindow
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h110 virtual WMError SetCallingWindow(uint32_t callingSessionId) override;
H A Dwindow_impl.h183 virtual WMError SetCallingWindow(uint32_t windowId) override;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_option_test.cpp380 option->SetCallingWindow(1); in HWTEST_F()
H A Dwindow_impl_test5.cpp1049 * @tc.name: SetCallingWindow
1050 * @tc.desc: SetCallingWindow test
1053 HWTEST_F(WindowImplTest5, SetCallingWindow, Function | SmallTest | Level1) in HWTEST_F()
1057 option->SetWindowName("SetCallingWindow"); in HWTEST_F()
1062 window->SetCallingWindow(1); in HWTEST_F()
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp295 winPropSrc.SetCallingWindow(windowId); in HWTEST_F()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h111 static napi_value SetCallingWindow(napi_env env, napi_callback_info info);
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp423 window->SetCallingWindow(windowId); in CheckWindowImplFunctionsPart2()

Completed in 35 milliseconds

12