/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_query.cpp | 33 if (!NClass::SetEntityFor<WebGLQuery>(env, funcArg.GetThisVar(), move(webGlQuery))) { in Constructor()
|
H A D | webgl_renderbuffer.cpp | 36 …if (!NClass::SetEntityFor<WebGLRenderbuffer>(env, funcArg.GetThisVar(), move(webGlRenderbuffer))) { in Constructor()
|
H A D | webgl_sampler.cpp | 31 if (!NClass::SetEntityFor<WebGLSampler>(env, funcArg.GetThisVar(), move(webGlSampler))) { in Constructor()
|
H A D | webgl_shader.cpp | 32 if (!NClass::SetEntityFor<WebGLShader>(env, funcArg.GetThisVar(), move(webGLShader))) { in Constructor()
|
H A D | webgl_sync.cpp | 33 if (!NClass::SetEntityFor<WebGLSync>(env, funcArg.GetThisVar(), move(webGlSync))) { in Constructor()
|
H A D | webgl_transform_feedback.cpp | 32 …if (!NClass::SetEntityFor<WebGLTransformFeedback>(env, funcArg.GetThisVar(), move(webGlTransformFe… in Constructor()
|
H A D | webgl_uniform_location.cpp | 32 …if (!NClass::SetEntityFor<WebGLUniformLocation>(env, funcArg.GetThisVar(), move(webGlUniformLocati… in Constructor()
|
H A D | webgl_vertex_array_object.cpp | 32 …if (!NClass::SetEntityFor<WebGLVertexArrayObject>(env, funcArg.GetThisVar(), move(webGlVertexArray… in Constructor()
|
H A D | webgl_buffer.cpp | 35 if (!NClass::SetEntityFor<WebGLBuffer>(env, funcArg.GetThisVar(), move(webGlBuffer))) { in Constructor()
|
H A D | webgl_program.cpp | 35 if (!NClass::SetEntityFor<WebGLProgram>(env, funcArg.GetThisVar(), move(webGlProgram))) { in Constructor()
|
H A D | webgl_shader_precision_format.cpp | 90 if (!NClass::SetEntityFor<WebGLShaderPrecisionFormat>( in Constructor()
|
H A D | webgl_active_info.cpp | 90 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 D | n_class.h | 59 …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 D | n_class.h | 55 …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 D | napi_class.h | 56 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 D | n_class.h | 55 …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 D | file_n_exporter.cpp | 74 if (!NClass::SetEntityFor<FileEntity>(env, funcArg.GetThisVar(), move(rafEntity))) { in Constructor()
|
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/include/ |
H A D | n_class.h | 62 …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 D | readeriterator_n_exporter.cpp | 42 …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 D | napi_root_iterator_exporter.cpp | 64 …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 D | watcher_n_exporter.cpp | 46 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 D | task_signal_n_exporter.cpp | 53 …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 D | dirent_n_exporter.cpp | 116 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 D | watcher_n_exporter.cpp | 48 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 D | hashstream_n_exporter.cpp | 87 if (!NClass::SetEntityFor<HashStreamEntity>(env, funcArg.GetThisVar(), move(hsEntity))) { in SetHsEntity()
|