Home
last modified time | relevance | path

Searched refs:GetLatitude (Results 1 - 24 of 24) sorted by relevance

/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dphoto_proxy.h60 virtual double GetLatitude() = 0;
H A Dphoto_album.h60 EXPORT double GetLatitude() const;
H A Dfile_asset.h134 EXPORT double GetLatitude();
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_scanner_db_test/src/
H A Dmedialibrary_metadata_extractor_test.cpp159 EXPECT_EQ(data->GetLatitude(), 0); in HWTEST_F()
183 EXPECT_EQ(data->GetLatitude(), latitude); in HWTEST_F()
208 EXPECT_EQ(data->GetLatitude(), latitude); in HWTEST_F()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddeferred_photo_proxy.h51 double GetLatitude() override;
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dcamera_server_photo_proxy.h73 double GetLatitude() override;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/
H A Dphoto_proxy_test.h144 double GetLatitude() override
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/
H A Dphoto_proxy_test.h136 double GetLatitude() override
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dcamera_server_photo_proxy.cpp196 double CameraServerPhotoProxy::GetLatitude() in GetLatitude() function in OHOS::CameraStandard::CameraServerPhotoProxy
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddeferred_photo_proxy.cpp212 double DeferredPhotoProxy::GetLatitude() in GetLatitude() function in OHOS::CameraStandard::DeferredPhotoProxy
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_photo_album_napi.h48 double GetLatitude() const;
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp104 double GetLatitude() override
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarymediaphotoassetproxy_fuzzer/
H A Dmedialibrarymediaphotoassetproxy_fuzzer.h152 double GetLatitude() override
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dphoto_album.cpp140 double PhotoAlbum::GetLatitude() const in GetLatitude() function in OHOS::Media::PhotoAlbum
H A Dmedia_photo_asset_proxy.cpp296 double latitude = photoProxy->GetLatitude(); in SetShootingModeAndGpsInfo()
404 valuesBucket.Put(PhotoColumn::PHOTO_LATITUDE, photoProxy->GetLatitude()); in SaveLowQualityPhoto()
H A Dfile_asset.cpp309 double FileAsset::GetLatitude() in GetLatitude() function in OHOS::Media::FileAsset
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dphoto_album_napi.h49 double GetLatitude() const;
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H A Dmetadata.h107 EXPORT double GetLatitude() const;
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_album_napi.cpp193 double SendablePhotoAlbumNapi::GetLatitude() const in GetLatitude() function in OHOS::Media::SendablePhotoAlbumNapi
195 return photoAlbumPtr->GetLatitude(); in GetLatitude()
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata.cpp360 double Metadata::GetLatitude() const in GetLatitude() function in OHOS::Media::Metadata
H A Dmedia_scanner_db.cpp82 values.PutDouble(MEDIA_DATA_DB_LATITUDE, metadata.GetLatitude()); in SetRemainFileMetadataApi9()
97 values.PutDouble(MEDIA_DATA_DB_LATITUDE, metadata.GetLatitude()); in SetValuesFromMetaDataAndType()
257 values.PutDouble(PhotoColumn::PHOTO_LATITUDE, metadata.GetLatitude()); in SetValuesFromMetaDataApi10()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dphoto_album_napi.cpp225 double PhotoAlbumNapi::GetLatitude() const in GetLatitude() function in OHOS::Media::PhotoAlbumNapi
227 return photoAlbumPtr->GetLatitude(); in GetLatitude()
431 CHECK_ARGS(env, napi_create_double(env, obj->GetLatitude(), &jsResult), JS_INNER_FAIL); in JSGetLatitude()
H A Dmedia_asset_change_request_napi.cpp2224 valuesBucket.Put(PhotoColumn::PHOTO_LATITUDE, fileAsset->GetLatitude()); in SetLocationExecute()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp346 value.PutDouble(PhotoColumn::PHOTO_LATITUDE, data->GetLatitude()); in SetValueFromMetaData()

Completed in 22 milliseconds