Home
last modified time | relevance | path

Searched refs:GALLERY_BUNDLE_NAME (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/src/
H A Dcloud_sync_switch_observer.cpp84 const std::string GALLERY_BUNDLE_NAME = system::GetParameter(photos, ""); in RegisterObserver() local
86 if (GALLERY_BUNDLE_NAME == "") { in RegisterObserver()
94 …g queryUri = QUERY_URI + CLOUDDRIVE_BUNDLE_NAME + "/sync_switch?bundleName=" + GALLERY_BUNDLE_NAME; in RegisterObserver()
H A Dcloud_sync_helper.cpp77 GALLERY_BUNDLE_NAME = system::GetParameter(photos, ""); in InitDataShareHelper()
79 if (GALLERY_BUNDLE_NAME == "") { in InitDataShareHelper()
118 predicates.EqualTo(BUNDLE_NAME_KEY, GALLERY_BUNDLE_NAME); in IsSyncSwitchOpen()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/include/
H A Dcloud_sync_helper.h65 std::string GALLERY_BUNDLE_NAME; variable
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Ddata_sync_const.h75 const std::string GALLERY_BUNDLE_NAME = "com.ohos.photos"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphoto_album_restore.cpp56 albumInfo.bundleName = GetStringVal(this->GALLERY_BUNDLE_NAME, resultSet); in GetGalleryAlbums()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dphoto_album_restore.h121 const std::string GALLERY_BUNDLE_NAME = "bundleName"; variable