/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/ |
H A D | file_uri_n_exporter.cpp | 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() 330 auto fileuriEntity = NClass::GetEntityOf<FileUriEntity>(env, funcArg.GetThisVar()); in GetScheme() [all …]
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat/ |
H A D | stat_n_exporter.cpp | 46 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/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat_v9/ |
H A D | stat_n_exporter_v9.cpp | 49 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()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/ |
H A D | stat_n_exporter.cpp | 43 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()
|
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/root_info/ |
H A D | napi_root_info_exporter.cpp | 118 auto rootEntity = NClass::GetEntityOf<RootInfoEntity>(env, funcArg.GetThisVar()); in ListFile() 129 auto fileIteratorEntity = NClass::GetEntityOf<FileIteratorEntity>(env, objFileIteratorExporter); in ListFile() 166 auto rootEntity = NClass::GetEntityOf<RootInfoEntity>(env, funcArg.GetThisVar()); in ScanFile() 177 auto fileIteratorEntity = NClass::GetEntityOf<FileIteratorEntity>(env, objFileIteratorExporter); 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()
|
H A D | napi_root_iterator_exporter.cpp | 81 auto rootIterator = NClass::GetEntityOf<RootIteratorEntity>(env, thisVar); in Next() 93 auto rootInfoEntity = NClass::GetEntityOf<RootInfoEntity>(env, objRootInfoExporter); in Next()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/ |
H A D | gzip_n_exporter.cpp | 169 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZDopen() 218 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZOpen() 272 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZCloseW() 316 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZBuffer() 366 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZRead() 418 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZFRead() 470 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZWrite() 520 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZFWrite() 571 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZPutC() 621 auto gzipEntity = NapiClass::GetEntityOf<GZipEntity>(env, funcArg.GetThisVar()); in GZPutS() [all …]
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/ |
H A D | stream_n_exporter.cpp | 48 StreamEntity* StreamNExporter::GetEntityOf(napi_env env, NFuncArg &funcArg) in GetEntityOf() function in OHOS::FileManagement::ModuleFileIO::StreamNExporter 55 return NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in GetEntityOf() 67 auto streamEntity = GetEntityOf(env, funcArg); in FlushSync() 97 auto streamEntity = GetEntityOf(env, funcArg); in Flush() 147 auto streamEntity = GetEntityOf(env, funcArg); in ReadSync() 193 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in CloseSync() 215 auto streamEntity = GetEntityOf(env, funcArg); in WriteSync() 313 auto streamEntity = GetEntityOf(env, funcArg); in Write() 391 auto streamEntity = GetEntityOf(env, funcArg); in Read() 413 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Close() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/ |
H A D | zip_n_exporter.cpp | 287 auto zipEntity = NapiClass::GetEntityOf<ZipEntity>(env, funcArg.GetThisVar()); in GetZStreamSync() 317 auto zipEntity = NapiClass::GetEntityOf<ZipEntity>(env, funcArg.GetThisVar()); in GetZStream() 353 auto zipEntity = NapiClass::GetEntityOf<ZipEntity>(env, funcArg.GetThisVar()); in ZlibVersion() 395 auto zipEntity = NapiClass::GetEntityOf<ZipEntity>(env, funcArg.GetThisVar()); in ZError() 444 auto zipEntity = NapiClass::GetEntityOf<ZipEntity>(env, funcArg.GetThisVar()); in ZlibCompileFlags() 486 auto zipEntity = NapiClass::GetEntityOf<ZipEntity>(env, funcArg.GetThisVar()); in DeflateInit() 541 auto zipEntity = NapiClass::GetEntityOf<ZipEntity>(env, funcArg.GetThisVar()); in DeflateInit2() 596 auto zipEntity = NapiClass::GetEntityOf<ZipEntity>(env, funcArg.GetThisVar()); in Deflate() 648 auto zipEntity = NapiClass::GetEntityOf<ZipEntity>(env, funcArg.GetThisVar()); in DeflateEnd() 698 auto zipEntity = NapiClass::GetEntityOf<ZipEntity>(env, funcArg.GetThisVar()); in DeflateBound() [all …]
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dir/ |
H A D | dir_n_exporter.cpp | 47 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, funcArg.GetThisVar()); in GetDirEntity() 76 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, funcArg.GetThisVar()); in Close() 136 auto direntEntity = NClass::GetEntityOf<DirentEntity>(env, objDirent); in DoReadComplete() 158 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, funcArg.GetThisVar()); in Read() 252 auto direntEntity = NClass::GetEntityOf<DirentEntity>(env, objDirent); in ReadSync() 272 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, dir_entity); in CheckDirEntity() 301 auto direntEntity = NClass::GetEntityOf<DirentEntity>(env, objDirent); in DoListFileVector2NV()
|
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/file_info/ |
H A D | napi_file_info_exporter.cpp | 121 auto fileInfoEntity = NClass::GetEntityOf<FileInfoEntity>(env, funcArg.GetThisVar()); in ListFile() 136 auto fileIteratorEntity = NClass::GetEntityOf<FileIteratorEntity>(env, objFileIteratorExporter); in ListFile() 172 auto fileInfoEntity = NClass::GetEntityOf<FileInfoEntity>(env, funcArg.GetThisVar()); in ScanFile() 187 auto fileIteratorEntity = NClass::GetEntityOf<FileIteratorEntity>(env, objFileIteratorExporter); in ScanFile() 216 auto fileInfoEntity = NClass::GetEntityOf<FileInfoEntity>(env, funcArg.GetThisVar()); in GetFileInfoEntity()
|
H A D | napi_file_iterator_exporter.cpp | 206 fileInfoEntity = NClass::GetEntityOf<FileInfoEntity>(env, objFileInfoExporter); in GetNextIterator() 226 auto fileIteratorEntity = NClass::GetEntityOf<FileIteratorEntity>(env, funcArg.GetThisVar()); in Next() 243 auto fileInfoEntity = NClass::GetEntityOf<FileInfoEntity>(env, objFileInfoExporter); in Next()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stream/ |
H A D | stream_n_exporter.cpp | 52 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in ReadSync() 90 auto streamEntity = NClass::GetEntityOf<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() 230 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Read() 298 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Close()
|
H A D | flush.cpp | 47 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Sync() 69 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, funcArg.GetThisVar()); in Async()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | fstat.cpp | 61 auto statEntity = NClass::GetEntityOf<StatEntity>(env, objStat); in Sync() 106 auto statEntity = NClass::GetEntityOf<StatEntity>(env, objStat); in Async()
|
H A D | lstat.cpp | 61 auto statEntity = NClass::GetEntityOf<StatEntity>(env, objStat); in Sync() 106 auto statEntity = NClass::GetEntityOf<StatEntity>(env, objStat); in Async()
|
H A D | stat.cpp | 61 auto statEntity = NClass::GetEntityOf<StatEntity>(env, objStat); in Sync() 108 auto statEntity = NClass::GetEntityOf<StatEntity>(env, objStat); in Async()
|
H A D | open_dir.cpp | 60 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, objDir); in Sync() 117 auto dirEntity = NClass::GetEntityOf<DirEntity>(env, objDir); in Async()
|
H A D | stat_v9.cpp | 90 auto statEntity = NClass::GetEntityOf<StatEntityV9>(env, objStat); in Sync() 136 auto statEntity = NClass::GetEntityOf<StatEntityV9>(env, objStat); in Async()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_watcher/ |
H A D | watcher_n_exporter.cpp | 62 auto watchEntity = NClass::GetEntityOf<WatcherEntity>(env, funcArg.GetThisVar()); in StopSync() 80 auto watchEntity = NClass::GetEntityOf<WatcherEntity>(env, funcArg.GetThisVar()); in Stop()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_tasksignal/ |
H A D | task_signal_n_exporter.cpp | 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/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_checksum/ |
H A D | checksum_n_exporter.cpp | 195 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Adler32() 249 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Adler32Combine() 307 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Adler32Combine64() 361 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Crc32() 415 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Crc32Combine() 474 auto checksumEntity = NapiClass::GetEntityOf<ChecksumEntity>(env, funcArg.GetThisVar()); in Crc32Combine64()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/ |
H A D | common_func.cpp | 188 auto statEntity = NClass::GetEntityOf<StatEntity>(env, objStat); in InstantiateStat() 216 auto statEntity = NClass::GetEntityOf<StatEntity>(env, objStat); in InstantiateStat() 241 auto fileEntity = NClass::GetEntityOf<FileEntity>(env, objFile); in InstantiateFile() 278 auto streamEntity = NClass::GetEntityOf<StreamEntity>(env, objStream); in InstantiateStream()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/ |
H A D | watcher_n_exporter.cpp | 65 auto watchEntity = NClass::GetEntityOf<WatcherEntity>(env, funcArg.GetThisVar()); in Stop() 89 auto watchEntity = NClass::GetEntityOf<WatcherEntity>(env, funcArg.GetThisVar()); in Start()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_object.h | 57 *instance = NClass::GetEntityOf<T>(env, obj); in CreateObjectInstance()
|