Searched refs:CallCountDownHandler_ (Results 1 – 2 of 2) sorted by relevance
214 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()
51 std::shared_ptr<AppExecFwk::EventHandler> CallCountDownHandler_; variable