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 D | read_lines.cpp | 106 static NError AsyncExec(ReaderIteratorArg &readerIterator, const string &pathStr) in AsyncExec() function 154 return AsyncExec(*arg, pathStr); in Async()
|
H A D | create_randomaccessfile.cpp | 216 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 D | read_text.cpp | 127 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()
|