Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dphoto_proxy.h61 virtual double GetLongitude() = 0;
H A Dphoto_album.h63 EXPORT double GetLongitude() const;
H A Dfile_asset.h136 EXPORT double GetLongitude();
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_scanner_db_test/src/
H A Dmedialibrary_metadata_extractor_test.cpp158 EXPECT_EQ(data->GetLongitude(), 0); in HWTEST_F()
182 EXPECT_EQ(data->GetLongitude(), longtitude); in HWTEST_F()
207 EXPECT_EQ(data->GetLongitude(), longtitude); in HWTEST_F()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddeferred_photo_proxy.h52 double GetLongitude() override;
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dcamera_server_photo_proxy.h74 double GetLongitude() override;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/
H A Dphoto_proxy_test.h149 double GetLongitude() override
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/
H A Dphoto_proxy_test.h141 double GetLongitude() override
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dcamera_server_photo_proxy.cpp200 double CameraServerPhotoProxy::GetLongitude() in GetLongitude() function in OHOS::CameraStandard::CameraServerPhotoProxy
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddeferred_photo_proxy.cpp216 double DeferredPhotoProxy::GetLongitude() in GetLongitude() function in OHOS::CameraStandard::DeferredPhotoProxy
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_photo_album_napi.h49 double GetLongitude() const;
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp109 double GetLongitude() override
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarymediaphotoassetproxy_fuzzer/
H A Dmedialibrarymediaphotoassetproxy_fuzzer.h157 double GetLongitude() override
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dphoto_album.cpp150 double PhotoAlbum::GetLongitude() const in GetLongitude() function in OHOS::Media::PhotoAlbum
H A Dmedia_photo_asset_proxy.cpp297 double longitude = photoProxy->GetLongitude(); in SetShootingModeAndGpsInfo()
405 valuesBucket.Put(PhotoColumn::PHOTO_LONGITUDE, photoProxy->GetLongitude()); in SaveLowQualityPhoto()
H A Dfile_asset.cpp319 double FileAsset::GetLongitude() in GetLongitude() function in OHOS::Media::FileAsset
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dphoto_album_napi.h50 double GetLongitude() const;
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H A Dmetadata.h104 EXPORT double GetLongitude() const;
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_album_napi.cpp198 double SendablePhotoAlbumNapi::GetLongitude() const in GetLongitude() function in OHOS::Media::SendablePhotoAlbumNapi
200 return photoAlbumPtr->GetLongitude(); in GetLongitude()
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata.cpp350 double Metadata::GetLongitude() const in GetLongitude() function in OHOS::Media::Metadata
H A Dmedia_scanner_db.cpp83 values.PutDouble(MEDIA_DATA_DB_LONGITUDE, metadata.GetLongitude()); in SetRemainFileMetadataApi9()
98 values.PutDouble(MEDIA_DATA_DB_LONGITUDE, metadata.GetLongitude()); in SetValuesFromMetaDataAndType()
256 values.PutDouble(PhotoColumn::PHOTO_LONGITUDE, metadata.GetLongitude()); in SetValuesFromMetaDataApi10()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dphoto_album_napi.cpp230 double PhotoAlbumNapi::GetLongitude() const in GetLongitude() function in OHOS::Media::PhotoAlbumNapi
232 return photoAlbumPtr->GetLongitude(); in GetLongitude()
441 CHECK_ARGS(env, napi_create_double(env, obj->GetLongitude(), &jsResult), JS_INNER_FAIL); in JSGetLongitude()
H A Dmedia_asset_change_request_napi.cpp2225 valuesBucket.Put(PhotoColumn::PHOTO_LONGITUDE, fileAsset->GetLongitude()); in SetLocationExecute()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp345 value.PutDouble(PhotoColumn::PHOTO_LONGITUDE, data->GetLongitude()); in SetValueFromMetaData()

Completed in 22 milliseconds