Home
last modified time | relevance | path

Searched defs:needMoreMsg (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/test/testcases/
Djs_allocationtrack_loop_test.h127 bool RecvReportProgressFinished(std::string recv, bool &needMoreMsg) in RecvReportProgressFinished()
162 bool RecvReportProgressChunk(std::string recv, bool &needMoreMsg) in RecvReportProgressChunk()
Djs_allocationtrack_recursion_test.h121 bool RecvReportProgressFinished(std::string recv, bool &needMoreMsg) in RecvReportProgressFinished()
156 bool RecvReportProgressChunk(std::string recv, bool &needMoreMsg) in RecvReportProgressChunk()
Djs_heapdump_test.h92 bool RecvReportProgressFinished(std::string recv, bool &needMoreMsg) in RecvReportProgressFinished()
127 bool RecvReportProgressChunk(std::string recv, bool& needMoreMsg) in RecvReportProgressChunk()
Djs_allocationtrack_test.h101 bool RecvReportProgressFinished(std::string recv, bool &needMoreMsg) in RecvReportProgressFinished()
136 bool RecvReportProgressChunk(std::string recv, bool& needMoreMsg) in RecvReportProgressChunk()
Djs_heapdump_loop_test.h122 bool RecvReportProgressFinished(std::string recv, bool &needMoreMsg) in RecvReportProgressFinished()
157 bool RecvReportProgressChunk(std::string recv, bool &needMoreMsg) in RecvReportProgressChunk()
/arkcompiler/toolchain/tooling/dynamic/test/client_utils/
Dtest_util.cpp168 bool needMoreMsg = false; in HandleAcceptanceMessages() local