Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp678 std::string expectCallStackId; variable
682 if (!expectCallStackId.empty()) {
687 expectCallStackId = resultVec[1];
688 std::cout << "expectCallStackId: " << expectCallStackId << std::endl;
695 if (expectCallStackId == statisticsCallStackId) {