/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | fstat.cpp | 55 napi_value objStat = NClass::InstantiateClass(env, StatNExporter::className_, {}); in Sync() 102 napi_value objStat = NClass::InstantiateClass(env, StatNExporter::className_, {}); in Async()
|
H A D | lstat.cpp | 56 napi_value objStat = NClass::InstantiateClass(env, StatNExporter::className_, {}); in Sync() 102 napi_value objStat = NClass::InstantiateClass(env, StatNExporter::className_, {}); in Async()
|
H A D | stat.cpp | 56 napi_value objStat = NClass::InstantiateClass(env, StatNExporter::className_, {}); in Sync() 103 napi_value objStat = NClass::InstantiateClass(env, StatNExporter::className_, {}); in Async()
|
H A D | open_dir.cpp | 54 napi_value objDir = NClass::InstantiateClass(env, DirNExporter::className_, {}); in Sync() 112 napi_value objDir = NClass::InstantiateClass(env, DirNExporter::className_, {}); in Async()
|
H A D | stat_v9.cpp | 85 napi_value objStat = NClass::InstantiateClass(env, StatNExporterV9::className_, {}); in Sync() 132 napi_value objStat = NClass::InstantiateClass(env, StatNExporterV9::className_, {}); in Async()
|
H A D | watcher.cpp | 95 napi_value objWatcher = NClass::InstantiateClass(env, WatcherNExporter::className_, {}); in CreateWatcher()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/ |
H A D | common_func.cpp | 178 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 D | n_class.cpp | 36 napi_value NClass::InstantiateClass(napi_env env, string className, vector<napi_value> args) in InstantiateClass() function in OHOS::HiviewDFX::NClass
|
H A D | n_class.h | 44 …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 D | webgl_object.h | 53 napi_value obj = NClass::InstantiateClass(env, T::className, {}); in CreateObjectInstance()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/properties/ |
H A D | create_checksum.cpp | 34 napi_value objChecksum = NapiClass::InstantiateClass(env, ChecksumNExporter::className_, {}); in InstantiateChecksum()
|
H A D | create_gzip.cpp | 34 napi_value objZip = NapiClass::InstantiateClass(env, GZipNExporter::className_, {}); in InstantiateGZip()
|
H A D | create_zip.cpp | 35 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 D | n_class.h | 40 …static napi_value InstantiateClass(napi_env env, std::string className, std::vector<napi_value> ar…
|
H A D | n_class.cpp | 53 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 D | dir_n_exporter.cpp | 132 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 D | napi_class.cpp | 69 napi_value NapiClass::InstantiateClass(napi_env env, const string &className, const vector<napi_val… in InstantiateClass() function in OHOS::AppExecFwk::LIBZIP::NapiClass
|
H A D | napi_class.h | 37 …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 D | n_class.cpp | 72 napi_value NClass::InstantiateClass(napi_env env, const string& className, const vector<napi_value>… in InstantiateClass() function in OHOS::DistributedFS::NClass
|
H A D | n_class.h | 38 …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 D | n_class.h | 42 …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 D | watcher.cpp | 38 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 D | napi_file_info_exporter.cpp | 132 …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 D | napi_root_info_exporter.cpp | 125 …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 D | n_class.cpp | 91 napi_value NClass::InstantiateClass(napi_env env, const string& className, const vector<napi_value>… in InstantiateClass() function in OHOS::FileManagement::LibN::NClass
|