Home
last modified time | relevance | path

Searched refs:BUNDLENAME_FLAG (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dclouddisk_notify_utils_mock.cpp25 const string BUNDLENAME_FLAG = "<BundleName>"; variable
44 realPrefix.replace(realPrefix.find(BUNDLENAME_FLAG), BUNDLENAME_FLAG.length(), bundleName); in GetUriRecursively()
154 realPrefix.replace(realPrefix.find(BUNDLENAME_FLAG), BUNDLENAME_FLAG.length(), bundleName); in GetUriFromCache()
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_notify_utils.cpp25 const string BUNDLENAME_FLAG = "<BundleName>"; variable
43 realPrefix.replace(realPrefix.find(BUNDLENAME_FLAG), BUNDLENAME_FLAG.length(), bundleName); in GetUriRecursively()
173 realPrefix.replace(realPrefix.find(BUNDLENAME_FLAG), BUNDLENAME_FLAG.length(), bundleName); in GetUriFromCache()
H A Dclouddisk_notify.cpp27 const string BUNDLENAME_FLAG = "<BundleName>"; variable
60 realPrefix.replace(CLOUDDISK_URI_PREFIX.find(BUNDLENAME_FLAG), BUNDLENAME_FLAG.length(), in GetTrashNotifyData()
70 …realPrefix.replace(CLOUDDISK_URI_PREFIX.find(BUNDLENAME_FLAG), BUNDLENAME_FLAG.length(), paramOthe… in GetTrashNotifyData()
338 notifyData.uri.replace(CLOUDDISK_URI_PREFIX.find(BUNDLENAME_FLAG), BUNDLENAME_FLAG.length(), in HandleDelete()
H A Dclouddisk_rdbstore.cpp63 const string BUNDLENAME_FLAG = "<BundleName>"; variable
1335 realPrefix.replace(realPrefix.find(BUNDLENAME_FLAG), BUNDLENAME_FLAG.length(), bundleName_); in GetUriFromDB()