Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/include/manager/
H A Ddump_implement.h69 * @param curName, current 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
701 if (curName.compare("") == 0) { in CheckGroupName()
705 if (lastName.compare(curName) == 0) { in CheckGroupName()
709 lastName.assign(curName); in CheckGroupName()

Completed in 2 milliseconds