Home
last modified time | relevance | path

Searched refs:GetHashArgs (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dhash.cpp49 static tuple<bool, unique_ptr<char[]>, HASH_ALGORITHM_TYPE, bool> GetHashArgs(napi_env env, const N… in GetHashArgs() function
87 auto [succ, fpath, algType, isPromise] = GetHashArgs(env, funcArg); in Async()
/ohos5.0/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 N… in GetHashArgs() function
80 auto [succ, fpath, algType, isPromise] = GetHashArgs(env, funcArg); in Async()