Home
last modified time | relevance | path

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

/foundation/filemanagement/app_file_service/test/unittest/file_share_native/
H A Dfile_share_test.cpp310 * @tc.desc: Test function of GetPhysicalPath() interface for SUCCESS.
321 int32_t ret = SandboxHelper::GetPhysicalPath(fileUri, "100", physicalPath); in HWTEST_F()
329 * @tc.desc: Test function of GetPhysicalPath() interface for SUCCESS.
340 int32_t ret = SandboxHelper::GetPhysicalPath(fileUri, "100", physicalPath); in HWTEST_F()
347 * @tc.desc: Test function of GetPhysicalPath() interface for SUCCESS.
358 int32_t ret = SandboxHelper::GetPhysicalPath(fileUri, "100", physicalPath); in HWTEST_F()
365 * @tc.desc: Test function of GetPhysicalPath() interface for SUCCESS.
376 int32_t ret = SandboxHelper::GetPhysicalPath(fileUri, "100", physicalPath); in HWTEST_F()
383 * @tc.desc: Test function of GetPhysicalPath() interface for SUCCESS.
395 int32_t ret = SandboxHelper::GetPhysicalPath(strPrefi in HWTEST_F()
[all...]
/foundation/filemanagement/app_file_service/interfaces/common/include/
H A Dsandbox_helper.h36 static int32_t GetPhysicalPath(const std::string &fileUri, const std::string &userId,
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
H A Dremote_file_share.cpp279 static std::string GetPhysicalPath(Uri &uri, const std::string &userId) in GetPhysicalPath() function
288 int ret = SandboxHelper::GetPhysicalPath(uri.ToString(), userId, physicalPath); in GetPhysicalPath()
382 std::string physicalPath = GetPhysicalPath(uri, std::to_string(userId)); in GetDfsUriFromLocal()
441 std::string physicalPath = GetPhysicalPath(uri, std::to_string(userId)); in GetDfsUrisFromLocal()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_session_listener_test.cpp39 int32_t SandboxHelper::GetPhysicalPath(const std::string &fileUri, const std::string &userId, in GetPhysicalPath() function in OHOS::AppFileService::SandboxHelper
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session_listener.cpp172 if (SandboxHelper::GetPhysicalPath(localUri, std::to_string(QueryActiveUserId()), physicalPath) != E_OK) { in GetRealPath()
173 LOGE("GetPhysicalPath failed, invalid uri, physicalPath = %{public}s", GetAnonyString(physicalPath).c_str()); in GetRealPath()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_execute.cpp215 int32_t ret = SandboxHelper::GetPhysicalPath(uri, std::to_string(userId), physicalPath); in GetFileList()
H A Ddaemon.cpp483 ret = SandboxHelper::GetPhysicalPath(dstUri, std::to_string(hapTokenInfo.userID), physicalPath); in GetRealPath()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H A Dfile_transfer_manager.cpp193 int ret = AppFileService::SandboxHelper::GetPhysicalPath(uri, std::to_string(userId), physicalPath); in UriToPath()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/
H A Dfile_share.cpp189 ret = SandboxHelper::GetPhysicalPath(uri, info.currentUid_, info.providerLowerPath_); in GetFileShareInfo()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp724 int ret = AppFileService::SandboxHelper::GetPhysicalPath(uri, std::to_string(userId), physicalPath); in DeleteAsset()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_object_utils.cpp765 int32_t ret = AppFileService::SandboxHelper::GetPhysicalPath(uri, to_string(uid), realPath); in OpenDocument()

Completed in 11 milliseconds