Home
last modified time | relevance | path

Searched refs:TimeWaitHelper (Results 1 - 7 of 7) sorted by relevance

/base/telephony/call_manager/services/spam_call/src/
H A Dtime_wait_helper.cpp23 TimeWaitHelper::TimeWaitHelper(int16_t waitTime) in TimeWaitHelper() function in OHOS::Telephony::TimeWaitHelper
28 TimeWaitHelper::~TimeWaitHelper() in ~TimeWaitHelper()
30 TELEPHONY_LOGI("~TimeWaitHelper: %{public}d", waitTime_); in ~TimeWaitHelper()
33 void TimeWaitHelper::NotifyAll() in NotifyAll()
36 TELEPHONY_LOGI("TimeWaitHelper: %{public}d NotifyAll", waitTime_); in NotifyAll()
41 bool TimeWaitHelper::WaitForResult() in WaitForResult()
48 TELEPHONY_LOGE("TimeWaitHelper: %{public}d time out", waitTime_); in WaitForResult()
54 TELEPHONY_LOGE("TimeWaitHelper in WaitForResult()
[all...]
H A Dspam_call_adapter.cpp44 timeWaitHelper_ = std::make_unique<TimeWaitHelper>(WAIT_TIME_FIVE_SECOND); in SpamCallAdapter()
/base/telephony/call_manager/services/spam_call/include/
H A Dtime_wait_helper.h25 class TimeWaitHelper { class
27 TimeWaitHelper(int16_t waitTime);
28 ~TimeWaitHelper();
H A Dspam_call_adapter.h57 std::unique_ptr<TimeWaitHelper> timeWaitHelper_ {nullptr};
/base/telephony/call_manager/services/call/include/
H A Dcall_status_manager.h128 std::unique_ptr<TimeWaitHelper> timeWaitHelper_ {nullptr};
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch2_test.cpp176 TimeWaitHelper timeWaitHelper(10); in HWTEST_F()
/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp1488 timeWaitHelper_ = std::make_unique<TimeWaitHelper>(WAIT_TIME_THREE_SECOND); in IsRingOnceCall()

Completed in 9 milliseconds