Home
last modified time | relevance | path

Searched defs:cacheTime (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_method.h75 void SetCacheable(int cacheTime) in SetCacheable()
/ohos5.0/foundation/ability/idl_tool/parser/
H A Dparser.cpp231 bool Parser::ParseMethodProperties(bool& oneway, bool& cacheable, int& cacheTime) in ParseMethodProperties()
277 …::SetMethodAttr(ASTMethod* method, ASTType *returnType, bool oneway, bool cacheable, int cacheTime) in SetMethodAttr()
378 int cacheTime; in ParseMethod() local
H A Dlexer.cpp364 bool Lexer::ParseCacheable(int& cacheTime) in ParseCacheable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp171 auto cacheTime = time(nullptr); in SaveCacheInner() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_fd_source_plugin.cpp686 float cacheTime = GetCacheTime(avgDownloadSpeed_ / currentBitRate_); in UpdateWaterLineAbove() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp1273 float cacheTime = 0; in UpdateWaterLineAbove() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.cpp1506 float cacheTime = 0; in UpdateWaterLineAbove() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Drenderer_in_client.cpp601 int64_t cacheTime = static_cast<int64_t>(cacheTimeDsp + cacheTimePa) * AUDIO_NS_PER_US; in GetAudioTime() local