Searched refs:movingPhotoNapi (Results 1 – 1 of 1) sorted by relevance
83 auto* movingPhotoNapi = reinterpret_cast<MovingPhotoNapi*>(nativeObject); in Destructor() local84 if (movingPhotoNapi == nullptr) { in Destructor()88 delete movingPhotoNapi; in Destructor()89 movingPhotoNapi = nullptr; in Destructor()484 MovingPhotoNapi* movingPhotoNapi = nullptr; in NewMovingPhotoNapi() local485 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()