Home
last modified time | relevance | path

Searched refs:stkCv_ (Results 1 - 2 of 2) sorted by relevance

/base/telephony/core_service/services/sim/src/
H A Dstk_controller.cpp523 if (stkCv_.wait_for(terminalResponselock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_status::timeout) { in SendTerminalResponseCmd()
555 if (stkCv_.wait_for(envelopelock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_status::timeout) { in SendEnvelopeCmd()
588 if (stkCv_.wait_for(callSetupRequestlock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_status::timeout) { in SendCallSetupRequestResult()
611 stkCv_.notify_one(); in OnSendTerminalResponseResult()
629 stkCv_.notify_one(); in OnSendEnvelopeCmdResult()
647 stkCv_.notify_one(); in OnSendCallSetupRequestResult()
/base/telephony/core_service/services/sim/include/
H A Dstk_controller.h123 std::condition_variable stkCv_; member in OHOS::Telephony::StkController

Completed in 3 milliseconds