Searched refs:appNode1 (Results 1 – 1 of 1) sorted by relevance
372 sptr<WindowNode> appNode1 = new WindowNode(); variable373 appNode1->property_->type_ = WindowType::WINDOW_TYPE_APP_MAIN_WINDOW;374 appNode1->SetWindowToken(new IWindowMocker);375 appNode1->property_->windowId_ = 1U;382 wms->windowController_->windowRoot_->windowNodeMap_[appNode1->GetWindowId()] = appNode1;384 …wms->windowController_->windowRoot_->windowNodeContainerMap_[appNode1->GetDisplayId()] = container;385 …wms->windowController_->windowRoot_->displayIdMap_[appNode1->GetDisplayId()] = { appNode1->GetDisp…387 container->appWindowNode_->children_.push_back(appNode1);390 ASSERT_TRUE(windowNodes[0] == appNode1);392 wms->DispatchKeyEvent(appNode1->GetWindowId(), event);