Searched refs:MovingPhotoAsyncContext (Results 1 – 3 of 3) sorted by relevance
235 static int32_t RequestContentToSandbox(MovingPhotoAsyncContext* context) in RequestContentToSandbox()263 static int32_t AcquireFdForArrayBuffer(MovingPhotoAsyncContext* context) in AcquireFdForArrayBuffer()290 static int32_t RequestContentToArrayBuffer(napi_env env, MovingPhotoAsyncContext* context) in RequestContentToArrayBuffer()337 MovingPhotoNapi* thisArg, unique_ptr<MovingPhotoAsyncContext>& context) in ParseArgsForRequestContent()349 context->requestContentMode = MovingPhotoAsyncContext::WRITE_TO_ARRAY_BUFFER; in ParseArgsForRequestContent()352 context->requestContentMode = MovingPhotoAsyncContext::WRITE_TO_SANDBOX; in ParseArgsForRequestContent()388 auto* context = static_cast<MovingPhotoAsyncContext*>(data); in RequestContentExecute()391 case MovingPhotoAsyncContext::WRITE_TO_SANDBOX: in RequestContentExecute()394 case MovingPhotoAsyncContext::WRITE_TO_ARRAY_BUFFER: in RequestContentExecute()410 MovingPhotoAsyncContext *context = static_cast<MovingPhotoAsyncContext*>(data); in RequestContentComplete()[all …]
1915 template napi_value MediaLibraryNapiUtils::NapiCreateAsyncWork<MovingPhotoAsyncContext>(napi_env en…1916 unique_ptr<MovingPhotoAsyncContext> &asyncContext, const string &resourceName,
51 struct MovingPhotoAsyncContext : public NapiError { struct