Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/test/unittest/
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);
409 compNode2->SetWindowToken(new IWindowMocker);
414 appNode->SetWindowToken(token);
459 compNode->SetWindowToken(new IWindowMocker);
465 appNode->SetWindowToken(token);
1129 appNode->SetWindowToken(token);
[all …]
Dwindow_group_mgr_test.cpp82 node->SetWindowToken(window); in SetUpTestCase()
Dwindow_pair_test.cpp1015 node1->SetWindowToken(window);
1020 node1->SetWindowToken(window1);
Dwindow_root_test.cpp212 windowNode->SetWindowToken(iWindow);
1342 node1->SetWindowToken(iWindow);
1691 node->SetWindowToken(iWindow);
Ddisplay_group_controller_test.cpp526 node1->SetWindowToken(iWindow);
/foundation/window/window_manager/wmserver/include/
Dwindow_node.h79 void SetWindowToken(sptr<IWindow> window);
/foundation/window/window_manager/wmserver/src/
Dwindow_node.cpp147 void WindowNode::SetWindowToken(sptr<IWindow> window) in SetWindowToken() function in OHOS::Rosen::WindowNode
Dstarting_window.cpp246 node->SetWindowToken(window); in HandleClientWindowCreate()