Home
last modified time | relevance | path

Searched refs:E_PERMISSION (Results 1 - 25 of 29) sorted by relevance

12

/foundation/filemanagement/app_file_service/interfaces/kits/ndk/fileshare/include/
H A Derror_code.h21 E_PERMISSION = 201, enumerator
/foundation/filemanagement/dfs_service/utils/log/include/
H A Ddfs_error.h106 E_PERMISSION = 201, enumerator
121 { E_PERMISSION_DENIED, E_PERMISSION },
/foundation/filemanagement/user_file_service/utils/
H A Dfile_access_framework_errno.h48 E_PERMISSION = 201, // Permission verification failed enumerator
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/log/
H A Ddfs_error_test.cpp67 EXPECT_EQ(ret, E_PERMISSION); in HWTEST_F()
/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_errno.h66 E_PERMISSION = 201, enumerator
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Duni_error.h139 E_PERMISSION = 201, enumerator
320 { E_PERMISSION, E_PERMISSION},
H A Dfile_impl.cpp82 return -E_PERMISSION; in OpenFileByDatashare()
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dprop_n_operation.cpp173 NError(E_PERMISSION).ThrowErr(env); in Async()
204 NError(E_PERMISSION).ThrowErr(env); in DoGetBackupInfo()
289 NError(E_PERMISSION).ThrowErr(env); in DoUpdateTimer()
337 NError(E_PERMISSION).ThrowErr(env); in DoUpdateSendRate()
H A Dsession_incremental_backup_n_exporter.cpp317 NError(E_PERMISSION).ThrowErr(env); in Constructor()
462 NError(E_PERMISSION).ThrowErr(env); in AppendBundles()
512 NError(E_PERMISSION).ThrowErr(env); in Release()
H A Dsession_backup_n_exporter.cpp313 NError(E_PERMISSION).ThrowErr(env); in Constructor()
399 NError(E_PERMISSION).ThrowErr(env); in AppendBundles()
452 NError(E_PERMISSION).ThrowErr(env); in Release()
H A Dsession_restore_n_exporter.cpp428 NError(E_PERMISSION).ThrowErr(env); in Constructor()
506 NError(E_PERMISSION).ThrowErr(env);
578 NError(E_PERMISSION).ThrowErr(env);
639 NError(E_PERMISSION).ThrowErr(env);
692 NError(E_PERMISSION).ThrowErr(env);
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_error.h167 E_PERMISSION = 201, enumerator
402 { E_PERMISSION, { E_PERMISSION, "Permission verification failed" } },
/foundation/filemanagement/app_file_service/interfaces/kits/ndk/fileshare/src/
H A Doh_file_share.cpp133 case static_cast<int32_t>(E_PERMISSION): in ErrorCodeConversion()
134 errCode = E_PERMISSION; in ErrorCodeConversion()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/
H A Dfile_permission.cpp85 return FileManagement::LibN::E_PERMISSION; in ErrorCodeConversion()
123 return FileManagement::LibN::E_PERMISSION; in ErrorCodeConversion()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_service_proxy_lite_test.cpp195 .WillOnce(Return(E_PERMISSION)); in HWTEST_F()
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service_stub.cpp70 return E_PERMISSION; in OnRemoteRequest()
/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_manager_connect.cpp333 { E_PERMISSION_DENIED, E_PERMISSION }, in Convert2JsErrNum()
/foundation/filemanagement/app_file_service/test/unittest/file_share_ndk_test/file_share_permission_sup_test/
H A Dfile_share_permission_sup_test.cpp143 EXPECT_CALL(*filePermMoc_, PersistPermission(_, _)).WillOnce(Return(E_PERMISSION)); in HWTEST_F()
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_share/
H A Dgrant_uri_permission.cpp117 return -E_PERMISSION; in InsertByDatashare()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_environment/
H A Denvironment_n_exporter.cpp103 NError(E_PERMISSION).ThrowErr(env); in CheckInvalidAccess()
/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_notify_test.cpp1244 EXPECT_EQ(result, OHOS::FileAccessFwk::E_PERMISSION); in HWTEST_F()
1255 EXPECT_EQ(result, OHOS::FileAccessFwk::E_PERMISSION); in HWTEST_F()
1262 EXPECT_EQ(result, OHOS::FileAccessFwk::E_PERMISSION); in HWTEST_F()
1265 EXPECT_EQ(result, OHOS::FileAccessFwk::E_PERMISSION); in HWTEST_F()
1268 EXPECT_EQ(result, OHOS::FileAccessFwk::E_PERMISSION); in HWTEST_F()
H A Dfile_access_service_proxy_test.cpp119 .WillOnce(Return(E_PERMISSION)); in HWTEST_F()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dopen.cpp154 return -E_PERMISSION; in OpenFileByDatashare()
/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/
H A Drecent_n_exporter.cpp62 NError(E_PERMISSION).ThrowErr(env); in CheckSystemAppAndPermission()
/foundation/filemanagement/app_file_service/test/unittest/file_share_ndk_test/file_share_permission_test/
H A Dfile_share_permission_test.cpp1081 EXPECT_EQ(ErrorCodeConversion(static_cast<int32_t>(E_PERMISSION)), E_PERMISSION); in HWTEST_F()

Completed in 19 milliseconds

12