Home
last modified time | relevance | path

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

/ohos5.0/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() function
57 auto [resGetCreateStreamArgs, argPath, argMode] = GetCreateStreamArgs(env, funcArg); in Sync()
82 auto [resGetCreateStreamArgs, argPath, argMode] = GetCreateStreamArgs(env, funcArg); in Async()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dcreate_stream.cpp54 static tuple<bool, string, string> GetCreateStreamArgs(napi_env env, const NFuncArg &funcArg) in GetCreateStreamArgs() function
79 auto [resGetCreateStreamArgs, argPath, argMode] = GetCreateStreamArgs(env, funcArg); in Sync()
105 auto [resGetCreateStreamArgs, argPath, argMode] = GetCreateStreamArgs(env, funcArg); in Async()