Home
last modified time | relevance | path

Searched defs:waterLine (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/dynamic_cache/include/
H A Ddynamic_cache.h42 char waterLine[128] = {0}; in QueryResult() local
71 bool CanUseCache(int32_t querySaId, char* waterLine, string defaultValue) in CanUseCache()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.cpp354 size_t waterLine = 0; in HandleCache() local
1645 size_t waterLine = wantedLength > 0 ? std::max(PLAY_WATER_LINE, wantedLength) : 0; in GetPlayable() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp1317 size_t waterLine = wantedLength > 0 ? std::max(PLAY_WATER_LINE, wantedLength) : 0; in GetPlayable() local