Searched refs:RecvReportProgress (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/toolchain/tooling/test/testcases/ |
H A D | js_allocationtrack_recursion_test.h | 54 [this](auto recv, auto, auto) -> bool { return RecvReportProgress(recv); }}, in JsAllocationTrackRecursionTest() 75 [this](auto recv, auto, auto) -> bool { return RecvReportProgress(recv); }}, in JsAllocationTrackRecursionTest() 95 bool RecvReportProgress(std::string recv) in RecvReportProgress() function in panda::ecmascript::tooling::test::JsAllocationTrackRecursionTest
|
H A D | js_allocationtrack_loop_test.h | 55 [this](auto recv, auto, auto) -> bool { return RecvReportProgress(recv); }}, in JsAllocationTrackLoopTest() 81 [this](auto recv, auto, auto) -> bool { return RecvReportProgress(recv); }}, in JsAllocationTrackLoopTest() 101 bool RecvReportProgress(std::string recv) in RecvReportProgress() function in panda::ecmascript::tooling::test::JsAllocationTrackLoopTest
|
H A D | js_heapdump_test.h | 41 return RecvReportProgress(recv);
in JsHeapdumpTest() 60 bool RecvReportProgress(std::string recv)
in RecvReportProgress() function in panda::ecmascript::tooling::test::JsHeapdumpTest
|
H A D | js_allocationtrack_test.h | 56 return RecvReportProgress(recv);
in JsAllocationtrackTest() 75 bool RecvReportProgress(std::string recv)
in RecvReportProgress() function in panda::ecmascript::tooling::test::JsAllocationtrackTest
|
H A D | js_heapdump_loop_test.h | 62 [this](auto recv, auto, auto) -> bool { return RecvReportProgress(recv); }}, in JsHeapdumpLoopTest() 90 bool RecvReportProgress(std::string recv) in RecvReportProgress() function in panda::ecmascript::tooling::test::JsHeapdumpLoopTest
|
Completed in 2 milliseconds