Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmoving_photo_napi.cpp83 auto* movingPhotoNapi = reinterpret_cast<MovingPhotoNapi*>(nativeObject); in Destructor() local
84 if (movingPhotoNapi == nullptr) { in Destructor()
88 delete movingPhotoNapi; in Destructor()
89 movingPhotoNapi = nullptr; in Destructor()
484 MovingPhotoNapi* movingPhotoNapi = nullptr; in NewMovingPhotoNapi() local
485 status = napi_unwrap(env, instance, reinterpret_cast<void**>(&movingPhotoNapi)); in NewMovingPhotoNapi()
487 CHECK_COND_RET(movingPhotoNapi != nullptr, nullptr, "movingPhotoNapi is nullptr"); in NewMovingPhotoNapi()
488 movingPhotoNapi->SetSourceMode(sourceMode); in NewMovingPhotoNapi()