Searched refs:GetNextRowObject (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/ |
H A D | sendable_medialibrary_napi_utils.h | 230 …static napi_value GetNextRowObject(napi_env env, std::shared_ptr<NativeRdb::ResultSet> &resultSet);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | medialibrary_napi_utils.cpp | 1395 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 D | photo_album_napi.cpp | 1496 napi_value item = MediaLibraryNapiUtils::GetNextRowObject(env, resultSet, true); in JSPhotoAccessGetSharedPhotoAssets()
|
H A D | media_library_napi.cpp | 6159 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 D | sendable_photo_album_napi.cpp | 730 napi_value item = SendableMediaLibraryNapiUtils::GetNextRowObject(env, resultSet); in JSPhotoAccessGetSharedPhotoAssets()
|
H A D | sendable_medialibrary_napi_utils.cpp | 1167 napi_value SendableMediaLibraryNapiUtils::GetNextRowObject(napi_env env, in GetNextRowObject() function in OHOS::Media::SendableMediaLibraryNapiUtils
|
H A D | sendable_photo_access_helper_napi.cpp | 1771 napi_value item = SendableMediaLibraryNapiUtils::GetNextRowObject(env, resultSet); in PhotoAccessGetSharedPhotoAssets()
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | medialibrary_napi_utils.h | 794 … static napi_value GetNextRowObject(napi_env env, std::shared_ptr<NativeRdb::ResultSet> &resultSet,
|