Home
last modified time | relevance | path

Searched refs:rootNode (Results 1 – 6 of 6) sorted by relevance

/base/msdp/device_status/services/interaction/drag/src/
Ddrag_drawing.cpp282 CHKPR(g_drawingInfo.rootNode, RET_ERR); in UpdateShadowPic()
283 …g_drawingInfo.rootNode->SetBounds(0, 0, g_drawingInfo.rootNodeWidth, g_drawingInfo.rootNodeHeight); in UpdateShadowPic()
284 … g_drawingInfo.rootNode->SetFrame(0, 0, g_drawingInfo.rootNodeWidth, g_drawingInfo.rootNodeHeight); in UpdateShadowPic()
318 std::shared_ptr<Rosen::RSNode> rootNode = g_drawingInfo.rootNode; in OnDragFail() local
319 CHKPV(rootNode); in OnDragFail()
320 OnStopDragFail(surfaceNode, rootNode); in OnDragFail()
336 CHKPV(g_drawingInfo.rootNode); in EraseMouseIcon()
337 g_drawingInfo.rootNode->RemoveChild(mouseIconNode); in EraseMouseIcon()
364 if (g_drawingInfo.rootNode != nullptr) { in DestroyDragWindow()
365 g_drawingInfo.rootNode->ClearChildren(); in DestroyDragWindow()
[all …]
/base/powermgr/thermal_manager/application/protector/src/policy/
Dthermal_kernel_config_file.cpp52 auto rootNode = xmlDocGetRootElement(docPtr.get()); in ParseThermalKernelXML() local
53 if (rootNode == nullptr) { in ParseThermalKernelXML()
58 for (auto node = rootNode->children; node; node = node->next) { in ParseThermalKernelXML()
/base/msdp/device_status/services/interaction/drag/include/
Di_drag_animation.h41 std::shared_ptr<Rosen::RSNode> rootNode) = 0;
Ddrag_drawing.h91 std::shared_ptr<Rosen::RSNode> rootNode { nullptr };
121 std::shared_ptr<Rosen::RSNode> rootNode) override;
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_config_file_parser.cpp99 auto rootNode = xmlDocGetRootElement(docPtr.get()); in ParseXmlFile() local
100 if (rootNode == nullptr) { in ParseXmlFile()
105 for (auto node = rootNode->children; node; node = node->next) { in ParseXmlFile()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_srv_config_parser.cpp56 auto rootNode = xmlDocGetRootElement(docPtr.get()); in ParseXmlFile() local
57 if (rootNode == nullptr) { in ParseXmlFile()
62 for (xmlNodePtr node = rootNode->xmlChildrenNode; node != nullptr; node = node->next) { in ParseXmlFile()