Home
last modified time | relevance | path

Searched refs:lastName (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/include/manager/
H A Ddump_implement.h68 * @param lastName, last group name.
72 bool CheckGroupName(std::string& lastName, const std::string& curName);
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp699 bool DumpImplement::CheckGroupName(std::string &lastName, const std::string &curName) in CheckGroupName() argument
705 if (lastName.compare(curName) == 0) { in CheckGroupName()
709 lastName.assign(curName); in CheckGroupName()

Completed in 2 milliseconds