Home
last modified time | relevance | path

Searched refs:MAX_DELETE_NUMBER (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dphotoaccesshelperinf.js38 const MAX_DELETE_NUMBER = 300; constant
93 if (!checkArrayAndSize(uriList, MIN_DELETE_NUMBER, MAX_DELETE_NUMBER)) {
H A Dmedia_asset_change_request_napi.cpp68 constexpr int32_t MAX_DELETE_NUMBER = 300; variable
941 …env, asyncContext->uris.size() <= MAX_DELETE_NUMBER, "No more than 300 assets can be deleted at on… in JSDeleteAssets()