Home
last modified time | relevance | path

Searched refs:AsyncExec (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dread_lines.cpp106 static NError AsyncExec(ReaderIteratorArg &readerIterator, const string &pathStr) in AsyncExec() function
154 return AsyncExec(*arg, pathStr); in Async()
H A Dcreate_randomaccessfile.cpp216 NError AsyncExec(shared_ptr<AsyncCreateRandomAccessFileArg> arg, in AsyncExec() function
263 return AsyncExec(arg, movedFileInfo, flags); in Async()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dread_text.cpp127 static UniError AsyncExec(const std::string &path, std::shared_ptr<AsyncReadTextArg> arg, int64_t p… in AsyncExec() function
195 return AsyncExec(path, arg, position, hasLen, len); in Async()