Home
last modified time | relevance | path

Searched refs:GetNextRowObject (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_medialibrary_napi_utils.h230 …static napi_value GetNextRowObject(napi_env env, std::shared_ptr<NativeRdb::ResultSet> &resultSet);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp1395 napi_value MediaLibraryNapiUtils::GetNextRowObject(napi_env env, shared_ptr<NativeRdb::ResultSet> &… in GetNextRowObject() function in OHOS::Media::MediaLibraryNapiUtils
1531 assetValue = MediaLibraryNapiUtils::GetNextRowObject(env, result, true); in GetSharedPhotoAssets()
1538 napi_value assetValue = MediaLibraryNapiUtils::GetNextRowObject(env, result, true); in GetSharedPhotoAssets()
H A Dphoto_album_napi.cpp1496 napi_value item = MediaLibraryNapiUtils::GetNextRowObject(env, resultSet, true); in JSPhotoAccessGetSharedPhotoAssets()
H A Dmedia_library_napi.cpp6159 napi_value item = MediaLibraryNapiUtils::GetNextRowObject(env, resultSet); in PhotoAccessGetFileAssetsExecuteSync()
8586 napi_value item = MediaLibraryNapiUtils::GetNextRowObject(env, resultSet, true); in PhotoAccessGetSharedPhotoAssets()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_album_napi.cpp730 napi_value item = SendableMediaLibraryNapiUtils::GetNextRowObject(env, resultSet); in JSPhotoAccessGetSharedPhotoAssets()
H A Dsendable_medialibrary_napi_utils.cpp1167 napi_value SendableMediaLibraryNapiUtils::GetNextRowObject(napi_env env, in GetNextRowObject() function in OHOS::Media::SendableMediaLibraryNapiUtils
H A Dsendable_photo_access_helper_napi.cpp1771 napi_value item = SendableMediaLibraryNapiUtils::GetNextRowObject(env, resultSet); in PhotoAccessGetSharedPhotoAssets()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedialibrary_napi_utils.h794 … static napi_value GetNextRowObject(napi_env env, std::shared_ptr<NativeRdb::ResultSet> &resultSet,