Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_abs_result_set.cpp185 auto periodIndex = columnName.rfind('.'); in GetColumnIndex() local
187 if (periodIndex != std::string::npos) { in GetColumnIndex()
188 columnNameLower = columnNameLower.substr(periodIndex + 1); in GetColumnIndex()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_result_set.cpp397 auto periodIndex = lowerName.rfind('.'); in GetColumnIndex() local
398 if (periodIndex != std::string::npos) { in GetColumnIndex()
399 lowerName = lowerName.substr(periodIndex + 1); in GetColumnIndex()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp1015 unsigned int periodIndex = 0; in GetStreamsInfoInMpd() local
1016 …::list<DashPeriodInfo*>::iterator it = periods.begin(); it != periods.end(); ++it, ++periodIndex) { in GetStreamsInfoInMpd()
1022 GetStreamsInfoInPeriod(period, periodIndex, mpdBaseUrl); in GetStreamsInfoInMpd()
1037 void DashMpdDownloader::GetStreamsInfoInPeriod(DashPeriodInfo *periodInfo, unsigned int periodIndex, in GetStreamsInfoInPeriod() argument
1043 streamDesc.periodIndex_ = periodIndex; in GetStreamsInfoInPeriod()
1071 …G_I("Get streamType " PUBLIC_LOG_D32 " in period " PUBLIC_LOG_U32 " size is 0", type, periodIndex); in GetStreamsInfoInPeriod()
H A Ddash_mpd_downloader.h155 …void GetStreamsInfoInPeriod(DashPeriodInfo *periodInfo, unsigned int periodIndex, const std::strin…