Home
last modified time | relevance | path

Searched refs:GetThisVar (Results 1 - 25 of 139) sorted by relevance

123456

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat_v9/
H A Dstat_n_exporter_v9.cpp49 auto statEntity = NClass::GetEntityOf<StatEntityV9>(env, funcArg.GetThisVar()); in CheckStatMode()
101 auto statEntity = NClass::GetEntityOf<StatEntityV9>(env, funcArg.GetThisVar()); in GetIno()
117 auto statEntity = NClass::GetEntityOf<StatEntityV9>(env, funcArg.GetThisVar()); in GetMode()
133 auto statEntity = NClass::GetEntityOf<StatEntityV9>(env, funcArg.GetThisVar()); in GetUid()
149 auto statEntity = NClass::GetEntityOf<StatEntityV9>(env, funcArg.GetThisVar()); in GetGid()
165 auto statEntity = NClass::GetEntityOf<StatEntityV9>(env, funcArg.GetThisVar()); in GetSize()
181 auto statEntity = NClass::GetEntityOf<StatEntityV9>(env, funcArg.GetThisVar()); in GetBlksize()
197 auto statEntity = NClass::GetEntityOf<StatEntityV9>(env, funcArg.GetThisVar()); in GetAtime()
213 auto statEntity = NClass::GetEntityOf<StatEntityV9>(env, funcArg.GetThisVar()); in GetMtime()
229 auto statEntity = NClass::GetEntityOf<StatEntityV9>(env, funcArg.GetThisVar()); in GetCtime()
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat/
H A Dstat_n_exporter.cpp46 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in CheckStatMode()
98 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetDev()
114 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetIno()
130 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetMode()
146 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetNlink()
162 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetUid()
178 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetGid()
194 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetRdev()
210 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetSize()
226 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetBlksize()
[all...]
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H A Dfile_uri_n_exporter.cpp53 if (!NClass::SetEntityFor<FileUriEntity>(env, funcArg.GetThisVar(), move(fileuriEntity))) { in Constructor()
58 return funcArg.GetThisVar(); in Constructor()
69 auto fileuriEntity = NClass::GetEntityOf<FileUriEntity>(env, funcArg.GetThisVar()); in UriToString()
86 auto fileuriEntity = NClass::GetEntityOf<FileUriEntity>(env, funcArg.GetThisVar()); in GetFileUriName()
103 auto fileuriEntity = NClass::GetEntityOf<FileUriEntity>(env, funcArg.GetThisVar()); in GetFullDirectoryUri()
125 auto fileuriEntity = NClass::GetEntityOf<FileUriEntity>(env, funcArg.GetThisVar()); in IsRemoteUri()
143 auto fileuriEntity = NClass::GetEntityOf<FileUriEntity>(env, funcArg.GetThisVar()); in GetFileUriPath()
238 auto fileuriEntity = NClass::GetEntityOf<FileUriEntity>(env, funcArg.GetThisVar()); in Normalize()
264 auto thisEntity = NClass::GetEntityOf<FileUriEntity>(env, funcArg.GetThisVar()); in Equals()
289 auto thisEntity = NClass::GetEntityOf<FileUriEntity>(env, funcArg.GetThisVar()); in EqualsTo()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/
H A Dgzip_n_exporter.cpp93 if (!NapiClass::SetEntityFor<GZipEntity>(env, funcArg.GetThisVar(), move(gzipEntity))) { in Constructor()
97 return funcArg.GetThisVar(); in Constructor()
169 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZDopen()
200 NapiValue thisVar(env, funcArg.GetThisVar()); in GZDopen()
218 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZOpen()
254 NapiValue thisVar(env, funcArg.GetThisVar()); in GZOpen()
272 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZCloseW()
298 NapiValue thisVar(env, funcArg.GetThisVar()); in GZCloseW()
316 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZBuffer()
348 NapiValue thisVar(env, funcArg.GetThisVar()); in GZBuffer()
[all...]
/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()
51 return funcArg.GetThisVar(); in Constructor()
62 auto watchEntity = NClass::GetEntityOf<WatcherEntity>(env, funcArg.GetThisVar()); in StopSync()
80 auto watchEntity = NClass::GetEntityOf<WatcherEntity>(env, funcArg.GetThisVar()); in Stop()
99 NVal thisVar(env, funcArg.GetThisVar()); in Stop()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_base.cpp55 WebGL2RenderingContext* context = GetWebGL2RenderingContext(env, funcArg.GetThisVar()); in DrawBuffers()
85 WebGL2RenderingContext* context = GetWebGL2RenderingContext(env, funcArg.GetThisVar()); in ClearBufferfv()
116 WebGL2RenderingContext* context = GetWebGL2RenderingContext(env, funcArg.GetThisVar()); in ClearBufferiv()
147 WebGL2RenderingContext* context = GetWebGL2RenderingContext(env, funcArg.GetThisVar()); in ClearBufferuiv()
181 WebGL2RenderingContext* context = GetWebGL2RenderingContext(env, funcArg.GetThisVar()); in ClearBufferfi()
192 WebGL2RenderingContext* context = GetWebGL2RenderingContext(env, funcArg.GetThisVar()); in CreateQuery()
204 WebGL2RenderingContext* context = GetWebGL2RenderingContext(env, funcArg.GetThisVar()); in DeleteQuery()
216 WebGL2RenderingContext* context = GetWebGL2RenderingContext(env, funcArg.GetThisVar()); in IsQuery()
234 WebGL2RenderingContext* context = GetWebGL2RenderingContext(env, funcArg.GetThisVar()); in BeginQuery()
252 WebGL2RenderingContext* context = GetWebGL2RenderingContext(env, funcArg.GetThisVar()); in EndQuery()
[all...]
H A Dwebgl_rendering_context_base.cpp75 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in GetContextAttributes()
163 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in ActiveTexture()
177 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in AttachShader()
191 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in BindAttribLocation()
227 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in BindBuffer()
246 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in BindFramebuffer()
265 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in BindRenderbuffer()
282 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in BindTexture()
328 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in BlendEquation()
340 if (!CheckGLenum(env, funcArg.GetThisVar(), mod in BlendEquation()
[all...]
H A Dwebgl_shader_precision_format.cpp33 if (funcArg.GetThisVar() == nullptr) { in GetObjectFromArg()
38 napi_status status = napi_unwrap(env, funcArg.GetThisVar(), (void**)&obj); in GetObjectFromArg()
91 env, funcArg.GetThisVar(), move(webGLShaderPrecisionFormat))) { in Constructor()
95 return funcArg.GetThisVar(); in Constructor()
H A Dwebgl_active_info.cpp32 if (funcArg.GetThisVar() == nullptr) { in GetWebGLActiveInfo()
33 LOGE("WebGLActiveInfo::GetWebGLActiveInfo GetThisVar failed."); in GetWebGLActiveInfo()
37 napi_status status = napi_unwrap(env, funcArg.GetThisVar(), (void**)&webGLActiveInfo); in GetWebGLActiveInfo()
90 if (!NClass::SetEntityFor<WebGLActiveInfo>(env, funcArg.GetThisVar(), move(webGlActiveInfo))) { in Constructor()
94 return funcArg.GetThisVar(); in Constructor()
H A Dwebgl_vertex_array_object.cpp32 if (!NClass::SetEntityFor<WebGLVertexArrayObject>(env, funcArg.GetThisVar(), move(webGlVertexArrayObject))) { in Constructor()
36 return funcArg.GetThisVar(); in Constructor()
H A Dwebgl_transform_feedback.cpp32 if (!NClass::SetEntityFor<WebGLTransformFeedback>(env, funcArg.GetThisVar(), move(webGlTransformFeedback))) { in Constructor()
36 return funcArg.GetThisVar(); in Constructor()
H A Dwebgl_uniform_location.cpp32 if (!NClass::SetEntityFor<WebGLUniformLocation>(env, funcArg.GetThisVar(), move(webGlUniformLocation))) { in Constructor()
36 return funcArg.GetThisVar(); in Constructor()
H A Dwebgl_sampler.cpp31 if (!NClass::SetEntityFor<WebGLSampler>(env, funcArg.GetThisVar(), move(webGlSampler))) { in Constructor()
35 return funcArg.GetThisVar(); in Constructor()
H A Dwebgl_shader.cpp32 if (!NClass::SetEntityFor<WebGLShader>(env, funcArg.GetThisVar(), move(webGLShader))) { in Constructor()
36 return funcArg.GetThisVar(); in Constructor()
H A Dwebgl_sync.cpp33 if (!NClass::SetEntityFor<WebGLSync>(env, funcArg.GetThisVar(), move(webGlSync))) { in Constructor()
37 return funcArg.GetThisVar(); in Constructor()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/
H A Dzip_n_exporter.cpp141 if (!NapiClass::SetEntityFor<ZipEntity>(env, funcArg.GetThisVar(), move(zipEntity))) { in Constructor()
145 return funcArg.GetThisVar(); in Constructor()
270 NapiValue thisVar(env, funcArg.GetThisVar()); in SetZStream()
287 auto zipEntity = NapiClass::GetEntityOf<ZipEntity>(env, funcArg.GetThisVar()); in GetZStreamSync()
317 auto zipEntity = NapiClass::GetEntityOf<ZipEntity>(env, funcArg.GetThisVar()); in GetZStream()
336 NapiValue thisVar(env, funcArg.GetThisVar()); in GetZStream()
353 auto zipEntity = NapiClass::GetEntityOf<ZipEntity>(env, funcArg.GetThisVar()); in ZlibVersion()
378 NapiValue thisVar(env, funcArg.GetThisVar()); in ZlibVersion()
395 auto zipEntity = NapiClass::GetEntityOf<ZipEntity>(env, funcArg.GetThisVar()); in ZError()
427 NapiValue thisVar(env, funcArg.GetThisVar()); in ZError()
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/
H A Dstream_n_exporter.cpp57 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in FlushSync()
83 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Flush()
111 NVal thisVar(env, funcArg.GetThisVar()); in Flush()
129 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in ReadSync()
172 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in CloseSync()
180 (void)NClass::RemoveEntityOfFinal<StreamEntity>(env, funcArg.GetThisVar()); in CloseSync()
194 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in WriteSync()
268 NVal thisVar(env, funcArg.GetThisVar()); in WriteExec()
288 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Write()
342 NVal thisVar(env, funcArg.GetThisVar()); in ReadExec()
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stream/
H A Dstream_n_exporter.cpp52 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in ReadSync()
90 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in CloseSync()
96 (void)NClass::RemoveEntityOfFinal<StreamEntity>(env, funcArg.GetThisVar()); in CloseSync()
111 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in WriteSync()
163 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Write()
199 NVal thisVar(env, funcArg.GetThisVar()); in Write()
230 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Read()
278 NVal thisVar(env, funcArg.GetThisVar()); in Read()
298 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Close()
304 auto fp = NClass::RemoveEntityOfFinal<StreamEntity>(env, funcArg.GetThisVar()); in Close()
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/
H A Dstat_n_exporter.cpp43 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in CheckStatMode()
97 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetIno()
115 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetMode()
133 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetUid()
151 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetGid()
169 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetSize()
187 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetAtime()
205 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetMtime()
223 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetCtime()
242 auto statEntity = NClass::GetEntityOf<StatEntity>(env, funcArg.GetThisVar()); in GetLocation()
[all...]
/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(readerIteratorEntity))) { in Constructor()
47 return funcArg.GetThisVar(); in Constructor()
58 auto readerIteratorEntity = NClass::GetEntityOf<ReaderIteratorEntity>(env, funcArg.GetThisVar()); in Next()
79 (void)NClass::RemoveEntityOfFinal<ReaderIteratorEntity>(env, funcArg.GetThisVar()); in Next()
/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()
58 return funcArg.GetThisVar(); in Constructor()
94 auto taskSignalEntity = NClass::GetEntityOf<TaskSignalEntity>(env, funcArg.GetThisVar()); in Cancel()
118 auto taskSignalEntity = NClass::GetEntityOf<TaskSignalEntity>(env, funcArg.GetThisVar()); in OnCancel()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dir/
H A Ddir_n_exporter.cpp47 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, funcArg.GetThisVar()); in GetDirEntity()
76 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, funcArg.GetThisVar()); in Close()
105 NVal thisVar(env, funcArg.GetThisVar()); in Close()
158 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, funcArg.GetThisVar()); in Read()
170 auto arg = make_shared<DirReadArgs>(NVal(env, funcArg.GetThisVar())); in Read()
198 NVal thisVar(env, funcArg.GetThisVar()); in Read()
328 auto dirEntity = CheckDirEntity(env, funcArg.GetThisVar()); in ListFile()
364 NVal thisVar(env, funcArg.GetThisVar()); in ListFile()
381 auto dirEntity = CheckDirEntity(env, funcArg.GetThisVar()); in ListFileSync()
425 if (!NClass::SetEntityFor<DirEntity>(env, funcArg.GetThisVar(), mov in Constructor()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_checksum/
H A Dchecksum_n_exporter.cpp137 if (!NapiClass::SetEntityFor<ChecksumEntity>(env, funcArg.GetThisVar(), move(checksumEntity))) { in Constructor()
141 return funcArg.GetThisVar(); in Constructor()
195 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Adler32()
229 NapiValue thisVar(env, funcArg.GetThisVar()); in Adler32()
249 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Adler32Combine()
287 NapiValue thisVar(env, funcArg.GetThisVar()); in Adler32Combine()
307 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Adler32Combine64()
341 NapiValue thisVar(env, funcArg.GetThisVar()); in Adler32Combine64()
361 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Crc32()
395 NapiValue thisVar(env, funcArg.GetThisVar()); in Crc32()
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_file/
H A Dfile_n_exporter.cpp64 auto rafEntity = GetFileEntity(env, funcArg.GetThisVar()); in GetFD()
107 auto fileEntity = GetFileEntity(env, funcArg.GetThisVar()); in GetPath()
134 auto fileEntity = GetFileEntity(env, funcArg.GetThisVar()); in GetName()
168 auto fileEntity = GetFileEntity(env, funcArg.GetThisVar()); in GetParent()
206 auto fileEntity = GetFileEntity(env, funcArg.GetThisVar()); in Lock()
240 NVal thisVar(env, funcArg.GetThisVar()); in Lock()
260 auto fileEntity = GetFileEntity(env, funcArg.GetThisVar()); in TryLock()
292 auto fileEntity = GetFileEntity(env, funcArg.GetThisVar()); in UnLock()
325 if (!NClass::SetEntityFor<FileEntity>(env, funcArg.GetThisVar(), move(rafEntity))) { in Constructor()
330 return funcArg.GetThisVar(); in Constructor()
[all...]
/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()
53 return funcArg.GetThisVar(); in Constructor()
65 auto watchEntity = NClass::GetEntityOf<WatcherEntity>(env, funcArg.GetThisVar()); in Stop()
89 auto watchEntity = NClass::GetEntityOf<WatcherEntity>(env, funcArg.GetThisVar()); in Start()
117 NVal thisVar(env, funcArg.GetThisVar()); in Start()

Completed in 16 milliseconds

123456