Home
last modified time | relevance | path

Searched refs:processWait_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_sms_controller.cpp84 processWait_.notify_all(); in ProcessLoadDone()
100 processWait_.notify_all(); in ProcessUpdateDone()
116 processWait_.notify_all(); in ProcessWriteDone()
132 processWait_.notify_all(); in ProcessDeleteDone()
152 …if (processWait_.wait_for(lock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_status::timeout… in UpdateSmsIcc()
181 …if (processWait_.wait_for(lock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_status::timeout… in DelSmsIcc()
208 …if (processWait_.wait_for(lock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_status::timeout… in AddSmsToIcc()
241 …if (processWait_.wait_for(lock, std::chrono::seconds(WAIT_TIME_TEN_SECOND)) == std::cv_status::tim… in ObtainAllSmsOfIcc()
H A Dicc_dialling_numbers_manager.cpp106 processWait_.notify_all(); in ProcessLoadDone()
121 processWait_.notify_all(); in ProcessUpdateDone()
136 processWait_.notify_all(); in ProcessWriteDone()
151 processWait_.notify_all(); in ProcessDeleteDone()
175 …if (processWait_.wait_for(lock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_status::timeout… in UpdateIccDiallingNumbers()
204 …if (processWait_.wait_for(lock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_status::timeout… in DelIccDiallingNumbers()
232 …if (processWait_.wait_for(lock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_status::timeout… in AddIccDiallingNumbers()
262 processWait_.wait_for( in QueryIccDiallingNumbers()
H A Dsim_file.cpp152 …if (processWait_.wait_for(lock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_status::timeout… in UpdateMsisdnNumber()
773 processWait_.notify_all(); in ProcessSetMsisdnDone()
776 processWait_.notify_all(); in ProcessSetMsisdnDone()
1620 processWait_.notify_all(); in ProcessSetCphsMailbox()
1623 processWait_.notify_all(); in ProcessSetCphsMailbox()
1720 processWait_.notify_all(); in ProcessSetMbdn()
1741 processWait_.notify_all(); in ProcessSetMbdn()
1964 …if (processWait_.wait_for(lock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_status::timeout… in UpdateVoiceMail()
1980 …if (processWait_.wait_for(lock, std::chrono::seconds(WAIT_TIME_SECOND)) == std::cv_status::timeout… in UpdateVoiceMail()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_sms_controller.h65 std::condition_variable processWait_; variable
H A Dicc_dialling_numbers_manager.h67 std::condition_variable processWait_; variable
H A Dicc_file.h162 std::condition_variable processWait_; variable