Searched refs:AppendUserId (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | photo_file_utils.cpp | 28 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 D | moving_photo_file_utils.cpp | 345 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 D | photo_file_utils.h | 35 EXPORT static std::string AppendUserId(const std::string &path, int32_t userId = -1);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_headers.h | 148 void AppendUserId(const uint8_t *userId, const uint8_t length);
|
H A D | obex_headers.cpp | 1327 void ObexDigestResponse::AppendUserId(const uint8_t *userId, const uint8_t length) in AppendUserId() function in OHOS::bluetooth::ObexDigestResponse
|
Completed in 6 milliseconds