Searched refs:strSplit (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | peer_binder_catcher.cpp | 233 auto strSplit = [](const std::string& str, uint16_t index) -> std::string { in BinderInfoLineParser() local 247 std::string serverPid = strSplit(strList[3], 0); in BinderInfoLineParser() 248 std::string serverTid = strSplit(strList[3], 1); in BinderInfoLineParser() 256 std::string server = strSplit(strList[2], 0); in BinderInfoLineParser() 258 std::string client = strSplit(strList[0], 0); in BinderInfoLineParser() 260 std::string wait = strSplit(strList[5], 1); in BinderInfoLineParser()
|
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/ |
H A D | appfreeze_manager.cpp | 371 auto strSplit = [](const std::string& str, uint16_t index) -> std::string { in BinderLineParser() local 385 std::string serverPid = strSplit(strList[3], 0); in BinderLineParser() 386 std::string serverTid = strSplit(strList[3], 1); in BinderLineParser() 392 std::string server = strSplit(strList[2], 0); in BinderLineParser() 394 std::string client = strSplit(strList[0], 0); in BinderLineParser() 396 std::string wait = strSplit(strList[5], 1); in BinderLineParser()
|