Home
last modified time | relevance | path

Searched refs:PAH_CREATE_PHOTO_COMPONENT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Duserfilemgr_uri.h262 const std::string PAH_CREATE_PHOTO_COMPONENT = MEDIALIBRARY_DATA_URI + "/" + PAH_PHOTO + "/" + OPRN… variable
/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmedia_asset_change_request_impl.cpp597 string uri = PAH_CREATE_PHOTO_COMPONENT; in CreateAssetBySecurityComponent()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp1507 … ((context->isCreateByComponent) ? PAH_CREATE_PHOTO_COMPONENT : PAH_CREATE_PHOTO); in GetCreateUri()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp1711 string uri = PAH_CREATE_PHOTO_COMPONENT; // create asset by security component in CreateAssetBySecurityComponent()
H A Dmedia_library_napi.cpp2089 … ((context->isCreateByComponent) ? PAH_CREATE_PHOTO_COMPONENT : PAH_CREATE_PHOTO); in GetCreateUri()