Home
last modified time | relevance | path

Searched defs:cacheSize (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/
H A Dbundle_stats_test.cpp46 int64_t cacheSize = 1002; variable
70 int64_t cacheSize = 2002; variable
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Dbundle_stats.h26 BundleStats(int64_t appSize, int64_t cacheSize, int64_t dataSize) in BundleStats()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dlru_cache.h28 explicit LruCache(size_t cacheSize) : cacheSize_(cacheSize) in LruCache()
35 void ReCacheSize(size_t cacheSize) in ReCacheSize()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_ring_cache.cpp30 AudioRingCache::AudioRingCache(size_t cacheSize) : cacheTotalSize_(cacheSize) in AudioRingCache()
62 std::unique_ptr<AudioRingCache> AudioRingCache::Create(size_t cacheSize) in Create()
77 OptResult AudioRingCache::ReConfig(size_t cacheSize, bool copyRemained) in ReConfig()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Daudio_service_common_unit_test.cpp432 size_t cacheSize = 960; variable
471 size_t cacheSize = 960; variable
509 size_t cacheSize = 960; variable
554 size_t cacheSize = 960; variable
593 size_t cacheSize = 480; variable
646 size_t cacheSize = 480; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/factories/
H A Drender_node_factory.h34 explicit RenderNodeFactory(size_t cacheSize): cacheSize_(cacheSize) {} in RenderNodeFactory()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DBigCache.java41 final int cacheSize = ViewConfiguration.getMaximumDrawingCacheSize(); in onCreate() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_lru_cache_test.cpp43 constexpr int32_t cacheSize = 3; variable
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/storage/
H A DDiskStatsFileLoggerTest.java204 public long cacheSize; field in DiskStatsFileLoggerTest.AppSizeGrouping
206 public AppSizeGrouping(String packageName, long appSize, long cacheSize) { in AppSizeGrouping()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dnet.c54 void NetconnSetSendCacheSize(struct FtNetconn *conn, FILLP_UINT32 cacheSize) in NetconnSetSendCacheSize()
58 void NetconnSetRecvCacheSize(struct FtNetconn *conn, FILLP_UINT32 cacheSize) in NetconnSetRecvCacheSize()
H A Dpcb.c246 void SpungePcbSetSendCacheSize(struct SpungePcb *pcb, FILLP_UINT32 cacheSize) in SpungePcbSetSendCacheSize()
251 void SpungePcbSetRecvCacheSize(struct SpungePcb *pcb, FILLP_UINT32 cacheSize) in SpungePcbSetRecvCacheSize()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageStats.java56 public long cacheSize; field in PackageStats
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.cpp168 uint32_t cacheSize = NUMBER_CACHE_INFO_MEMBERS + cacheNumber + 1; in GenerateCacheFiles() local
259 OH_NN_ReturnCode NNCompiledCache::WriteCacheInfo(uint32_t cacheSize, in WriteCacheInfo()
H A Dnncompiler.cpp670 uint32_t cacheSize = NUMBER_CACHE_INFO_MEMBERS + cacheNumber + 1; in RestoreFromCacheFile() local
/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDebug.java181 final public int cacheSize; field in SQLiteDebug.DbStats
/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DDiskStatsFileLogger.java130 long cacheSize = stat.cacheSize; in addAppsToJson() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DStorageMeasurement.java53 public long cacheSize; field in StorageMeasurement.MeasurementDetails
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_ffi.cpp33 int32_t CJ_CreateHttpResponseCache(uint32_t cacheSize) in CJ_CreateHttpResponseCache()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiled_cache/
H A Dnn_compiled_cache_test.cpp492 uint32_t cacheSize = 1; variable
510 uint32_t cacheSize = 1; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_cache.cpp248 auto cacheSize = dataCacheList_.size(); in DumpCacheInfo() local
H A Dimage_file_cache.cpp166 …FileCache::SaveCacheInner(const std::string& cacheKey, const std::string& suffix, size_t cacheSize, in SaveCacheInner()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp236 uint64_t cacheSize = 0; variable
1440 uint64_t cacheSize = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dcache_data.cpp153 size_t cacheSize = SerializedSize(); in WriteToFile() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp555 int cacheSize = kvDBProp.GetIntProp(KvDBProperties::CACHE_SIZE, 2048); in InitDataBaseOption() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/aac/
H A Dffmpeg_aac_encoder_plugin.cpp760 int32_t cacheSize = av_audio_fifo_size(fifo_); in PcmFillFrame() local

12