Home
last modified time | relevance | path

Searched defs:queueId (Results 1 – 3 of 3) sorted by relevance

/base/telephony/core_service/test/unittest/utils_tel_event_gtest/
Dtel_event_queue_test.cpp55 int32_t queueId = telEventQueue->queueId_; variable
/base/telephony/core_service/test/unittest/esim_gtest/utils/common/src/
Dtel_event_queue.cpp125 void TelEventQueue::SubmitInner(int32_t queueId) in SubmitInner()
152 void TelEventQueue::SubmitToFFRT(int32_t queueId, AppExecFwk::InnerEvent::TimePoint handleTime, int… in SubmitToFFRT()
245 AppExecFwk::InnerEvent::Pointer TelEventQueue::PopEvent(int32_t queueId, bool &isNeedSubmit) in PopEvent()
/base/telephony/core_service/utils/common/src/
Dtel_event_queue.cpp124 void TelEventQueue::SubmitInner(int32_t queueId) in SubmitInner()
151 void TelEventQueue::SubmitToFFRT(int32_t queueId, AppExecFwk::InnerEvent::TimePoint handleTime, int… in SubmitToFFRT()
244 AppExecFwk::InnerEvent::Pointer TelEventQueue::PopEvent(int32_t queueId, bool &isNeedSubmit) in PopEvent()