Home
last modified time | relevance | path

Searched refs:Update (Results 1 – 3 of 3) sorted by relevance

/kernel/lib/topology/
A Dsystem-topology_test.cpp36 ASSERT_EQ(ZX_OK, graph.Update(topo.nodes, topo.node_count)); in test_flat_to_heap_simple()
55 ASSERT_EQ(ZX_OK, graph.Update(topo.nodes, topo.node_count)); in test_flat_to_heap_complex()
66 ASSERT_EQ(ZX_OK, graph.Update(topo.nodes, topo.node_count)); in test_flat_to_heap_walk_result()
98 ASSERT_EQ(ZX_ERR_INVALID_ARGS, graph.Update(topo.nodes, topo.node_count)); in test_validate_processor_not_leaf()
111 ASSERT_EQ(ZX_ERR_INVALID_ARGS, graph.Update(topo.nodes, topo.node_count)); in test_validate_leaf_not_processor()
124 ASSERT_EQ(ZX_ERR_INVALID_ARGS, graph.Update(topo.nodes, topo.node_count)); in test_validate_cycle()
139 ASSERT_EQ(ZX_ERR_INVALID_ARGS, graph.Update(topo.nodes, topo.node_count)); in test_validate_cycle_shared_parent()
156 ASSERT_EQ(ZX_ERR_INVALID_ARGS, graph.Update(topo.nodes, topo.node_count)); in test_validate_hierarchical_storage()
A Dsystem-topology.cpp14 zx_status_t Graph::Update(zbi_topology_node_t* flat_nodes, size_t count) { in Update() function in system_topology::Graph
/kernel/lib/topology/include/lib/
A Dsystem-topology.h50 zx_status_t Update(zbi_topology_node_t* nodes, size_t count);

Completed in 11 milliseconds