Home
last modified time | relevance | path

Searched refs:CAMERA_SHOT_KEY (Results 1 - 18 of 18) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_column.cpp74 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 Dfile_asset.cpp452 return GetStrMember(PhotoColumn::CAMERA_SHOT_KEY); in GetCameraShotKey()
457 member_[PhotoColumn::CAMERA_SHOT_KEY] = cameraShotKey; in SetCameraShotKey()
H A Dfetch_result.cpp70 { PhotoColumn::CAMERA_SHOT_KEY, TYPE_STRING }, in GetResultTypeMap()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/include/utils/
H A Ddb_const.h70 { PhotoColumn::CAMERA_SHOT_KEY, ResultSetDataType::TYPE_STRING },
/foundation/multimedia/media_library/interfaces/kits/js/include/napi/
H A Dmedialibrary_napi_enum_comm.h212 std::make_pair("CAMERA_SHOT_KEY", PhotoColumn::CAMERA_SHOT_KEY),
290 PhotoColumn::CAMERA_SHOT_KEY,
H A Dmedialibrary_napi_utils.h286 {PhotoColumn::CAMERA_SHOT_KEY, {TYPE_STRING, "cameraShotKey"}}, in GetTypeMap()
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_medialibrary_napi_utils.h67 {PhotoColumn::CAMERA_SHOT_KEY, {TYPE_STRING, "cameraShotKey"}}, in GetTypeMap()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_asset_operations.h91 { PhotoColumn::CAMERA_SHOT_KEY, MEMBER_TYPE_STRING },
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedia_column.h103 static const std::string CAMERA_SHOT_KEY EXPORT;
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp78 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 Dsendable_file_asset_napi.cpp903 PhotoColumn::CAMERA_SHOT_KEY, in CheckSystemApiKeys()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp76 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 Dmedia_library_napi.cpp122 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 Dfile_asset_napi.cpp2742 PhotoColumn::CAMERA_SHOT_KEY, in CheckSystemApiKeys()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp898 assetInfo.PutString(PhotoColumn::CAMERA_SHOT_KEY, fileAsset.GetCameraShotKey()); in FillAssetInfo()
2151 { PhotoColumn::CAMERA_SHOT_KEY, { IsString } },
H A Dmedialibrary_album_fusion_utils.cpp87 {PhotoColumn::CAMERA_SHOT_KEY, ResultSetDataType::TYPE_STRING},
H A Dmedialibrary_rdbstore.cpp2412 " ADD COLUMN " + PhotoColumn::CAMERA_SHOT_KEY + " TEXT"; in AddCameraShotKey()
2421 MEDIA_ERR_LOG("Failed to create CAMERA_SHOT_KEY index"); in AddCameraShotKey()
H A Dmedialibrary_photo_operations.cpp523 if (cmd.GetValueBucket().GetObject(PhotoColumn::CAMERA_SHOT_KEY, value)) { in SetCameraShotKeyFromCmd()

Completed in 57 milliseconds