Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/src/
Dstk_controller.cpp286 …if (stkCv_.wait_for(terminalResponselock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_statu… in SendTerminalResponseCmd()
318 …if (stkCv_.wait_for(envelopelock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_status::timeo… in SendEnvelopeCmd()
351 …if (stkCv_.wait_for(callSetupRequestlock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_statu… in SendCallSetupRequestResult()
374 stkCv_.notify_one(); in OnSendTerminalResponseResult()
392 stkCv_.notify_one(); in OnSendEnvelopeCmdResult()
410 stkCv_.notify_one(); in OnSendCallSetupRequestResult()
/base/telephony/core_service/services/sim/include/
Dstk_controller.h63 std::condition_variable stkCv_; variable