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 D | clouddisk_notify_utils_mock.cpp | 25 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 D | clouddisk_notify_utils.cpp | 25 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 D | clouddisk_notify.cpp | 27 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 D | clouddisk_rdbstore.cpp | 63 const string BUNDLENAME_FLAG = "<BundleName>"; variable 1335 realPrefix.replace(realPrefix.find(BUNDLENAME_FLAG), BUNDLENAME_FLAG.length(), bundleName_); in GetUriFromDB()
|