Home
last modified time | relevance | path

Searched refs:into (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmod.rs34 /// the file or the slice and convert it into request body.
153 Poll::Ready(Err(_)) => return Poll::Ready(Err(std::io::ErrorKind::Other.into())), in poll_read()
160 Poll::Ready(Err(_)) => return Poll::Ready(Err(std::io::ErrorKind::Other.into())), in poll_read()
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Derror.rs54 cause: cause.map(Into::into), in other()
82 cause: cause.map(Into::into),
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dcloud_db.rs55 /// Insert a batch of value buckets into the cloud database, with specific target table name.
152 results.push(value_bucket.into()); in batch_delete()
179 Ok(ret.into()) in batch_query()
310 results.push(value_bucket.into()); in upload()
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/
H A Dmod.rs110 .body(request.body.into())
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreQueryByStepSync.test.js73 console.error(TAG + `insert data into table test failed, err code:${err.code}, message:${err.message}`)
H A DRdbStoreQueryByStep.test.js73 console.error(TAG + `insert data into table test failed, err code:${err.code}, message:${err.message}`)

Completed in 3 milliseconds