Home
last modified time | relevance | path

Searched refs:FILE_MANAGER_AUTHORITY (Results 1 - 11 of 11) sorted by relevance

/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dcommon_func.cpp40 const std::string FILE_MANAGER_AUTHORITY = "docs"; member
120 string packageName = (path.find(FILE_MANAGER_URI_HEAD) == 0) ? FILE_MANAGER_AUTHORITY : g_bundleName; in GetUriFromPath()
H A Dsandbox_helper.cpp42 const string FILE_MANAGER_AUTHORITY = "docs"; member
351 if ((sandboxPath.find(FILE_MANAGER_URI_HEAD) == 0 && bundleName != FILE_MANAGER_AUTHORITY) || in GetPhysicalPath()
387 if ((sandboxPath.find(FILE_MANAGER_URI_HEAD) == 0 && bundleName != FILE_MANAGER_AUTHORITY) || in GetBackupPhysicalPath()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_uri/src/
H A Dfile_uri.cpp37 const std::string FILE_MANAGER_AUTHORITY = "docs"; member
89 if (bundleName == FILE_MANAGER_AUTHORITY && in GetRealPath()
110 if (bundleName == FILE_MANAGER_AUTHORITY && in GetRealPathBySA()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dtranslistener.cpp29 const std::string FILE_MANAGER_AUTHORITY = "docs"; member
88 if (info.authority != FILE_MANAGER_AUTHORITY && info.authority != MEDIA_AUTHORITY) { in CopyFileFromSoftBus()
97 if (info.authority == FILE_MANAGER_AUTHORITY || info.authority == MEDIA_AUTHORITY) { in CopyFileFromSoftBus()
117 if (info.authority != FILE_MANAGER_AUTHORITY && info.authority != MEDIA_AUTHORITY) { in PrepareCopySession()
144 if (info.authority != FILE_MANAGER_AUTHORITY && info.authority != MEDIA_AUTHORITY) { in PrepareCopySession()
/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Dfile_permission_manager.cpp29 const std::string FILE_MANAGER_AUTHORITY = "docs"; member
84 if (uriVec[i].GetAuthority() == FILE_MANAGER_AUTHORITY && in CheckUriPersistentPermission()
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_share/
H A Dgrant_uri_permission.h40 const string FILE_MANAGER_AUTHORITY = "docs"; member
H A Dgrant_uri_permission.cpp195 if (authority != MEDIA_AUTHORITY && authority != FILE_MANAGER_AUTHORITY) { in CheckValidPublicUri()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/copy_listener/
H A Dtrans_listener.cpp34 const std::string FILE_MANAGER_AUTHORITY = "docs"; member
67 if (info.authority != FILE_MANAGER_AUTHORITY && info.authority != MEDIA_AUTHORITY) { in HandleCopyFailure()
132 if (info.authority == FILE_MANAGER_AUTHORITY || info.authority == MEDIA_AUTHORITY) { in CopyFileFromSoftBus()
155 if (info.authority != FILE_MANAGER_AUTHORITY && info.authority != MEDIA_AUTHORITY) { in PrepareCopySession()
182 if (info.authority != FILE_MANAGER_AUTHORITY && info.authority != MEDIA_AUTHORITY) { in PrepareCopySession()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
H A Dremote_file_share.cpp57 const std::string FILE_MANAGER_AUTHORITY = "docs"; member
392 if (bundleName == FILE_MANAGER_AUTHORITY) { in GetDfsUriFromLocal()
450 if (bundleName == FILE_MANAGER_AUTHORITY) { in GetDfsUrisFromLocal()
499 if ((bundleName != FILE_MANAGER_AUTHORITY) || (sandboxPath.find(FILE_MANAGER_URI_HEAD) != 0)) { in TransRemoteUriToLocal()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp63 const string FILE_MANAGER_AUTHORITY = "docs"; member
431 if (info.authority == FILE_MANAGER_AUTHORITY || info.authority == MEDIA_AUTHORITY) { in PrepareSession()
538 if (authority != FILE_MANAGER_AUTHORITY && authority != MEDIA_AUTHORITY) { in CheckCopyRule()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/
H A Dfile_permission.cpp43 const std::string FILE_MANAGER_AUTHORITY = "docs"; member

Completed in 7 milliseconds