Searched refs:ModifyInfoByPathInDb (Results 1 – 3 of 3) sorted by relevance
91 EXPORT static int32_t ModifyInfoByPathInDb(MediaLibraryCommand &cmd, const std::string &path);
437 int32_t ret = MediaLibraryObjectUtils::ModifyInfoByPathInDb(cmd, "");441 ret = MediaLibraryObjectUtils::ModifyInfoByPathInDb(cmd, path);
1015 return ModifyInfoByPathInDb(cmd, dirPath); in UpdateDateModified()1284 int32_t MediaLibraryObjectUtils::ModifyInfoByPathInDb(MediaLibraryCommand &cmd, const string &path) in ModifyInfoByPathInDb() function in OHOS::Media::MediaLibraryObjectUtils