Home
last modified time | relevance | path

Searched refs:GARBLE (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_utils.cpp59 return safePath.replace(0, CLOUD_PHOTO_PATH.length(), GARBLE); in GetSafePath()
61 safePath = safePath.replace(0, CLOUD_FILE_PATH.length(), GARBLE); in GetSafePath()
93 safeDisplayName = GARBLE + title.substr(length - GARBLE_LAST_ONE) + extension; in GetSafeDiaplayName()
95 safeDisplayName = GARBLE + title.substr(GARBLE_LARGE) + extension; in GetSafeDiaplayName()
97 safeDisplayName = GARBLE + title.substr(length - GARBLE_LAST_TWO) + extension; in GetSafeDiaplayName()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_file_utils.cpp186 path = filePath.substr(0, displayNameIndex).replace(0, UPGRADE_FILE_DIR.length(), GARBLE); in GarbleFilePath()
188 path = filePath.substr(0, displayNameIndex).replace(0, GARBLE_DUAL_FRAME_CLONE_DIR.length(), GARBLE); in GarbleFilePath()
190 path = filePath.substr(0, displayNameIndex).replace(0, cloneFilePath.length(), GARBLE); in GarbleFilePath()
192 path = filePath.substr(0, displayNameIndex).replace(0, OTHER_CLONE_PATH.length(), GARBLE); in GarbleFilePath()
194 path = filePath.substr(0, displayNameIndex).replace(0, OTHER_CLONE_PATH.length(), GARBLE); in GarbleFilePath()
215 if (titleIndex <= GARBLE.size() * GARBLE_UNIT) { in GarbleFileName()
218 return GARBLE + fileName.substr(GARBLE.size()); in GarbleFileName()
H A Dbackup_database_utils.cpp333 garbledInfoName.replace(GARBLE_START, garbledSize, GARBLE); in GarbleInfoName()
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_const.h117 const std::string GARBLE = "*"; member
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_const.h64 const std::string GARBLE = "***"; member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dmedialibrary_backup_test.cpp598 // name without extension and size <= GARBLE.size() * 2 in HWTEST_F()
606 EXPECT_EQ(ret.find(GARBLE), 0); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdbstore.cpp780 return GARBLE; in GetSelectColumns()

Completed in 16 milliseconds