Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp1174 const unique_ptr<SendablePhotoAccessHelperAsyncContext> &context, const int32_t fetchMode) in ParseHiddenPhotosDisplayMode() argument
1176 switch (fetchMode) { in ParseHiddenPhotosDisplayMode()
1185 env, OHOS_INVALID_PARAM_CODE, "Invalid fetch mode: " + to_string(fetchMode)); in ParseHiddenPhotosDisplayMode()
1216 int32_t fetchMode = 0; in ParseArgsGetHiddenAlbums() local
1219 … CHECK_ARGS(env, SendableMediaLibraryNapiUtils::GetInt32(env, context->argv[PARAM0], fetchMode), in ParseArgsGetHiddenAlbums()
1223 … CHECK_ARGS(env, SendableMediaLibraryNapiUtils::GetInt32(env, context->argv[PARAM0], fetchMode), in ParseArgsGetHiddenAlbums()
1233 CHECK_NULLPTR_RET(ParseHiddenPhotosDisplayMode(env, context, fetchMode)); in ParseArgsGetHiddenAlbums()
1235 context->hiddenAlbumFetchMode = fetchMode; in ParseArgsGetHiddenAlbums()
1236 if (fetchMode == HiddenPhotosDisplayMode::ASSETS_MODE) { in ParseArgsGetHiddenAlbums()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp7738 const unique_ptr<MediaLibraryAsyncContext> &context, const int32_t fetchMode) in ParseHiddenPhotosDisplayMode() argument
7740 switch (fetchMode) { in ParseHiddenPhotosDisplayMode()
7749 env, OHOS_INVALID_PARAM_CODE, "Invalid fetch mode: " + to_string(fetchMode)); in ParseHiddenPhotosDisplayMode()
7782 int32_t fetchMode = 0; in ParseArgsGetHiddenAlbums() local
7786 …env, MediaLibraryNapiUtils::GetInt32(env, context->argv[PARAM0], fetchMode), OHOS_INVALID_PARAM_CO… in ParseArgsGetHiddenAlbums()
7790 …env, MediaLibraryNapiUtils::GetInt32(env, context->argv[PARAM0], fetchMode), OHOS_INVALID_PARAM_CO… in ParseArgsGetHiddenAlbums()
7800 CHECK_NULLPTR_RET(ParseHiddenPhotosDisplayMode(env, context, fetchMode)); in ParseArgsGetHiddenAlbums()
7802 context->hiddenAlbumFetchMode = fetchMode; in ParseArgsGetHiddenAlbums()
7803 if (fetchMode == HiddenPhotosDisplayMode::ASSETS_MODE) { in ParseArgsGetHiddenAlbums()