Home
last modified time | relevance | path

Searched refs:CAMERA_SHOT_KEY_SIZE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmedia_file_utils.h52 constexpr int CAMERA_SHOT_KEY_SIZE = 30; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp553 if (cameraShotKey.size() < CAMERA_SHOT_KEY_SIZE) { in CheckCreateOption()
1211 …CHECK_COND_WITH_MESSAGE(env, cameraShotKey.length() >= CAMERA_SHOT_KEY_SIZE, "Failed to check came… in JSSetCameraShotKey()
H A Dmedia_library_napi.cpp4644 if (cameraShotKey.size() < CAMERA_SHOT_KEY_SIZE) { in CheckCreateOption()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp1300 if (cameraShotKey.size() < CAMERA_SHOT_KEY_SIZE) { in CheckCreateOption()