/foundation/filemanagement/dfs_service/utils/work/src/ |
H A D | async_work.cpp | 23 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 D | symlink.cpp | 30 static tuple<bool, string, string> GetSymlinkArg(napi_env env, const NFuncArg &funcArg) in GetSymlinkArg() argument [all...] |
H A D | posix_fallocate.cpp | 30 static tuple<bool, int, int, int> GetPosixFallocateArg(napi_env env, const NFuncArg &funcArg) in GetPosixFallocateArg() argument [all...] |
H A D | lseek.cpp | 28 static tuple<bool, int, int, int> GetLseekArg(napi_env env, const NFuncArg &funcArg) in GetLseekArg() argument [all...] |
H A D | link.cpp | 31 static tuple<bool, string, string> GetLinkArg(napi_env env, const NFuncArg &funcArg) in GetLinkArg() argument [all...] |
H A D | open.cpp | 107 static bool ParseFlags(napi_env env, const NFuncArg& funcArg, unsigned int& flags) in ParseFlags() argument [all...] |
H A D | create_stream.cpp | 54 static tuple<bool, string, string> GetCreateStreamArgs(napi_env env, const NFuncArg &funcArg) in GetCreateStreamArgs() argument [all...] |
H A D | fdopen_stream.cpp | 52 static tuple<bool, int, string> GetFdopenStreamArgs(napi_env env, const NFuncArg &funcArg) in GetFdopenStreamArgs() argument [all...] |
H A D | hash.cpp | 49 static tuple<bool, unique_ptr<char[]>, HASH_ALGORITHM_TYPE, bool> GetHashArgs(napi_env env, const NFuncArg &funcArg) in GetHashArgs() argument [all...] |
H A D | copy_file.cpp | 89 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 D | create_stream.cpp | 33 static tuple<bool, string, string> GetCreateStreamArgs(napi_env env, const NFuncArg &funcArg) in GetCreateStreamArgs() argument [all...] |
H A D | fdopen_stream.cpp | 33 static tuple<bool, int, string> GetFdopenStreamArgs(napi_env env, const NFuncArg &funcArg) in GetFdopenStreamArgs() argument [all...] |
H A D | symlink.cpp | 32 static tuple<bool, string, string> GetSymlinkArg(napi_env env, const NFuncArg &funcArg)
in GetSymlinkArg() argument [all...] |
H A D | copy_file.cpp | 173 static tuple<bool, int> ParseJsMode(napi_env env, const NFuncArg& funcArg)
in ParseJsMode() argument [all...] |
H A D | move.cpp | 61 static tuple<bool, unique_ptr<char[]>, unique_ptr<char[]>, int> ParseJsOperand(napi_env env, const NFuncArg& funcArg) in ParseJsOperand() argument [all...] |
H A D | copydir.cpp | 60 ParseAndCheckJsOperand(napi_env env, const NFuncArg &funcArg) ParseAndCheckJsOperand() argument [all...] |
H A D | create_randomaccessfile.cpp | 104 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 D | hash.cpp | 37 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 D | volumemanager_n_exporter.cpp | 37 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 D | timer_module.cpp | 76 jerry_value_t *funcArg = in CreateTimer() local
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/class_hashstream/ |
H A D | hashstream_n_exporter.cpp | 54 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 D | prop_n_operation.cpp | 34 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 D | session_restore_n_exporter.cpp | 314 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 D | stream_n_exporter.cpp | 227 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 D | file_n_exporter.cpp | 85 static bool GetExclusive(napi_env env, NFuncArg &funcArg, bool &exclusive) in GetExclusive() argument [all...] |