Searched refs:shouldNotify (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | medialibrary_rdb_utils.h | 53 const std::vector<std::string> &subtypes = {}, bool shouldNotify = false); 55 const std::vector<std::string> &userAlbumIds = {}, bool shouldNotify = false); 57 const std::vector<std::string> &sourceAlbumIds = {}, bool shouldNotify = false); 59 const std::vector<std::string> &uris, bool shouldNotify = false); 63 const std::vector<std::string> &uris, bool shouldNotify = false);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_rdb_utils.cpp | 114 bool shouldNotify { false }; member 1376 const vector<string> &uris, bool shouldNotify) in UpdateUserAlbumByUri() argument 1408 UpdateUserAlbumInternal(rdbStore, albumIds, shouldNotify); in UpdateUserAlbumByUri() 1414 const vector<string> &userAlbumIds, bool shouldNotify) in UpdateUserAlbumInternal() argument 1440 data.shouldNotify = shouldNotify; in UpdateUserAlbumInternal() 1829 const vector<string> &uris, bool shouldNotify) in UpdateSourceAlbumByUri() argument 1861 UpdateSourceAlbumInternal(rdbStore, albumIds, shouldNotify); in UpdateSourceAlbumByUri() 1867 const vector<string> &sourceAlbumIds, bool shouldNotify) in UpdateSourceAlbumInternal() argument 1893 data.shouldNotify = shouldNotify; in UpdateSourceAlbumInternal() 1914 const vector<string> &subtypes, bool shouldNotify) in UpdateSystemAlbumInternal() argument [all …]
|