Home
last modified time | relevance | path

Searched refs:MAX_URI_SIZE (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/native/remote_uri/
H A Dremote_uri.h40 const int MAX_URI_SIZE = 128; member
H A Dremote_uri.cpp116 if (fdFromBinder.size() == MAX_URI_SIZE) { in ConvertUri()
/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp59 const uint32_t MAX_URI_SIZE = 384; member
413 if (asyncContext->requestUri.length() > MAX_URI_SIZE || asyncContext->destUri.length() > MAX_URI_SIZE) { in NativeRequestImage()
455 if (asyncContext->requestUri.length() > MAX_URI_SIZE || asyncContext->destUri.length() > MAX_URI_SIZE) { in NativeRequestVideo()
521 if (asyncContext->requestUri.length() > MAX_URI_SIZE) { in NativeRequestImageSource()
570 if (asyncContext->requestUri.length() > MAX_URI_SIZE) { in NativeRequestMovingPhoto()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp64 const int32_t MAX_URI_SIZE = 384; // 256 for display name and 128 for relative path member
952 if (asyncContext->photoUri.length() > MAX_URI_SIZE || asyncContext->destUri.length() > MAX_URI_SIZE) { in JSRequestVideoFile()

Completed in 7 milliseconds