Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 11 of 11) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/rust/src/
Dadapter.rs59 pub(crate) unsafe fn error_control(err: Error) { in error_control()
74 pub(crate) unsafe fn read_lines(path: *const c_char) -> Result<*mut StringVector, Error> { in read_lines() argument
99 pub(crate) unsafe fn next_line(lines: *mut StringVector) -> Result<*mut Str, Error> { in next_line() argument
116 pub(crate) fn seek(fd: i32, offset: i64, pos: SeekPos) -> Result<(), Error> { in seek() argument
129 pub(crate) fn create_dir(path: *const c_char, mode: MakeDirectionMode) -> Result<(), Error> { in create_dir() argument
146 pub(crate) fn get_parent(fd: i32) -> Result<*mut Str, Error> { in get_parent() argument
/foundation/filemanagement/app_file_service/utils/rust/tar/src/
Dbackup.rs111 ) -> Result<(), Box<dyn Error>> { in backup_files()
208 fn new(path: PathBuf, compress_algorithm: CompressAlgorithm) -> Result<Self, io::Error> { in new()
226 fn append_file(&mut self, achievable_path: &PathBuf) -> Result<usize, io::Error> { in append_file()
250 fn finish(self) -> Result<(), io::Error> { in finish()
281 async fn archive(&mut self) -> Result<(), Box<dyn Error>> { in archive()
298 async fn archive_single_file(&mut self, path: PathBuf) -> Result<Option<Archive>, io::Error> { in archive_single_file()
340 fn retrieve_cur_tar(&mut self) -> Result<Option<Archive>, io::Error> { in retrieve_cur_tar()
/foundation/filemanagement/app_file_service/utils/rust/src/
Dlib.rs28 fn canonicalize(path: String) -> Result<String, Error> { in canonicalize() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_watcher.cpp26 using Error = DistributedData::GeneralError; typedef
/foundation/multimedia/image_framework/mock/native/src/
DHiLog.cpp40 int HiLog::Error(const HiLogLabel &label, const char *fmt, ...) in Error() function in OHOS::HiviewDFX::HiLog
/foundation/communication/ipc/ipc/native/src/napi_common/include/
Dnapi_rpc_error.h53 inline void Error(int32_t errorCode) in Error() function
/foundation/arkui/napi/utils/
Dlog.h35 Error, enumerator
/foundation/multimedia/player_framework/frameworks/js/avplayer/
Davplayer_callback.cpp67 struct Error : public Base { struct in OHOS::Media::NapiCallback
68 std::string errorMsg = "unknown";
69 MediaServiceExtErrCodeAPI9 errorCode = MSERR_EXT_API9_UNSUPPORT_FORMAT;
70 void UvWork() override in UvWork()
/foundation/multimedia/av_codec/services/engine/codec/include/video/
Dfcodec.h91 Error, enumerator
/foundation/communication/ipc/example/rust_test/service/src/
Dlib.rs74 type Error = IpcStatusCode; typedef
/foundation/communication/ipc/ipc/native/test/unittest/rust/service/src/
Dlib.rs74 type Error = IpcStatusCode; typedef