Home
last modified time | relevance | path

Searched refs:UUID_STR_LENGTH (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/media_library/frameworks/native/c_api/media_asset_manger_capi/
H A Dmedia_asset_manager_capi.cpp57 strncpy_s(requestId.requestId, UUID_STR_LENGTH, ERROR_REQUEST_ID.c_str(), UUID_STR_LENGTH); in OH_MediaAssetManager_RequestImageForPath()
73 strncpy_s(requestId.requestId, UUID_STR_LENGTH, requestIdStr.c_str(), UUID_STR_LENGTH); in OH_MediaAssetManager_RequestImageForPath()
81 strncpy_s(requestId.requestId, UUID_STR_LENGTH, ERROR_REQUEST_ID.c_str(), UUID_STR_LENGTH); in OH_MediaAssetManager_RequestVideoForPath()
97 strncpy_s(requestId.requestId, UUID_STR_LENGTH, requestIdStr.c_str(), UUID_STR_LENGTH); in OH_MediaAssetManager_RequestVideoForPath()
/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp217 char str[UUID_STR_LENGTH] = {}; in GenerateRequestId()
325 strncpy_s(requestId.requestId, UUID_STR_LENGTH, assetHandler->requestId.c_str(), UUID_STR_LENGTH); in NotifyImageDataPrepared()
331 strncpy_s(requestId.requestId, UUID_STR_LENGTH, assetHandler->requestId.c_str(), UUID_STR_LENGTH); in NotifyImageDataPrepared()
344 strncpy_s(requestId.requestId, UUID_STR_LENGTH, assetHandler->requestId.c_str(), UUID_STR_LENGTH); in NotifyImageDataPrepared()
524 strncpy_s(requestId->requestId, UUID_STR_LENGTH, (ERROR_REQUEST_ID.c_str()), UUID_STR_LENGTH); in NativeRequestImageSource()
530 strncpy_s(requestId->requestId, UUID_STR_LENGTH, (ERROR_REQUEST_I in NativeRequestImageSource()
[all...]
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedia_asset_data_handler_capi.h27 static const int32_t UUID_STR_LENGTH = 37; member
38 char requestId[UUID_STR_LENGTH];
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_burst_operation.h47 enum { UUID_STR_LENGTH = 37, DISPLAY_NAME_PREFIX_LENGTH = 20 }; enumerator
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
H A Dphoto_burst_operation.cpp104 char str[UUID_STR_LENGTH] = {}; in GenerateUuid()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dphotos_clone.h68 enum { UUID_STR_LENGTH = 37 }; enumerator
/foundation/multimedia/media_library/frameworks/js/src/
H A Dthumbnail_manager.cpp49 const int UUID_STR_LENGTH = 37; variable
166 char str[UUID_STR_LENGTH] = {}; in GenerateRequestId()
H A Dmedia_asset_manager_napi.cpp63 const int32_t UUID_STR_LENGTH = 37; member
631 char str[UUID_STR_LENGTH] = {}; in GenerateRequestId()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphotos_clone.cpp239 char str[UUID_STR_LENGTH] = {}; in GenerateUuid()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_data_manager.cpp133 static const int32_t UUID_STR_LENGTH = 37; member
1280 char str[UUID_STR_LENGTH] = {}; in GenerateUuid()

Completed in 12 milliseconds