Home
last modified time | relevance | path

Searched refs:GetBackupPhysicalPath (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/app_file_service/test/unittest/file_share_native/
H A Dfile_share_test.cpp448 * @tc.desc: Test function of GetBackupPhysicalPath() interface for SUCCESS.
459 int32_t ret = SandboxHelper::GetBackupPhysicalPath(fileUri, "100", physicalPath); in HWTEST_F()
467 * @tc.desc: Test function of GetBackupPhysicalPath() interface for FAILURE.
478 int32_t ret = SandboxHelper::GetBackupPhysicalPath(fileUri, "100", physicalPath); in HWTEST_F()
485 * @tc.desc: Test function of GetBackupPhysicalPath() interface for FAILURE.
496 int32_t ret = SandboxHelper::GetBackupPhysicalPath(fileUri, "100", physicalPath); in HWTEST_F()
503 * @tc.desc: Test function of GetBackupPhysicalPath() interface for FAILURE.
514 int32_t ret = SandboxHelper::GetBackupPhysicalPath(fileUri, "100", physicalPath); in HWTEST_F()
521 * @tc.desc: Test function of GetBackupPhysicalPath() interface for SUCCESS.
533 int32_t ret = SandboxHelper::GetBackupPhysicalPath(strPrefi in HWTEST_F()
[all...]
/foundation/filemanagement/app_file_service/interfaces/common/include/
H A Dsandbox_helper.h38 static int32_t GetBackupPhysicalPath(const std::string &fileUri, const std::string &userId,
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp464 int ret = AppFileService::SandboxHelper::GetBackupPhysicalPath(uri.ToString(), std::to_string(userId), in ConvertSandboxRealPath()

Completed in 3 milliseconds