Home
last modified time | relevance | path

Searched refs:SetWindowToken (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_service_test.cpp340 compNode->SetWindowToken(new IWindowMocker);
345 appNode->SetWindowToken(token);
374 appNode1->SetWindowToken(new IWindowMocker);
378 appNode2->SetWindowToken(new IWindowMocker);
405 compNode1->SetWindowToken(new IWindowMocker);
414 appNode->SetWindowToken(token);
459 compNode->SetWindowToken(new IWindowMocker);
465 appNode->SetWindowToken(token);
1142 appNode->SetWindowToken(token);
1169 appNode->SetWindowToken(token);
[all …]
H A Dwindow_group_mgr_test.cpp82 node->SetWindowToken(window); in SetUpTestCase()
H A Dwindow_pair_test.cpp1015 node1->SetWindowToken(window);
1020 node1->SetWindowToken(window1);
H A Dwindow_root_test.cpp212 windowNode->SetWindowToken(iWindow);
1342 node1->SetWindowToken(iWindow);
1691 node->SetWindowToken(iWindow);
H A Ddisplay_group_controller_test.cpp526 node1->SetWindowToken(iWindow);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h79 void SetWindowToken(sptr<IWindow> window);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp147 void WindowNode::SetWindowToken(sptr<IWindow> window) in SetWindowToken() function in OHOS::Rosen::WindowNode
H A Dstarting_window.cpp257 node->SetWindowToken(window); in HandleClientWindowCreate()