Home
last modified time | relevance | path

Searched refs:stid (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dutils.cpp34 std::string stid = buf.str(); in GetThreadId() local
35 return std::stoull(stid); in GetThreadId()
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_runner.cpp548 std::string stid = buf.str(); in GetThreadId() local
549 return std::stoull(stid); in GetThreadId()
/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp104 std::string stid = GetThisThreadIdOfString(); in GetThisThreadId() local
105 auto tid = std::atoll(stid.c_str()); in GetThisThreadId()

Completed in 3 milliseconds