Searched refs:localMediaId (Results 1 – 4 of 4) sorted by relevance
40 infoStream << (sceneCode >= CLONE_RESTORE_ID ? info.fileIdOld : info.localMediaId); in FileInfoToString()
616 info.localMediaId = GetInt32Val(GALLERY_LOCAL_MEDIA_ID, resultSet); in ParseResultSetFromGallery()617 info.hidden = (info.localMediaId == GALLERY_HIDDEN_ID) ? 1 : 0; in ParseResultSetFromGallery()738 if (fileInfo.fileSize < TAR_FILE_LIMIT || fileInfo.localMediaId == GALLERY_HIDDEN_ID || in ConvertPathToRealPath()739 fileInfo.localMediaId == GALLERY_TRASHED_ID) { in ConvertPathToRealPath()
1510 fileInfo.localMediaId = TEST_LOCAL_MEDIA_ID; in TestConvertPathToRealPathByStorageType()1540 fileInfo.localMediaId = TEST_LOCAL_MEDIA_ID; in TestConvertPathToRealPathByFileSize()1578 void TestConvertPathToRealPathByLocalMediaId(int32_t localMediaId, const std::string &srcPath, in TestConvertPathToRealPathByLocalMediaId() argument1583 fileInfo.localMediaId = localMediaId; in TestConvertPathToRealPathByLocalMediaId()
320 int32_t localMediaId {-1};