Home
last modified time | relevance | path

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

/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_task.cpp225 size_t tidLength = rearPos - startPos; in SendEvent() local
226 if (tidLength < std::to_string(INT32_MAX).length()) { in SendEvent()
227 std::string tidStr = sendMsg.substr(startPos, tidLength); in SendEvent()
H A Dwatchdog_inner.cpp953 size_t tidLength = taskIdFrontPos - workerStartPos; in GetFfrtTaskTid() local
954 if (tidLength < std::to_string(INT32_MAX).length()) { in GetFfrtTaskTid()
955 std::string tidStr = line.substr(workerStartPos, tidLength); in GetFfrtTaskTid()

Completed in 3 milliseconds