Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp86 bool isNeedReportError = (nowTime - retryStartTime_) >= RETRY_DELTA_TIME_TO_REPORT_ERROR in DoOpen() local
88 if (isNeedReportError && eventCallback_ != nullptr) { in DoOpen()