Searched refs:parentSmartAlbumId (Results 1 – 4 of 4) sorted by relevance
147 int32_t parentSmartAlbumId = 0; member
438 int32_t parentSmartAlbumId = 0; member
3508 napi_get_value_int32(env, argv[i], &context->parentSmartAlbumId); in GetJSArgsForGetSmartAlbum()3516 if (context->parentSmartAlbumId < 0) { in GetJSArgsForGetSmartAlbum()3527 if (context->parentSmartAlbumId < 0) { in GetSmartAlbumsResultDataExecute()3533 if (context->parentSmartAlbumId == 0) { in GetSmartAlbumsResultDataExecute()3537 predicates.SetWhereArgs({ to_string(context->parentSmartAlbumId) }); in GetSmartAlbumsResultDataExecute()3772 napi_get_value_int32(env, argv[i], &context->parentSmartAlbumId); in GetJSArgsForCreateSmartAlbum()3782 if (context->parentSmartAlbumId < 0) { in GetJSArgsForCreateSmartAlbum()3826 context->valuesBucket.Put(SMARTALBUMMAP_DB_ALBUM_ID, context->parentSmartAlbumId); in CreateSmartAlbumExecute()3839 if (context->parentSmartAlbumId != 0) { in CreateSmartAlbumExecute()3841 valuesBucket.Put(SMARTALBUMMAP_DB_ALBUM_ID, context->parentSmartAlbumId); in CreateSmartAlbumExecute()[all …]
728 napi_get_value_int32(env, argv[i], &context->parentSmartAlbumId); in GetJSArgsForCreateSmartAlbum()738 if (context->parentSmartAlbumId < 0) { in GetJSArgsForCreateSmartAlbum()