Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/async_stack/
H A Dstack_table_test.cpp53 ASSERT_EQ(stackTable->ImportNode(0, node), true);
156 bool ret = stackTable->ImportNode(MAX_NODES_CNT, node);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/
H A Dunique_stack_table.h110 bool ImportNode(uint32_t index, const Node& node);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dunique_stack_table.cpp231 bool UniqueStackTable::ImportNode(uint32_t index, const Node& node) in ImportNode() function in OHOS::HiviewDFX::UniqueStackTable