Home
last modified time | relevance | path

Searched refs:RequestActiveWindow (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h65 WMError RequestActiveWindow(uint32_t windowId);
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp821 HWTEST_F(WindowRootTest, RequestActiveWindow, Function | SmallTest | Level2)
824 auto ret = windowRoot_->RequestActiveWindow(windowId);
1472 auto ret = windowRoot_->RequestActiveWindow(windowNode->GetWindowId());
1493 auto ret = windowRoot_->RequestActiveWindow(windowNode->GetWindowId());
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1174 windowRoot_->RequestActiveWindow(windowId); in ProcessPointDown()
1322 windowRoot_->RequestActiveWindow(windowId); in UpdateFocusIfNeededWhenRaiseWindow()
H A Dwindow_root.cpp1296 WMError WindowRoot::RequestActiveWindow(uint32_t windowId) in RequestActiveWindow() function in OHOS::Rosen::WindowRoot