/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | graph.cpp | 20 Graph::Graph(uint32_t vertexNum, const std::map<std::string, uint32_t> &typeIdIndex) in Graph() function in OHOS::UDMF::Graph 30 Graph::~Graph() in ~Graph() 42 void Graph::AddEdge(const std::string &startNode, const std::string &endNode) in AddEdge() 54 void Graph::AddEdge(uint32_t start, uint32_t end) in AddEdge() 62 bool Graph::Dfs(uint32_t startNode, Action action, bool isInit) in Dfs() 97 bool Graph::DfsUnconnectedGraph(Action action) in DfsUnconnectedGraph() 111 bool Graph::IsValidType(const std::string &node) in IsValidType() 120 int32_t Graph::GetIndex(const std::string &node) in GetIndex() 129 bool Graph::IsDAG() in IsDAG()
|
H A D | utd_graph.h | 36 std::unique_ptr<Graph> ConstructNewGraph(const std::vector<TypeDescriptorCfg> &descriptorCfgs); 37 void Update(std::unique_ptr<Graph> graph); 44 std::unique_ptr<Graph> graph_;
|
H A D | graph.h | 36 class Graph { 38 explicit Graph(uint32_t vertexNum, const std::map<std::string, uint32_t> &typeIdIndex); 39 ~Graph();
|
H A D | utd_graph.cpp | 49 graph_ = std::make_unique<Graph>(descriptorsNum, typeIdIndex); in InitUtdGraph() 80 std::unique_ptr<Graph> UtdGraph::ConstructNewGraph(const std::vector<TypeDescriptorCfg> &descriptor… in ConstructNewGraph() 87 auto graph = std::make_unique<Graph>(descriptorsNum, typeIdIndex); in ConstructNewGraph() 98 void UtdGraph::Update(std::unique_ptr<Graph> graph) in Update()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.7/ |
H A D | changelogs-dfx.md | 11 hidumper --mem pid中原始Graph的值为调用RenderService提供的接口所得,无法获取到对应的ION/DMA内存,现在变更为Graph值从/proc/process_dma… 15 执行hidumper --mem pid查看指定进程的Pss内存时,会多出一部分Graph的值。 24 变更前:执行hidumper --mem pid命令,内存信息中Graph的统计方式为调用RenderService提供的接口所得 25 变更后:执行hidumper --mem pid命令,内存信息中Graph的统计方式变更为读取/proc/process_dmabuf_info节点。
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/ |
H A D | graph.h | 29 class Graph { 67 explicit Graph(AdjacencyList &&adj) in Graph() function 147 if (VertexColor(seedIdx) != Graph::VColor::WHITE) { in FindFirstCycle() 212 if (VertexColor(state.childIdx) == Graph::VColor::BLACK) { in DfsVisitChildren() 216 if (VertexColor(state.childIdx) == Graph::VColor::GREY) { in DfsVisitChildren() 221 … VIdx nextChild = state.childIdx + 1 < NumVertices() ? state.childIdx + 1 : Graph::INVALID_V_IDX; in DfsVisitChildren() 228 state.childIdx = Graph::INVALID_V_IDX; in DfsVisitChildren() 237 if (state.childIdx != Graph::INVALID_V_IDX) { in DfsPopState() 240 Mark(state.currentIdx, Graph::VColor::BLACK); in DfsPopState() 252 Mark(state.currentIdx, Graph::VColor::GREY); in RunDfsFromVertex() [all …]
|
H A D | deadlock_helpers.h | 25 using LockGraph = Graph<tid_t, AsyncLockDependency>;
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | graph_test.cpp | 73 Graph graph(vextexNum, {}); 95 Graph graph(vextexNum, {}); 118 Graph graph(vextexNum, {}); 141 Graph graph(vextexNum, {}); 171 Graph graph(vextexNum, {}); 200 Graph graph(vextexNum, {}); 226 Graph graph(vextexNum, {}); 252 Graph graph(vextexNum, {}); 281 Graph graph(vextexNum, {}); 334 Graph graph(vextexNum, {});
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.7/ |
H A D | changelogs-dfx.md | 11 The Graph value in the **hidumper --mem pid** command was obtained by calling the API provided by R… 15 …is executed to view the Pss memory of a specified process, there will be an additional Graph value.
|
/ohos5.0/build/tools/module_dependence/ |
H A D | part_deps.py | 60 from pyecharts.charts import Graph 103 Graph(opts.InitOpts(width="1920px", height="1080px"))
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-components-svg-graphics.md | 1 # Graph Drawing
|
H A D | Readme-EN.md | 187 - [Graph Drawing](ui-js-components-svg-graphics.md)
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-hidumper.md | 172 | Graph | 图形内存 |
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hidumper.md | 524 …PID Total Pss(xxx in SwapPss) Total Vss Total Rss Total Uss GL Graph … 548 …Graph 0 0 0 0 0 0 … 572 **Graph字段统计方式为:计算/proc/process_dmabuf_info节点下该进程使用的内存大小。**
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hidumper.md | 510 …PID Total Pss(xxx in SwapPss) Total Vss Total Rss Total Uss GL Graph … 534 …Graph 0 0 0 0 0 0 … 558 …The **Graph** field represents the memory size used by the process in the **/proc/process_dmabuf_i…
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hidumper.md | 172 | Graph | Graphics memory. |
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 573 - [Graph Drawing](ui/ui-js-components-svg-graphics.md)
|