Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/satellite_call/src/
H A Dsatellite_call_control.cpp222 if (CallCountDownHandler_ == nullptr) { in SetSatelliteCallCountDownProcessing()
223 CallCountDownHandler_ = std::make_shared<AppExecFwk::EventHandler>(runner); in SetSatelliteCallCountDownProcessing()
225 if (CallCountDownHandler_ == nullptr) { in SetSatelliteCallCountDownProcessing()
226 TELEPHONY_LOGI("CallCountDownHandler_ is nullptr"); in SetSatelliteCallCountDownProcessing()
251 CallCountDownHandler_->RemoveTask("satellite_call_count_down"); in SetSatelliteCallCountDownProcessing()
252 bool ret = CallCountDownHandler_->PostTask(task, "satellite_call_count_down", COUNT_DOWN_TIME); in SetSatelliteCallCountDownProcessing()
269 if (CallCountDownHandler_ != nullptr) { in RemoveCallCountDownEventHandlerTask()
270 CallCountDownHandler_->RemoveTask("satellite_call_count_down"); in RemoveCallCountDownEventHandlerTask()
/base/telephony/call_manager/services/satellite_call/include/
H A Dsatellite_call_control.h51 std::shared_ptr<AppExecFwk::EventHandler> CallCountDownHandler_; member in OHOS::Telephony::SatelliteCallControl

Completed in 1 milliseconds