Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
Dhdidevice_test.cpp79 uint32_t cacheIndex = 0; variable
144 uint32_t cacheIndex = 0; variable
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
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
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_result_set.cpp325 int cacheIndex = position_ - cacheStartPosition_; in GetEntry() local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
Dhdidevice_fuzzer.cpp152 uint32_t cacheIndex = GetData<uint32_t>(); in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
Dhdi_display_type.h130 uint32_t cacheIndex; member
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
Dhdi_device_impl.cpp248 …viceImpl::SetScreenClientBuffer(uint32_t screenId, const BufferHandle *buffer, uint32_t cacheIndex, in SetScreenClientBuffer()