/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | table.rs | 248 2 => Some(Field::Other(String::from("age"))), in field_name() 252 6 => Some(Field::Other(String::from("date"))), in field_name() 253 7 => Some(Field::Other(String::from("etag"))), in field_name() 279 73..=74 => Some(Field::Other(String::from( in field_name() 331 Field::Other(String::from("accept")), in field() 431 Field::Other(String::from("range")), in field() 447 Field::Other(String::from("vary")), in field() 515 Field::Other(String::from("purpose")), in field() 696 Other(String), enumerator 707 Field::Other(s) => s.len(), in len() [all …]
|
H A D | encoder.rs | 407 Field::Other(String::from("custom-key")), in speculative_insert() 426 Field::Other(String::from("custom-key")), in duplicate_instruction_stream_cancellation() 443 Field::Other(String::from("custom-key")), in duplicate_instruction_stream_cancellation() 462 Field::Other(String::from("custom-key")), in dynamic_table_insert_eviction() 478 Field::Other(String::from("custom-key")), in dynamic_table_insert_eviction() 495 Field::Other(String::from("custom-key")), in test_ack() 527 Field::Other(String::from("custom-key")), in encode_post_name() 539 Field::Other(String::from("custom-key")), in encode_post_name() 572 Field::Other(String::from("custom-key")), in test_indexing_with_litreal()
|
H A D | decoder.rs | 417 Name::Literal(octets) => Field::Other( in get_field_by_name_and_value() 560 Name::Literal(octets) => Field::Other( in get_field_by_name_and_value() 829 Field::Other(String::from("custom-field")), in ut_qpack_decoder() 834 Field::Other(String::from("my-field")), in ut_qpack_decoder() 853 Field::Other(String::from("custom1-field")), in ut_qpack_decoder() 858 Field::Other(String::from("custom2-field")), in ut_qpack_decoder() 863 Field::Other(String::from("custom3-field")), in ut_qpack_decoder() 892 Field::Other(String::from("custom-field")), in ut_qpack_decoder() 897 Field::Other(String::from("my-field")), in ut_qpack_decoder() 917 Field::Other(String::from("custom1-field")), in ut_qpack_decoder() [all …]
|
H A D | integer.rs | 96 Other, enumerator 129 self.state = IntegerEncodeState::Other; in next_byte() 132 IntegerEncodeState::Other => Some(if self.i >= 128 { in next_byte()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
H A D | table.rs | 254 21 => Some(Header::Other(String::from("age"))), in header_name() 266 33 => Some(Header::Other(String::from("date"))), in header_name() 267 34 => Some(Header::Other(String::from("etag"))), in header_name() 270 37 => Some(Header::Other(String::from("from"))), in header_name() 271 38 => Some(Header::Other(String::from("host"))), in header_name() 278 45 => Some(Header::Other(String::from("link"))), in header_name() 292 59 => Some(Header::Other(String::from("vary"))), in header_name() 293 60 => Some(Header::Other(String::from("via"))), in header_name() 412 Other(String), enumerator 428 Header::Other(s) => s.len(), in len() [all …]
|
H A D | encoder.rs | 103 Header::Other(String::from("custom-key")), in ut_hpack_encoder() 153 Header::Other(String::from("cache-control")), in ut_hpack_encoder() 171 Header::Other(String::from("custom-key")), in ut_hpack_encoder() 195 Header::Other(String::from("cache-control")), in ut_hpack_encoder() 197 Header::Other(String::from("date")), in ut_hpack_encoder() 199 Header::Other(String::from("location")), in ut_hpack_encoder() 213 Header::Other(String::from("date")), in ut_hpack_encoder() 215 Header::Other(String::from("location")), in ut_hpack_encoder() 237 Header::Other(String::from("date")), in ut_hpack_encoder() 239 Header::Other(String::from("location")), in ut_hpack_encoder() [all …]
|
H A D | integer.rs | 107 Other, enumerator 132 self.state = IntegerEncodeState::Other; in next_byte() 135 IntegerEncodeState::Other => Some(if self.i >= 128 { in next_byte()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/ |
H A D | error.rs | 69 kind: ErrorKind::Other, in other() 70 cause: Cause::Other(cause.into()), in other() 143 cause: Cause::Other(err.into()), in from_error() 232 Other, enumerator 264 Self::Other => "Other Error", in as_str() 280 Other(Box<dyn error::Error + Send + Sync>), enumerator 292 Self::Other(err) => Debug::fmt(err, f), in fmt() 306 Self::Other(err) => Display::fmt(err, f), in fmt() 356 assert_eq!(ErrorKind::Other.as_str(), "Other Error"); in ut_err_as_str() 373 assert_eq!(other.error_kind(), ErrorKind::Other); in ut_err_kind() [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
H A D | error.rs | 75 Other, enumerator 87 ErrorKind::Other => "other error", in as_str() 190 io::Error::new(io::ErrorKind::Other, e) in from() 242 ScheduleError::new(ErrorKind::Other, std::sync::mpsc::RecvTimeoutError::Timeout); in ut_schedule_error_new() 267 let simple_error: ScheduleError = ErrorKind::Other.into(); in ut_schedule_error_kind() 281 let simple_error: ScheduleError = ErrorKind::Other.into(); in ut_schedule_error_into_inner()
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/ |
H A D | error.rs | 53 kind: ErrorKind::Other, in other() 97 _ => ErrorKind::Other, in from() 137 Other, enumerator 161 Self::Other => "Other Error", in as_str()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | error.rs | 44 ScheduleError::new(ErrorKind::Other, std::sync::mpsc::RecvTimeoutError::Timeout); in sdv_schedule_error_new() 69 let simple_error: ScheduleError = ErrorKind::Other.into(); in sdv_schedule_error_kind() 83 let simple_error: ScheduleError = ErrorKind::Other.into(); in sdv_schedule_error_into_inner()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-clock-des.md | 39 … | Closes a clock device. | **0**: The operation is successful.<br>Other value: The operati… 40 … | Enables clock. | **0**: The operation is successful.<br>Other value: The operati… 41 … | Disables clock. | **0**: The operation is successful.<br>Other value: The operati… 42 …ate); | Sets the clock rate. | **0**: The operation is successful.<br>Other value: The operati… 43 …e); | Obtains the clock rate. | **0**: The operation is successful.<br>Other value: The operati… 44 …arent); | Sets the parent clock. | **0**: The operation is successful.<br>Other value: The operati… 45 … | Obtains the parent clock. | **0**: The operation is successful.<br>Other value: The operati…
|
/ohos5.0/base/request/request/services/src/service/client/ |
H A D | mod.rs | 56 return Err(ErrorCode::Other); in open_channel() 63 Err(ErrorCode::Other) in open_channel() 72 return ErrorCode::Other; in subscribe() 79 ErrorCode::Other in subscribe() 88 return ErrorCode::Other; in unsubscribe() 95 ErrorCode::Other in unsubscribe() 109 return ErrorCode::Other; in notify_process_terminate() 116 ErrorCode::Other in notify_process_terminate()
|
/ohos5.0/base/request/request/services/src/ |
H A D | error.rs | 23 Other = 13499999, enumerator 41 assert_eq!(ErrorCode::Other as i32, 13499999); in ut_enum_error_code()
|
/ohos5.0/docs/en/application-dev/reference/apis-universal-keystore-kit/ |
H A D | _o_h___huks___result.md | 22 | uint8_t \* [data](#data) | Other data. | 35 Other data returned.
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-power-battery-level-customization.md | 142 ··· (Only the battery level configuration is displayed here. Other information is omitted.) 166 ··· (Only the battery level configuration is displayed here. Other information is omitted.) 190 ··· (Only the battery level configuration is displayed here. Other information is omitted.) 214 ··· (Only the battery level configuration is displayed here. Other information is omitted.) 238 ··· (Only the battery level configuration is displayed here. Other information is omitted.) 262 ··· (Only the battery level configuration is displayed here. Other information is omitted.) 286 ··· (Only the battery level configuration is displayed here. Other information is omitted.)
|
H A D | subsys-dfx-hisysevent-logging.md | 270 ... // Other service logic 272 ... // Other service logic 293 ... // Other service logic 303 ... // Other service logic 321 ... // Other service logic 339 ... // Other service logic 350 ... // Other service logic 352 ... // Other service logic 359 ... // Other configuration items 366 ... // Other configuration items
|
H A D | subsys-security-huks-guide.md | 169 - Other values: The operation fails. 223 - Other values: The operation fails. 280 - Other values: The operation fails. 344 - Other values: The operation fails. 385 - Other values: The operation fails. 437 - Other values: The operation fails. 488 - Other values: The operation fails. 539 - Other values: The operation fails. 580 - Other values: The operation fails. 615 - Other values: The operation fails. [all …]
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | consts.rs | 120 Other, enumerator 137 const __: PrintMapItem = PrintMapItem::Other; // 其他字符 176 let item = PrintMapItem::Other; 178 assert_eq!(item, PrintMapItem::Other); 200 let item1 = PrintMapItem::Other; 202 assert_eq!(item1, PrintMapItem::Other);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | _ark_web___java_script_bridge_data.md | 20 …ly the String and ArrayBuffer types can be transferred from the frontend. Other types will be seri… 34 …ly the String and ArrayBuffer types can be transferred from the frontend. Other types will be seri…
|
/ohos5.0/base/request/request/services/src/service/command/ |
H A D | subscribe.rs | 43 reply.write(&(ErrorCode::Other as i32))?; in subscribe() 57 reply.write(&(ErrorCode::Other as i32))?; in subscribe()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | capture.h | 94 template<bool Check, typename... Other> in META_BEGIN_NAMESPACE() 97 static auto Call(Func& func, Other&&... other, Args&&... args) in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/ |
H A D | mod.rs | 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()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.33/ |
H A D | changelogs-bundlemanager.md | 7 Other 37 Other
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | errorcode-request.md | 65 Other error.
|