Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/
H A Derror.rs131 pub fn is_tls_error(&self) -> bool { in is_tls_error() method
/ohos5.0/base/request/request/services/src/task/
H A Ddownload.rs176 } else if e.is_tls_error() { in download_inner()
H A Dupload.rs415 } else if e.is_tls_error() { in upload_one_file()