Home
last modified time | relevance | path

Searched defs:funcArg (Results 1 - 25 of 43) sorted by relevance

12

/foundation/filemanagement/dfs_service/utils/work/src/
H A Dasync_work.cpp23 std::unique_ptr<NAsyncWork> GetPromiseOrCallBackWork(napi_env env, const NFuncArg &funcArg, size_t maxArgSize) in GetPromiseOrCallBackWork() argument
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dsymlink.cpp30 static tuple<bool, string, string> GetSymlinkArg(napi_env env, const NFuncArg &funcArg) in GetSymlinkArg() argument
[all...]
H A Dposix_fallocate.cpp30 static tuple<bool, int, int, int> GetPosixFallocateArg(napi_env env, const NFuncArg &funcArg) in GetPosixFallocateArg() argument
[all...]
H A Dlseek.cpp28 static tuple<bool, int, int, int> GetLseekArg(napi_env env, const NFuncArg &funcArg) in GetLseekArg() argument
[all...]
H A Dlink.cpp31 static tuple<bool, string, string> GetLinkArg(napi_env env, const NFuncArg &funcArg) in GetLinkArg() argument
[all...]
H A Dopen.cpp107 static bool ParseFlags(napi_env env, const NFuncArg& funcArg, unsigned int& flags) in ParseFlags() argument
[all...]
H A Dcreate_stream.cpp54 static tuple<bool, string, string> GetCreateStreamArgs(napi_env env, const NFuncArg &funcArg) in GetCreateStreamArgs() argument
[all...]
H A Dfdopen_stream.cpp52 static tuple<bool, int, string> GetFdopenStreamArgs(napi_env env, const NFuncArg &funcArg) in GetFdopenStreamArgs() argument
[all...]
H A Dhash.cpp49 static tuple<bool, unique_ptr<char[]>, HASH_ALGORITHM_TYPE, bool> GetHashArgs(napi_env env, const NFuncArg &funcArg) in GetHashArgs() argument
[all...]
H A Dcopy_file.cpp89 static tuple<bool, int32_t> ParseJsModeAndProm(napi_env env, const NFuncArg &funcArg) in ParseJsModeAndProm() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcreate_stream.cpp33 static tuple<bool, string, string> GetCreateStreamArgs(napi_env env, const NFuncArg &funcArg) in GetCreateStreamArgs() argument
[all...]
H A Dfdopen_stream.cpp33 static tuple<bool, int, string> GetFdopenStreamArgs(napi_env env, const NFuncArg &funcArg) in GetFdopenStreamArgs() argument
[all...]
H A Dsymlink.cpp32 static tuple<bool, string, string> GetSymlinkArg(napi_env env, const NFuncArg &funcArg) in GetSymlinkArg() argument
[all...]
H A Dcopy_file.cpp173 static tuple<bool, int> ParseJsMode(napi_env env, const NFuncArg& funcArg) in ParseJsMode() argument
[all...]
H A Dmove.cpp61 static tuple<bool, unique_ptr<char[]>, unique_ptr<char[]>, int> ParseJsOperand(napi_env env, const NFuncArg& funcArg) in ParseJsOperand() argument
[all...]
H A Dcopydir.cpp60 ParseAndCheckJsOperand(napi_env env, const NFuncArg &funcArg) ParseAndCheckJsOperand() argument
[all...]
H A Dcreate_randomaccessfile.cpp104 static tuple<bool, unsigned int, int64_t, int64_t> GetJsFlags(napi_env env, const NFuncArg &funcArg, FileInfo &fileInfo) in GetJsFlags() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/
H A Dhash.cpp37 static tuple<bool, unique_ptr<char[]>, HASH_ALGORITHM_TYPE, bool> GetHashArgs(napi_env env, const NFuncArg &funcArg) in GetHashArgs() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dvolumemanager_n_exporter.cpp37 bool CheckVolumes(napi_env env, napi_callback_info info, NFuncArg& funcArg) in CheckVolumes() argument
102 bool CheckMount(napi_env env, napi_callback_info info, NFuncArg& funcArg) in CheckMount() argument
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dtimer_module.cpp76 jerry_value_t *funcArg = in CreateTimer() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/class_hashstream/
H A Dhashstream_n_exporter.cpp54 static napi_value SetHsEntity(napi_env env, NFuncArg &funcArg, HASH_ALGORITHM_TYPE algType) in SetHsEntity() argument
[all...]
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dprop_n_operation.cpp34 static napi_value AsyncCallback(napi_env env, const NFuncArg& funcArg) in AsyncCallback() argument
131 static napi_value AsyncDataList(napi_env env, const NFuncArg& funcArg) in AsyncDataList() argument
[all...]
H A Dsession_restore_n_exporter.cpp314 static bool VerifyAppendBundlesParam(NFuncArg &funcArg, int32_t &fd, std::vector<std::string> &bundleNames, in VerifyAppendBundlesParam() argument
378 static bool VerifyPublishFileParam(NFuncArg &funcArg, std::string &bundleName, std::string &fileName, napi_env env) in VerifyPublishFileParam() argument
403 static bool VerifyNapiObject(napi_env env, NFuncArg &funcArg) in VerifyNapiObject() argument
471 GetAppendBundlesCBExec(napi_env env, NFuncArg &funcArg, const int32_t fdRestore, const std::vector<std::string> &bundleNames, const std::vector<std::string> &bundleInfos) GetAppendBundlesCBExec() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/
H A Dstream_n_exporter.cpp227 WriteExec(napi_env env, NFuncArg &funcArg, shared_ptr<FILE> fp) WriteExec() argument
298 ReadExec(napi_env env, NFuncArg &funcArg, shared_ptr<FILE> fp) ReadExec() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_file/
H A Dfile_n_exporter.cpp85 static bool GetExclusive(napi_env env, NFuncArg &funcArg, bool &exclusive) in GetExclusive() argument
[all...]

Completed in 15 milliseconds

12