Home
last modified time | relevance | path

Searched refs:cameraShotKey (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfile_asset.cpp455 void FileAsset::SetCameraShotKey(const std::string &cameraShotKey) in SetCameraShotKey() argument
457 member_[PhotoColumn::CAMERA_SHOT_KEY] = cameraShotKey; in SetCameraShotKey()
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dfile_asset.h163 EXPORT void SetCameraShotKey(const std::string &cameraShotKey);
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp76 const std::string CAMERA_SHOT_KEY = "cameraShotKey";
556 string cameraShotKey = context.valuesBucket.Get(PhotoColumn::CAMERA_SHOT_KEY, isValid); in CheckCreateOption() local
558 if (cameraShotKey.size() < CAMERA_SHOT_KEY_SIZE) { in CheckCreateOption()
559 NAPI_ERR_LOG("cameraShotKey is not null but is less than CAMERA_SHOT_KEY_SIZE"); in CheckCreateOption()
563 NAPI_ERR_LOG("cameraShotKey is not null with subtype is SCREENSHOT"); in CheckCreateOption()
1269 string cameraShotKey; in JSSetCameraShotKey() local
1271 MediaLibraryNapiUtils::ParseArgsStringCallback(env, info, asyncContext, cameraShotKey) == napi_ok, in JSSetCameraShotKey()
1274 CHECK_COND_WITH_MESSAGE(env, cameraShotKey.length() >= CAMERA_SHOT_KEY_SIZE, "Failed to check cameraShotKey"); in JSSetCameraShotKey()
1278 changeRequest->GetFileAssetInstance()->SetCameraShotKey(cameraShotKey); in JSSetCameraShotKey()
[all...]
H A Dmedia_library_napi.cpp122 const std::string CAMERA_SHOT_KEY = "cameraShotKey";
4743 string cameraShotKey = context.valuesBucket.Get(PhotoColumn::CAMERA_SHOT_KEY, isValid); in CheckCreateOption() local
4745 if (cameraShotKey.size() < CAMERA_SHOT_KEY_SIZE) { in CheckCreateOption()
4746 NAPI_ERR_LOG("cameraShotKey is not null with but is less than CAMERA_SHOT_KEY_SIZE"); in CheckCreateOption()
4750 NAPI_ERR_LOG("cameraShotKey is not null with subtype is SCREENSHOT"); in CheckCreateOption()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp78 const std::string CAMERA_SHOT_KEY = "cameraShotKey";
1292 string cameraShotKey = context.valuesBucket.Get(PhotoColumn::CAMERA_SHOT_KEY, isValid); in CheckCreateOption() local
1294 if (cameraShotKey.size() < CAMERA_SHOT_KEY_SIZE) { in CheckCreateOption()
1295 NAPI_ERR_LOG("cameraShotKey is not null with but is less than CAMERA_SHOT_KEY_SIZE"); in CheckCreateOption()
1299 NAPI_ERR_LOG("cameraShotKey is not null with subtype is SCREENSHOT"); in CheckCreateOption()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp521 string cameraShotKey; in SetCameraShotKeyFromCmd() local
524 value.GetString(cameraShotKey); in SetCameraShotKeyFromCmd()
526 fileAsset.SetCameraShotKey(cameraShotKey); in SetCameraShotKeyFromCmd()

Completed in 31 milliseconds