Home
last modified time | relevance | path

Searched refs:GetThisVar (Results 1 – 25 of 141) sorted by relevance

123456

/ohos5.0/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 …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/
H A Dgzip_n_exporter.cpp97 return funcArg.GetThisVar(); in Constructor()
200 NapiValue thisVar(env, funcArg.GetThisVar()); in GZDopen()
254 NapiValue thisVar(env, funcArg.GetThisVar()); in GZOpen()
298 NapiValue thisVar(env, funcArg.GetThisVar()); in GZCloseW()
348 NapiValue thisVar(env, funcArg.GetThisVar()); in GZBuffer()
400 NapiValue thisVar(env, funcArg.GetThisVar()); in GZRead()
452 NapiValue thisVar(env, funcArg.GetThisVar()); in GZFRead()
502 NapiValue thisVar(env, funcArg.GetThisVar()); in GZWrite()
553 NapiValue thisVar(env, funcArg.GetThisVar()); in GZFWrite()
603 NapiValue thisVar(env, funcArg.GetThisVar()); in GZPutC()
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H A Dfile_uri_n_exporter.cpp58 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()
313 auto fileuriEntity = NClass::GetEntityOf<FileUriEntity>(env, funcArg.GetThisVar()); in IsAbsolute()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/
H A Dzip_n_exporter.cpp145 return funcArg.GetThisVar(); in Constructor()
270 NapiValue thisVar(env, funcArg.GetThisVar()); in SetZStream()
336 NapiValue thisVar(env, funcArg.GetThisVar()); in GetZStream()
378 NapiValue thisVar(env, funcArg.GetThisVar()); in ZlibVersion()
427 NapiValue thisVar(env, funcArg.GetThisVar()); in ZError()
469 NapiValue thisVar(env, funcArg.GetThisVar()); in ZlibCompileFlags()
524 NapiValue thisVar(env, funcArg.GetThisVar()); in DeflateInit()
579 NapiValue thisVar(env, funcArg.GetThisVar()); in DeflateInit2()
631 NapiValue thisVar(env, funcArg.GetThisVar()); in Deflate()
681 NapiValue thisVar(env, funcArg.GetThisVar()); in DeflateEnd()
[all …]
/ohos5.0/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 …]
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
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()
340 if (!CheckGLenum(env, funcArg.GetThisVar(), mode, in BlendEquation()
381 if (!CheckGLenum(env, funcArg.GetThisVar(), modeRGB, { in BlendEquationSeparate()
397 if (!CheckGLenum(env, funcArg.GetThisVar(), modeAlpha, { in BlendEquationSeparate()
1344 if (IsHighWebGL(env, funcArg.GetThisVar())) { in Hint()
[all …]
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_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()
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_rendering_context_overloads.cpp66 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in BufferData()
110 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in BufferSubData()
142 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in CompressedTexImage2D()
208 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in CompressedTexSubImage2D()
274 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in ReadPixels()
333 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in TexImage2D()
410 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in TexSubImage2D()
491 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in Uniform1fv()
503 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in Uniform2fv()
523 WebGLRenderingContext* context = GetWebGLRenderingContextBase(env, funcArg.GetThisVar()); in Uniform3fv()
[all …]
/ohos5.0/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 …]
/ohos5.0/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()
304 auto fp = NClass::RemoveEntityOfFinal<StreamEntity>(env, funcArg.GetThisVar()); in Close()
323 NVal thisVar(env, funcArg.GetThisVar()); in Close()
[all …]
H A Dflush.cpp47 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Sync()
69 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Async()
90 NVal thisVar(env, funcArg.GetThisVar()); in Async()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_checksum/
H A Dchecksum_n_exporter.cpp141 return funcArg.GetThisVar(); in Constructor()
195 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Adler32()
229 NapiValue thisVar(env, funcArg.GetThisVar()); in Adler32()
287 NapiValue thisVar(env, funcArg.GetThisVar()); in Adler32Combine()
341 NapiValue thisVar(env, funcArg.GetThisVar()); in Adler32Combine64()
395 NapiValue thisVar(env, funcArg.GetThisVar()); in Crc32()
454 NapiValue thisVar(env, funcArg.GetThisVar()); in Crc32Combine()
508 NapiValue thisVar(env, funcArg.GetThisVar()); in Crc32Combine64()
551 NapiValue thisVar(env, funcArg.GetThisVar()); in GetCrcTable()
598 NapiValue thisVar(env, funcArg.GetThisVar()); in Crc64()
[all …]
/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()
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()
/ohos5.0/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()
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/root_info/
H A Dnapi_root_info_exporter.cpp77 … if (!NClass::SetEntityFor<RootInfoEntity>(env, funcArg.GetThisVar(), std::move(rootInfoEntity))) { in Constructor()
82 return funcArg.GetThisVar(); in Constructor()
118 auto rootEntity = NClass::GetEntityOf<RootInfoEntity>(env, funcArg.GetThisVar()); in ListFile()
166 auto rootEntity = NClass::GetEntityOf<RootInfoEntity>(env, funcArg.GetThisVar()); in ScanFile()
210 auto rootInfoEntity = NClass::GetEntityOf<RootInfoEntity>(env, funcArg.GetThisVar()); in GetDeviceType()
227 auto rootInfoEntity = NClass::GetEntityOf<RootInfoEntity>(env, funcArg.GetThisVar()); in GetUri()
244 auto rootInfoEntity = NClass::GetEntityOf<RootInfoEntity>(env, funcArg.GetThisVar()); in GetRelativePath()
261 auto rootInfoEntity = NClass::GetEntityOf<RootInfoEntity>(env, funcArg.GetThisVar()); in GetDisplayName()
278 auto rootInfoEntity = NClass::GetEntityOf<RootInfoEntity>(env, funcArg.GetThisVar()); in GetDeviceFlags()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H A Drandomaccessfile_n_exporter.cpp76 auto [succEntity, rafEntity] = GetRAFEntity(env, funcArg.GetThisVar()); in GetFD()
93 auto [succEntity, rafEntity] = GetRAFEntity(env, funcArg.GetThisVar()); in GetFPointer()
110 auto [succEntity, rafEntity] = GetRAFEntity(env, funcArg.GetThisVar()); in SetFilePointerSync()
145 auto [succEntity, rafEntity] = GetRAFEntity(env, funcArg.GetThisVar()); in ReadSync()
217 NVal thisVar(env, funcArg.GetThisVar()); in ReadExec()
236 auto[succ, rafEntity] = GetRAFEntity(env, funcArg.GetThisVar()); in Read()
253 auto [succEntity, rafEntity] = GetRAFEntity(env, funcArg.GetThisVar()); in WriteSync()
327 NVal thisVar(env, funcArg.GetThisVar()); in WriteExec()
346 auto[succ, rafEntity] = GetRAFEntity(env, funcArg.GetThisVar()); in Write()
379 auto [succEntity, rafEntity] = GetRAFEntity(env, funcArg.GetThisVar()); in CloseSync()
[all …]
/ohos5.0/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(), move(dirEntity))) { in Constructor()
[all …]
/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()
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()
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_fileaccess_helper.cpp117 napi_value thisVar = funcArg.GetThisVar(); in FileAccessHelperConstructor()
234 NVal thisVar(env, funcArg.GetThisVar()); in NAPI_GetFileAccessAbilityInfo()
349 NVal thisVar(env, funcArg.GetThisVar()); in NAPI_OpenFile()
404 NVal thisVar(env, funcArg.GetThisVar()); in NAPI_CreateFile()
461 NVal thisVar(env, funcArg.GetThisVar()); in NAPI_Mkdir()
515 NVal thisVar(env, funcArg.GetThisVar()); in NAPI_Delete()
567 NVal thisVar(env, funcArg.GetThisVar()); in NAPI_Move()
617 NVal thisVar(env, funcArg.GetThisVar()); in NAPI_Query()
731 NVal thisVar(env, funcArg.GetThisVar()); in AddNAsyncWork()
798 NVal thisVar(env, funcArg.GetThisVar()); in AddCopyFileNAsyncWork()
[all …]
/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()
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()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/
H A Dstream_n_exporter.cpp55 return NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in GetEntityOf()
129 NVal thisVar(env, funcArg.GetThisVar()); in Flush()
193 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in CloseSync()
201 (void)NClass::RemoveEntityOfFinal<StreamEntity>(env, funcArg.GetThisVar()); in CloseSync()
293 NVal thisVar(env, funcArg.GetThisVar()); in WriteExec()
371 NVal thisVar(env, funcArg.GetThisVar()); in ReadExec()
413 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Close()
422 ret = NClass::RemoveEntityOfFinal<StreamEntity>(env, funcArg.GetThisVar()); in Close()
440 NVal thisVar(env, funcArg.GetThisVar()); in Close()
520 if (!NClass::SetEntityFor<StreamEntity>(env, funcArg.GetThisVar(), move(streamEntity))) { in Constructor()
[all …]
/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()
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()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_file/
H A Dfile_n_exporter.cpp58 auto rafEntity = GetFileEntity(env, funcArg.GetThisVar()); in GetFD()
74 if (!NClass::SetEntityFor<FileEntity>(env, funcArg.GetThisVar(), move(rafEntity))) { in Constructor()
78 return funcArg.GetThisVar(); in Constructor()

123456