Searched refs:BUNDLENAME_FLAG (Results 1 - 4 of 4) sorted by relevance
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_notify_utils.cpp | 25 const string BUNDLENAME_FLAG = "<BundleName>"; member 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>"; member 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(), paramOthers.bundleName); in GetTrashNotifyData() 347 notifyData.uri.replace(CLOUDDISK_URI_PREFIX.find(BUNDLENAME_FLAG), BUNDLENAME_FLAG.length(), in HandleDelete()
|
H A D | clouddisk_rdbstore.cpp | 62 const string BUNDLENAME_FLAG = "<BundleName>"; member 1323 realPrefix.replace(realPrefix.find(BUNDLENAME_FLAG), BUNDLENAME_FLAG.length(), bundleName_); in GetUriFromDB()
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | clouddisk_notify_utils_mock.cpp | 25 const string BUNDLENAME_FLAG = "<BundleName>";
member 44 realPrefix.replace(realPrefix.find(BUNDLENAME_FLAG), BUNDLENAME_FLAG.length(), bundleName);
in GetUriRecursively()
|
Completed in 6 milliseconds