Searched refs:RoomForFilename (Results 1 - 5 of 5) sorted by relevance
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/mock/ |
H A D | base_interface_lib_mock.cpp | 85 uint32_t RoomForFilename(const uint8_t bitmap[], size_t slots, uint32_t maxSlots) in RoomForFilename() function 95 return BaseInterfaceLib::baseInterfaceLib_->RoomForFilename(bitmap, slots, maxSlots); in RoomForFilename()
|
H A D | base_interface_lib_mock.h | 36 virtual uint32_t RoomForFilename(const uint8_t bitmap[], size_t slots, uint32_t maxSlots) = 0; 53 MOCK_METHOD3(RoomForFilename, uint32_t(const uint8_t bitmap[], size_t slots, uint32_t maxSlot));
|
/foundation/filemanagement/dfs_service/utils/dentry/src/ |
H A D | meta_file_clouddisk.cpp | 266 static uint32_t RoomForFilename(const uint8_t bitmap[], size_t slots, uint32_t maxSlots) in RoomForFilename() function 379 bitPos = RoomForFilename(dentryBlk.bitmap, GetDentrySlots(base.name.length()), DENTRY_PER_GROUP); in DoCreate()
|
H A D | meta_file.cpp | 255 static uint32_t RoomForFilename(const uint8_t bitmap[], size_t slots, uint32_t maxSlots) in RoomForFilename() function 360 bitPos = RoomForFilename(dentryBlk.bitmap, GetDentrySlots(base.name.length()), DENTRY_PER_GROUP); in DoCreate()
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | meta_file_clouddisk_mock.cpp | 291 static uint32_t RoomForFilename(const uint8_t bitmap[], size_t slots, uint32_t maxSlots) in RoomForFilename() function
|
Completed in 5 milliseconds