/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statfs/ |
H A D | statfs_n_exporter.cpp | 88 static const std::string PROCEDURE_NAME = "GetFrSize"; in GetFrSize() local 91 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetFrSize() 95 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetFrSize() 157 static const std::string PROCEDURE_NAME = "GetBSize"; in GetBSize() local 160 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetBSize() 164 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetBSize() 226 static const std::string PROCEDURE_NAME = "GetBAvail"; in GetBAvail() local 229 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetBAvail() 233 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetBAvail() 295 static const std::string PROCEDURE_NAME in GetBlocks() local 364 static const std::string PROCEDURE_NAME = "GetBFree"; GetBFree() local 436 static const std::string PROCEDURE_NAME = "GetFreeBytes"; GetFreeBytes() local 508 static const std::string PROCEDURE_NAME = "GetTotalBytes"; GetTotalBytes() local [all...] |
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_securitylabel/ |
H A D | securitylabel_n_exporter.cpp | 73 static const std::string PROCEDURE_NAME = "SetSecurityLabel"; in SetSecurityLabel() local 76 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in SetSecurityLabel() 79 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in SetSecurityLabel() 154 static const std::string PROCEDURE_NAME = "GetSecurityLabel"; in GetSecurityLabel() local 157 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetSecurityLabel() 161 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetSecurityLabel()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statvfs/ |
H A D | statvfs_n_exporter.cpp | 92 static const std::string PROCEDURE_NAME = "GetFreeSize"; in GetFreeSize() local 95 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetFreeSize() 99 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetFreeSize() 168 static const std::string PROCEDURE_NAME = "GetTotalSize"; in GetTotalSize() local 171 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetTotalSize() 175 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetTotalSize()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_environment/ |
H A D | environment_n_exporter.cpp | 133 static const std::string PROCEDURE_NAME = "GetStorageDataDir"; in GetStorageDataDir() local 136 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetStorageDataDir() 140 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetStorageDataDir() 173 static const std::string PROCEDURE_NAME = "GetUserDataDir"; in GetUserDataDir() local 176 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetUserDataDir() 180 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_; in GetUserDataDir()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | xattr.cpp | 173 static const std::string PROCEDURE_NAME = "GetXattr";
in GetAsync() local 176 .Schedule(PROCEDURE_NAME, cbExec, cbComplete)
in GetAsync() 227 static const std::string PROCEDURE_NAME = "SetXattr";
in SetAsync() local 230 .Schedule(PROCEDURE_NAME, cbExec, cbComplete).val_;
in SetAsync()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dir/ |
H A D | dir_n_exporter.cpp | 106 static const string PROCEDURE_NAME = "fileioDirClose"; in Close() local 108 return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_NAME, cbExec, cbCompl).val_; in Close() 111 return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_NAME, cbExec, cbCompl).val_; in Close()
|