Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtel_event_queue.cpp89 std::unique_lock<std::mutex> lock(eventCtx_); in InsertEventsInner()
179 std::lock_guard<std::mutex> lock(eventCtx_); in RemoveEvent()
197 std::lock_guard<std::mutex> lock(eventCtx_); in HasInnerEvent()
212 std::lock_guard<std::mutex> lock(eventCtx_); in RemoveAllEvents()
232 std::lock_guard<std::mutex> lock(eventCtx_); in PopEvent()
250 std::lock_guard<std::mutex> lock(eventCtx_); in GetHandleTime()
/ohos5.0/base/telephony/core_service/utils/common/include/
H A Dtel_event_queue.h57 std::mutex eventCtx_; variable