Searched refs:sdPixelMap (Results 1 - 1 of 1) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | system_defined_pixelmap_napi.cpp | 47 auto *sdPixelMap = new (std::nothrow) SystemDefinedPixelMapNapi(); in New() local 48 ASSERT_ERR(ctxt->env, sdPixelMap != nullptr, Status::E_ERROR, "no memory for system defined pixel map!"); in New() 49 sdPixelMap->value_ = std::make_shared<SystemDefinedPixelMap>(); in New() 50 ASSERT_CALL(env, napi_wrap(env, ctxt->self, sdPixelMap, Destructor, nullptr, nullptr), sdPixelMap); in New() 58 auto *sdPixelMap = new (std::nothrow) SystemDefinedPixelMapNapi(); in NewInstance() local 59 ASSERT_ERR_VOID(env, sdPixelMap != nullptr, Status::E_ERROR, "no memory for system defined pixel map!"); in NewInstance() 60 sdPixelMap->value_ = std::static_pointer_cast<SystemDefinedPixelMap>(in); in NewInstance() 61 ASSERT_CALL_DELETE(env, napi_wrap(env, out, sdPixelMap, Destructor, nullptr, nullptr), sdPixelMap); in NewInstance() 67 auto *sdPixelMap = static_cast<SystemDefinedPixelMapNapi *>(data); Destructor() local 85 auto sdPixelMap = GetSystemDefinedPixelMap(env, info, ctxt); GetRawData() local 107 auto sdPixelMap = static_cast<SystemDefinedPixelMapNapi *>(ctxt->native); SetRawData() local [all...] |
Completed in 1 milliseconds