Home
last modified time | relevance | path

Searched refs:SetEntityFor (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_query.cpp33 if (!NClass::SetEntityFor<WebGLQuery>(env, funcArg.GetThisVar(), move(webGlQuery))) { in Constructor()
H A Dwebgl_renderbuffer.cpp36 …if (!NClass::SetEntityFor<WebGLRenderbuffer>(env, funcArg.GetThisVar(), move(webGlRenderbuffer))) { in Constructor()
H A Dwebgl_sampler.cpp31 if (!NClass::SetEntityFor<WebGLSampler>(env, funcArg.GetThisVar(), move(webGlSampler))) { in Constructor()
H A Dwebgl_shader.cpp32 if (!NClass::SetEntityFor<WebGLShader>(env, funcArg.GetThisVar(), move(webGLShader))) { in Constructor()
H A Dwebgl_sync.cpp33 if (!NClass::SetEntityFor<WebGLSync>(env, funcArg.GetThisVar(), move(webGlSync))) { in Constructor()
H A Dwebgl_transform_feedback.cpp32 …if (!NClass::SetEntityFor<WebGLTransformFeedback>(env, funcArg.GetThisVar(), move(webGlTransformFe… in Constructor()
H A Dwebgl_uniform_location.cpp32 …if (!NClass::SetEntityFor<WebGLUniformLocation>(env, funcArg.GetThisVar(), move(webGlUniformLocati… in Constructor()
H A Dwebgl_vertex_array_object.cpp32 …if (!NClass::SetEntityFor<WebGLVertexArrayObject>(env, funcArg.GetThisVar(), move(webGlVertexArray… in Constructor()
H A Dwebgl_buffer.cpp35 if (!NClass::SetEntityFor<WebGLBuffer>(env, funcArg.GetThisVar(), move(webGlBuffer))) { in Constructor()
H A Dwebgl_program.cpp35 if (!NClass::SetEntityFor<WebGLProgram>(env, funcArg.GetThisVar(), move(webGlProgram))) { in Constructor()
H A Dwebgl_shader_precision_format.cpp90 if (!NClass::SetEntityFor<WebGLShaderPrecisionFormat>( in Constructor()
H A Dwebgl_active_info.cpp90 if (!NClass::SetEntityFor<WebGLActiveInfo>(env, funcArg.GetThisVar(), move(webGlActiveInfo))) { in Constructor()
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/
H A Dn_class.h59 …template<class T> static bool SetEntityFor(napi_env env, napi_value obj, std::unique_ptr<T> entity) in SetEntityFor() function
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H A Dn_class.h55 …template<class T> static bool SetEntityFor(napi_env env, napi_value obj, std::unique_ptr<T> entity) in SetEntityFor() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_class.h56 static bool SetEntityFor(napi_env env, napi_value obj, std::unique_ptr<T> entity) in SetEntityFor() function
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/
H A Dn_class.h55 …template <class T> static bool SetEntityFor(napi_env env, napi_value obj, std::unique_ptr<T> entit… in SetEntityFor() function
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_file/
H A Dfile_n_exporter.cpp74 if (!NClass::SetEntityFor<FileEntity>(env, funcArg.GetThisVar(), move(rafEntity))) { in Constructor()
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_class.h62 …template <class T> static bool SetEntityFor(napi_env env, napi_value obj, std::unique_ptr<T> entit… in SetEntityFor() function
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_readeriterator/
H A Dreaderiterator_n_exporter.cpp42 …if (!NClass::SetEntityFor<ReaderIteratorEntity>(env, funcArg.GetThisVar(), move(readerIteratorEnti… in Constructor()
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/root_info/
H A Dnapi_root_iterator_exporter.cpp64 …if (!NClass::SetEntityFor<RootIteratorEntity>(env, funcArg.GetThisVar(), std::move(rootIteratorEnt… in Constructor()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_watcher/
H A Dwatcher_n_exporter.cpp46 if (!NClass::SetEntityFor<WatcherEntity>(env, funcArg.GetThisVar(), move(watcherEntity))) { in Constructor()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_tasksignal/
H A Dtask_signal_n_exporter.cpp53 …if (!NClass::SetEntityFor<TaskSignalEntity>(env, funcArg.GetThisVar(), std::move(taskSignalEntity)… in Constructor()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dirent/
H A Ddirent_n_exporter.cpp116 if (!NClass::SetEntityFor<DirentEntity>(env, funcArg.GetThisVar(), move(direntEntity))) { in Constructor()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_n_exporter.cpp48 if (!NClass::SetEntityFor<WatcherEntity>(env, funcArg.GetThisVar(), move(watcherEntity))) { in Constructor()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/class_hashstream/
H A Dhashstream_n_exporter.cpp87 if (!NClass::SetEntityFor<HashStreamEntity>(env, funcArg.GetThisVar(), move(hsEntity))) { in SetHsEntity()

12