Home
last modified time | relevance | path

Searched refs:RequestContentToSandbox (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmoving_photo_impl.h42 int32_t RequestContentToSandbox();
/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmoving_photo_impl.cpp66 int32_t ret = RequestContentToSandbox(); in RequestContentWithUris()
67 CHECK_AND_RETURN_RET_LOG(ret == E_OK, MEDIA_LIBRARY_OPERATION_NOT_SUPPORTED, "RequestContentToSandbox failed"); in RequestContentWithUris()
89 int32_t ret = RequestContentToSandbox(); in RequestContentWithUri()
90 CHECK_AND_RETURN_RET_LOG(ret == E_OK, MEDIA_LIBRARY_OPERATION_NOT_SUPPORTED, "RequestContentToSandbox failed"); in RequestContentWithUri()
113 int32_t MovingPhotoImpl::RequestContentToSandbox() in RequestContentToSandbox() function in MovingPhotoImpl
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmoving_photo_napi.cpp235 static int32_t RequestContentToSandbox(MovingPhotoAsyncContext* context) in RequestContentToSandbox() function
392 ret = RequestContentToSandbox(context); in RequestContentExecute()

Completed in 2 milliseconds