Home
last modified time | relevance | path

Searched defs:cacheIndex (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdidevice_test.cpp82 uint32_t cacheIndex = 0; variable
147 uint32_t cacheIndex = 0; variable
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp1019 int64_t cacheIndex = off / MAX_READ_SIZE; in CheckAndWait() local
1036 int64_t cacheIndex, in SaveCacheToFile()
1072 int64_t cacheIndex = readArgs->offset / MAX_READ_SIZE; in CloudReadOnCloudFile() local
1130 int64_t cacheIndex = readArgs->offset / MAX_READ_SIZE; in CloudReadOnCacheFile() local
1241 int64_t cacheIndex = readArgs->offset / MAX_READ_SIZE; in WaitData() local
1311 int64_t cacheIndex = readArgs->offset / MAX_READ_SIZE; in DoReadSlice() local
1354 int64_t cacheIndex = static_cast<int64_t>( in DoCloudRead() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_result_set.cpp325 int cacheIndex = position_ - cacheStartPosition_; in GetEntry() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp152 uint32_t cacheIndex = GetData<uint32_t>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_display_type.h130 uint32_t cacheIndex; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp254 …viceImpl::SetScreenClientBuffer(uint32_t screenId, const BufferHandle *buffer, uint32_t cacheIndex, in SetScreenClientBuffer()