Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp625 std::vector<std::string>& resultVec = StringSplit(buf); variable
626 if (resultVec[mallocPos] == "malloc") {
627 if (resultVec[mallocSizePos] == std::to_string(LIBA_MALLOC_SIZE)) {
634 } else if (resultVec[mallocSizePos] == std::to_string(LIBB_MALLOC_SIZE)) {
686 std::vector<std::string>& resultVec = StringSplit(buf, ':'); variable
687 expectCallStackId = resultVec[1];
692 std::vector<std::string>& resultVec = StringSplit(buf, ':'); variable
693 statisticsCallStackId = resultVec[1];
701 std::vector<std::string>& resultVec = StringSplit(buf, ':'); variable
702 uint16_t applyCount = std::atoi(resultVec[1].c_str());
[all …]