Home
last modified time | relevance | path

Searched refs:GetSandboxPath (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_session_listener_test.cpp133 string sandboxPath = SoftBusSessionListener::GetSandboxPath(TEST_URI);
136 sandboxPath = SoftBusSessionListener::GetSandboxPath(testUri2);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_session_listener.h37 static std::string GetSandboxPath(const std::string &uri);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dmount_argument_utils.h52 std::string GetSandboxPath() const;
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session_listener.cpp160 std::string SoftBusSessionListener::GetSandboxPath(const std::string &uri) in GetSandboxPath() function in OHOS::Storage::DistributedFile::SoftBusSessionListener
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_const.h208 static inline std::string GetSandboxPath(const std::string &path, ThumbnailType type) in GetSandboxPath() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dmount_argument_utils.cpp184 std::string MountArgument::GetSandboxPath() const in GetSandboxPath() function in OHOS::StorageDaemon::Utils::MountArgument
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.h119 static std::string GetSandboxPath(const AppSpawningCtx *appProperty, nlohmann::json &mntPoint,
H A Dsandbox_utils.cpp776 std::string SandboxUtils::GetSandboxPath(const AppSpawningCtx *appProperty, nlohmann::json &mntPoin… in GetSandboxPath() function in OHOS::AppSpawn::SandboxUtils
822 std::string sandboxPath = GetSandboxPath(appProperty, mntPoint, section, sandboxRoot); in DoAllMntPointsMount()
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_initialize.h113 …static bool GetSandboxPath(const std::shared_ptr<OHOS::AbilityRuntime::Context> &context, const Co…
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_initialize.cpp1079 if (!GetSandboxPath(context, config, path, pathVec, error.errInfo)) { in CheckUploadFileSpec()
1135 if (!GetSandboxPath(context, config, path, pathVec, errInfo)) { in CheckDownloadFilePath()
1179 bool JsInitialize::GetSandboxPath(const std::shared_ptr<OHOS::AbilityRuntime::Context> &context, co… in GetSandboxPath() function in OHOS::Request::JsInitialize
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dthumbnail_manager.cpp292 string sandboxPath = GetSandboxPath(path, type); in OpenThumbnail()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/
H A Dmedia_library_manager.cpp466 static std::string GetSandboxPath(const std::string &path, const Size &size, bool isAstc) in GetSandboxPath() function
524 string sandboxPath = GetSandboxPath(path, size, isAstc); in OpenThumbnail()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp733 const string &hmfsPrefix = hmdfsMntArgs.GetSandboxPath(); in MountPointToList()