Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/satellite_call/src/
H A Dsatellite_call_control.cpp214 if (CallCountDownHandler_ == nullptr) { in SetSatelliteCallCountDownProcessing()
215 CallCountDownHandler_ = std::make_shared<AppExecFwk::EventHandler>(runner); in SetSatelliteCallCountDownProcessing()
217 if (CallCountDownHandler_ == nullptr) { in SetSatelliteCallCountDownProcessing()
239 CallCountDownHandler_->RemoveTask("satellite_call_count_down"); in SetSatelliteCallCountDownProcessing()
240 bool ret = CallCountDownHandler_->PostTask(task, "satellite_call_count_down", COUNT_DOWN_TIME); in SetSatelliteCallCountDownProcessing()
257 if (CallCountDownHandler_ != nullptr) { in RemoveCallCountDownEventHandlerTask()
258 CallCountDownHandler_->RemoveTask("satellite_call_count_down"); in RemoveCallCountDownEventHandlerTask()
/ohos5.0/base/telephony/call_manager/services/satellite_call/include/
H A Dsatellite_call_control.h51 std::shared_ptr<AppExecFwk::EventHandler> CallCountDownHandler_; variable