Home
last modified time | relevance | path

Searched refs:unprocessed (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dmod.rs386 unprocessed: Result<Uri, InvalidUri>, field
419 self.unprocessed = self.unprocessed.and_then(move |mut unprocessed| { in scheme()
422 Ok(unprocessed) in scheme()
443 self.unprocessed = self.unprocessed.and_then(move |mut unprocessed| { in authority()
446 Ok(unprocessed) in authority()
466 self.unprocessed = self.unprocessed.and_then(move |mut unprocessed| { in path()
469 Ok(unprocessed) in path()
489 self.unprocessed = self.unprocessed.and_then(move |mut unprocessed| { in query()
492 Ok(unprocessed) in query()
513 self.unprocessed in build()
[all …]
/ohos5.0/drivers/interface/camera/v1_2/
H A DIImageProcessSession.idl42 * @brief Get the IDs of the pending images which are unprocessed.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_2/
H A DIImageProcessSession.idl42 * @brief Get the IDs of the pending images which are unprocessed.
/ohos5.0/drivers/interface/camera/v1_3/
H A DIVideoProcessSession.idl33 * @brief Get the IDs of the pending video which are unprocessed.
/ohos5.0/docs/en/application-dev/dfx/
H A Dapprecovery-guidelines.md5 During application running, some unexpected behaviors are inevitable. For example, unprocessed exce…
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-about-error.md488 // Obtain the last unprocessed exception.
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dnapi.md295 …is not an object, the exported symbol returns **napi_object_expected** with **result** unprocessed.