Home
last modified time | relevance | path

Searched refs:uriPermMgr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/uri_permission/src/
H A Duri_permission_manager_client.cpp42 if (uriPermMgr) { in GrantUriPermission()
58 if (uriPermMgr) { in GrantUriPermission()
74 if (uriPermMgr) { in GrantUriPermissionPrivileged()
86 if (uriPermMgr) { in RevokeUriPermission()
95 if (uriPermMgr) { in RevokeAllUriPermissions()
106 if (uriPermMgr) { in RevokeUriPermissionManually()
115 if (uriPermMgr) { in VerifyUriPermission()
132 if (uriPermMgr) { in CheckUriAuthorization()
148 if (uriPermMgr == nullptr || uriPermMgr->AsObject() == nullptr) { in ConnectUriPermService()
250 if (uriPermMgr) { in ClearPermissionTokenByMap()
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfs_daemon_event_dfx.h66 const std::string uriPermMgr = "UriPermMgr"; variable
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/src/
H A Ddfsu_access_token_helper.cpp145 …RadarReporter::CHECK_URI_PREMISSION_ERROR, RadarReporter::PACKAGE_NAME, RadarReporter::uriPermMgr); in CheckUriPermission()