Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_timer_callback.cpp57 if (std::this_thread::get_id() == eventLoopTid_) { in OnTriggerEvent()
98 eventLoopTid_ = std::this_thread::get_id(); in EventLoop()
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_timer_callback.h53 std::thread::id eventLoopTid_; variable