Home
last modified time | relevance | path

Searched refs:AppendUserId (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dphoto_file_utils.cpp28 string PhotoFileUtils::AppendUserId(const string& path, int32_t userId) in AppendUserId() function in OHOS::Media::PhotoFileUtils
48 return AppendUserId(MEDIA_EDIT_DATA_DIR, userId) + photoPath.substr(ROOT_MEDIA_DIR.length()); in GetEditDataDir()
105 return AppendUserId(ROOT_MEDIA_DIR, userId) + metaPath.substr(ROOT_MEDIA_DIR.length()); in GetMetaDataRealPath()
H A Dmoving_photo_file_utils.cpp345 string imagePath = AppendUserId(movingPhotoImagepath, userId); in ConvertToLivePhoto()
739 return MediaFileUtils::GetMovingPhotoVideoPath(AppendUserId(imagePath, userId)); in GetMovingPhotoVideoPath()
747 return AppendUserId(MEDIA_EXTRA_DATA_DIR, userId) + imagePath.substr(ROOT_MEDIA_DIR.length()); in GetMovingPhotoExtraDataDir()
774 return AppendUserId(MEDIA_CACHE_DIR, userId) + imagePath.substr(ROOT_MEDIA_DIR.length()); in GetLivePhotoCacheDir()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dphoto_file_utils.h35 EXPORT static std::string AppendUserId(const std::string &path, int32_t userId = -1);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.h148 void AppendUserId(const uint8_t *userId, const uint8_t length);
H A Dobex_headers.cpp1327 void ObexDigestResponse::AppendUserId(const uint8_t *userId, const uint8_t length) in AppendUserId() function in OHOS::bluetooth::ObexDigestResponse

Completed in 6 milliseconds