Home
last modified time | relevance | path

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

/base/msdp/device_status/utils/common/src/
Dutil.cpp70 std::string stid = GetThisThreadIdOfString(); in GetThisThreadId() local
71 uint64_t tid = std::stoull(stid); in GetThisThreadId()
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_runner.cpp550 std::string stid = buf.str(); in GetThreadId() local
551 return std::stoull(stid); in GetThreadId()