Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp256 auto splitPhase = [](const std::string& str, uint16_t index) -> std::string { in ParsePeerBinderPid() local
267 std::string server = splitPhase(strList[2], 0); in ParsePeerBinderPid()
269 std::string client = splitPhase(strList[0], 0); in ParsePeerBinderPid()
271 std::string wait = splitPhase(strList[5], 1); in ParsePeerBinderPid()