/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_column.cpp | 74 const std::string PhotoColumn::CAMERA_SHOT_KEY = "camera_shot_key"; member in OHOS::Media::PhotoColumn 198 CAMERA_SHOT_KEY + " TEXT, " + 309 " (" + CAMERA_SHOT_KEY + ");"; 410 PhotoColumn::PHOTO_DIRTY, PhotoColumn::PHOTO_CLOUD_ID, PhotoColumn::CAMERA_SHOT_KEY, PhotoColumn::PHOTO_ALL_EXIF,
|
H A D | file_asset.cpp | 452 return GetStrMember(PhotoColumn::CAMERA_SHOT_KEY); in GetCameraShotKey() 457 member_[PhotoColumn::CAMERA_SHOT_KEY] = cameraShotKey; in SetCameraShotKey()
|
H A D | fetch_result.cpp | 70 { PhotoColumn::CAMERA_SHOT_KEY, TYPE_STRING }, in GetResultTypeMap()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/include/utils/ |
H A D | db_const.h | 70 { PhotoColumn::CAMERA_SHOT_KEY, ResultSetDataType::TYPE_STRING },
|
/foundation/multimedia/media_library/interfaces/kits/js/include/napi/ |
H A D | medialibrary_napi_enum_comm.h | 212 std::make_pair("CAMERA_SHOT_KEY", PhotoColumn::CAMERA_SHOT_KEY), 290 PhotoColumn::CAMERA_SHOT_KEY,
|
H A D | medialibrary_napi_utils.h | 286 {PhotoColumn::CAMERA_SHOT_KEY, {TYPE_STRING, "cameraShotKey"}}, in GetTypeMap()
|
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/ |
H A D | sendable_medialibrary_napi_utils.h | 67 {PhotoColumn::CAMERA_SHOT_KEY, {TYPE_STRING, "cameraShotKey"}}, in GetTypeMap()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | medialibrary_asset_operations.h | 91 { PhotoColumn::CAMERA_SHOT_KEY, MEMBER_TYPE_STRING },
|
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | media_column.h | 103 static const std::string CAMERA_SHOT_KEY EXPORT;
|
/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_photo_access_helper_napi.cpp | 78 const std::string CAMERA_SHOT_KEY = "cameraShotKey"; member 81 { CAMERA_SHOT_KEY, PhotoColumn::CAMERA_SHOT_KEY }, 1292 string cameraShotKey = context.valuesBucket.Get(PhotoColumn::CAMERA_SHOT_KEY, isValid); in CheckCreateOption()
|
H A D | sendable_file_asset_napi.cpp | 903 PhotoColumn::CAMERA_SHOT_KEY, in CheckSystemApiKeys()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_asset_change_request_napi.cpp | 76 const std::string CAMERA_SHOT_KEY = "cameraShotKey"; member 79 { CAMERA_SHOT_KEY, PhotoColumn::CAMERA_SHOT_KEY }, 556 string cameraShotKey = context.valuesBucket.Get(PhotoColumn::CAMERA_SHOT_KEY, isValid); in CheckCreateOption() 2238 valuesBucket.Put(PhotoColumn::CAMERA_SHOT_KEY, fileAsset->GetCameraShotKey()); in SetCameraShotKeyExecute()
|
H A D | media_library_napi.cpp | 122 const std::string CAMERA_SHOT_KEY = "cameraShotKey"; member 125 { CAMERA_SHOT_KEY, PhotoColumn::CAMERA_SHOT_KEY }, 4743 string cameraShotKey = context.valuesBucket.Get(PhotoColumn::CAMERA_SHOT_KEY, isValid); in CheckCreateOption()
|
H A D | file_asset_napi.cpp | 2742 PhotoColumn::CAMERA_SHOT_KEY, in CheckSystemApiKeys()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_asset_operations.cpp | 898 assetInfo.PutString(PhotoColumn::CAMERA_SHOT_KEY, fileAsset.GetCameraShotKey()); in FillAssetInfo() 2151 { PhotoColumn::CAMERA_SHOT_KEY, { IsString } },
|
H A D | medialibrary_album_fusion_utils.cpp | 87 {PhotoColumn::CAMERA_SHOT_KEY, ResultSetDataType::TYPE_STRING},
|
H A D | medialibrary_rdbstore.cpp | 2412 " ADD COLUMN " + PhotoColumn::CAMERA_SHOT_KEY + " TEXT"; in AddCameraShotKey() 2421 MEDIA_ERR_LOG("Failed to create CAMERA_SHOT_KEY index"); in AddCameraShotKey()
|
H A D | medialibrary_photo_operations.cpp | 523 if (cmd.GetValueBucket().GetObject(PhotoColumn::CAMERA_SHOT_KEY, value)) { in SetCameraShotKeyFromCmd()
|