Searched refs:GetBackupPhysicalPath (Results 1 - 3 of 3) sorted by relevance
/foundation/filemanagement/app_file_service/test/unittest/file_share_native/ |
H A D | file_share_test.cpp | 448 * @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 D | sandbox_helper.h | 38 static int32_t GetBackupPhysicalPath(const std::string &fileUri, const std::string &userId,
|
/foundation/filemanagement/storage_service/services/storage_daemon/quota/ |
H A D | quota_manager.cpp | 464 int ret = AppFileService::SandboxHelper::GetBackupPhysicalPath(uri.ToString(), std::to_string(userId),
in ConvertSandboxRealPath()
|
Completed in 3 milliseconds