Searched refs:collectFunc (Results 1 - 1 of 1) sorted by relevance
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
H A D | thread_sampler_test.cpp | 133 auto collectFunc = reinterpret_cast<ThreadSamplerCollectFunc>(FunctionOpen(funcHandler, "ThreadSamplerCollect")); in HWTEST_F() local 142 auto collectHandler = [&stack, collectFunc]() { in HWTEST_F() 144 collectFunc(stack, STACK_LENGTH, treeFormat); in HWTEST_F() 179 auto collectFunc = reinterpret_cast<ThreadSamplerCollectFunc>(FunctionOpen(funcHandler, "ThreadSamplerCollect")); in HWTEST_F() local 188 auto collectHandler = [&stack, collectFunc]() { in HWTEST_F() 190 collectFunc(stack, STACK_LENGTH, treeFormat); in HWTEST_F() 224 auto collectFunc = reinterpret_cast<ThreadSamplerCollectFunc>(FunctionOpen(funcHandler, "ThreadSamplerCollect")); in HWTEST_F() local 233 auto collectHandler = [&stack, collectFunc]() { in HWTEST_F() 235 collectFunc(stack, STACK_LENGTH, treeFormat); in HWTEST_F() 288 auto collectFunc in HWTEST_F() local [all...] |
Completed in 1 milliseconds