Searched refs:sdPixelMap (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | system_defined_pixelmap_napi.cpp | 47 auto *sdPixelMap = new (std::nothrow) SystemDefinedPixelMapNapi(); in New() local 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 61 …ASSERT_CALL_DELETE(env, napi_wrap(env, out, sdPixelMap, Destructor, nullptr, nullptr), sdPixelMap); in NewInstance() 68 ASSERT_VOID(sdPixelMap != nullptr, "finalize null!"); in Destructor() 69 delete sdPixelMap; in Destructor() 85 auto sdPixelMap = GetSystemDefinedPixelMap(env, info, ctxt); in GetRawData() local 86 ASSERT_ERR(ctxt->env, (sdPixelMap != nullptr && sdPixelMap->value_ != nullptr), Status::E_ERROR, in GetRawData() 108 ASSERT_ERR(ctxt->env, (sdPixelMap != nullptr && sdPixelMap->value_ != nullptr), Status::E_ERROR, in SetRawData() [all …]
|