Home
last modified time | relevance | path

Searched refs:InstantiateClass (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dfstat.cpp55 napi_value objStat = NClass::InstantiateClass(env, StatNExporter::className_, {}); in Sync()
102 napi_value objStat = NClass::InstantiateClass(env, StatNExporter::className_, {}); in Async()
H A Dlstat.cpp56 napi_value objStat = NClass::InstantiateClass(env, StatNExporter::className_, {}); in Sync()
102 napi_value objStat = NClass::InstantiateClass(env, StatNExporter::className_, {}); in Async()
H A Dstat.cpp56 napi_value objStat = NClass::InstantiateClass(env, StatNExporter::className_, {}); in Sync()
103 napi_value objStat = NClass::InstantiateClass(env, StatNExporter::className_, {}); in Async()
H A Dopen_dir.cpp54 napi_value objDir = NClass::InstantiateClass(env, DirNExporter::className_, {}); in Sync()
112 napi_value objDir = NClass::InstantiateClass(env, DirNExporter::className_, {}); in Async()
H A Dstat_v9.cpp85 napi_value objStat = NClass::InstantiateClass(env, StatNExporterV9::className_, {}); in Sync()
132 napi_value objStat = NClass::InstantiateClass(env, StatNExporterV9::className_, {}); in Async()
H A Dwatcher.cpp95 napi_value objWatcher = NClass::InstantiateClass(env, WatcherNExporter::className_, {}); in CreateWatcher()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
H A Dcommon_func.cpp178 napi_value objStat = NClass::InstantiateClass(env, StatNExporter::className_, {}); in InstantiateStat()
206 napi_value objStat = NClass::InstantiateClass(env, StatNExporter::className_, {}); in InstantiateStat()
233 napi_value objFile = NClass::InstantiateClass(env, FileNExporter::className_, {}); in InstantiateFile()
268 napi_value objStream = NClass::InstantiateClass(env, StreamNExporter::className_, {}); in InstantiateStream()
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/
H A Dn_class.cpp36 napi_value NClass::InstantiateClass(napi_env env, string className, vector<napi_value> args) in InstantiateClass() function in OHOS::HiviewDFX::NClass
H A Dn_class.h44 …static napi_value InstantiateClass(napi_env env, std::string className, std::vector<napi_value> ar…
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_object.h53 napi_value obj = NClass::InstantiateClass(env, T::className, {}); in CreateObjectInstance()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/properties/
H A Dcreate_checksum.cpp34 napi_value objChecksum = NapiClass::InstantiateClass(env, ChecksumNExporter::className_, {}); in InstantiateChecksum()
H A Dcreate_gzip.cpp34 napi_value objZip = NapiClass::InstantiateClass(env, GZipNExporter::className_, {}); in InstantiateGZip()
H A Dcreate_zip.cpp35 napi_value objZip = NapiClass::InstantiateClass(env, ZipNExporter::className_, {}); in InstantiateZip()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H A Dn_class.h40 …static napi_value InstantiateClass(napi_env env, std::string className, std::vector<napi_value> ar…
H A Dn_class.cpp53 napi_value NClass::InstantiateClass(napi_env env, string className, vector<napi_value> args) in InstantiateClass() function in OHOS::Rosen::NClass
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dir/
H A Ddir_n_exporter.cpp132 napi_value objDirent = NClass::InstantiateClass(env, DirentNExporter::className_, {}); in DoReadComplete()
247 napi_value objDirent = NClass::InstantiateClass(env, DirentNExporter::className_, {}); in ReadSync()
296 napi_value objDirent = NClass::InstantiateClass(env, DirentNExporter::className_, {}); in DoListFileVector2NV()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_class.cpp69 napi_value NapiClass::InstantiateClass(napi_env env, const string &className, const vector<napi_val… in InstantiateClass() function in OHOS::AppExecFwk::LIBZIP::NapiClass
H A Dnapi_class.h37 …static napi_value InstantiateClass(napi_env env, const std::string &className, const std::vector<n…
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/
H A Dn_class.cpp72 napi_value NClass::InstantiateClass(napi_env env, const string& className, const vector<napi_value>… in InstantiateClass() function in OHOS::DistributedFS::NClass
H A Dn_class.h38 …static napi_value InstantiateClass(napi_env env, const std::string& className, const std::vector<n…
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_class.h42 …static napi_value InstantiateClass(napi_env env, const std::string& className, const std::vector<n…
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dwatcher.cpp38 napi_value objWatcher = NClass::InstantiateClass(env, WatcherNExporter::className_, {}); in CreateAndCheckForWatcherEntity()
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/file_info/
H A Dnapi_file_info_exporter.cpp132 …auto objFileIteratorExporter = NClass::InstantiateClass(env, NapiFileIteratorExporter::className_,… in ListFile()
183 …auto objFileIteratorExporter = NClass::InstantiateClass(env, NapiFileIteratorExporter::className_,… in ScanFile()
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/root_info/
H A Dnapi_root_info_exporter.cpp125 …napi_value objFileIteratorExporter = NClass::InstantiateClass(env, NapiFileIteratorExporter::class… in ListFile()
173 …napi_value objFileIteratorExporter = NClass::InstantiateClass(env, NapiFileIteratorExporter::class… in ScanFile()
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_class.cpp91 napi_value NClass::InstantiateClass(napi_env env, const string& className, const vector<napi_value>… in InstantiateClass() function in OHOS::FileManagement::LibN::NClass

12