/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
H A D | error.rs | 49 Closed(T), enumerator 56 TrySendError::Closed(_) => write!(f, "channel is closed"), in fmt() 69 Closed, enumerator 76 TryRecvError::Closed => write!(f, "channel is closed"), in fmt() 89 Closed(T), 97 SendTimeoutError::Closed(_) => write!(f, "channel is closed"), 108 Closed, 116 RecvTimeoutError::Closed => write!(f, "channel is closed"), 142 let try_recv_err2 = TryRecvError::Closed; in ut_test_sync_error_display() 145 let try_timeout1 = RecvTimeoutError::Closed; in ut_test_sync_error_display()
|
H A D | semaphore_inner.rs | 51 Closed, enumerator 59 SemaphoreError::Closed => write!(f, "semaphore has been closed"), in fmt() 121 return Err(SemaphoreError::Closed); in try_acquire() 187 return Ready(Err(SemaphoreError::Closed)); in poll_acquire() 195 return Ready(Err(SemaphoreError::Closed)); in poll_acquire()
|
H A D | oneshot.rs | 332 .map_err(|_| TryRecvError::Closed), in try_recv() 333 CLOSED => Err(TryRecvError::Closed), in try_recv() 482 assert_eq!(rx.try_recv(), Err(TryRecvError::Closed)); in send_try_recv()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
H A D | streams.rs | 39 Closed, enumerator 97 Closed(CloseReason), enumerator 171 H2StreamState::Closed(CloseReason::EndStream) 288 H2StreamState::Closed(_) => {} in is_closed() 411 H2StreamState::Closed(_) => Ok(None), in headers() 430 H2StreamState::Closed(_) => Ok(DataReadState::Closed), in poll_read_body() 501 H2StreamState::Closed(_) => {} in get_go_away_streams() 524 H2StreamState::Closed(_) => {} in get_all_unclosed_streams() 548 H2StreamState::Closed( in send_local_reset() 554 H2StreamState::Closed(CloseReason::EndStream) => { in send_local_reset() [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/ |
H A D | array.rs | 54 Closed, enumerator 80 return SendPosition::Closed; in prepare_send() 126 SendPosition::Closed => Err(TrySendError::Closed(value)), in try_send() 136 SendPosition::Closed => Err(SendError(value)), in send() 161 Err(TryRecvError::Closed) in try_recv() 171 Err(TryRecvError::Closed) => return Ready(Err(RecvError)), in poll_recv() 179 Err(TryRecvError::Closed) => Ready(Err(RecvError)), in poll_recv() 236 SendPosition::Closed => return Ready(SendPosition::Closed), in poll()
|
H A D | mod.rs | 224 SendPosition::Closed => Err(SendTimeoutError::Closed(value)), in send_timeout() 472 Ok(res) => res.map_err(|_| RecvTimeoutError::Closed), in recv_timeout()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/ |
H A D | queue.rs | 212 Err(TryRecvError::Closed) in try_recv() 222 Err(TryRecvError::Closed) => return Ready(Err(RecvError)), in poll_recv() 230 Err(TryRecvError::Closed) => Ready(Err(RecvError)), in poll_recv()
|
H A D | mod.rs | 351 Ok(res) => res.map_err(|_| RecvTimeoutError::Closed), in recv_timeout()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-methods-alert-dialog-box.md | 250 console.info('Closed callbacks') 294 console.info('Closed callbacks') 346 console.info('Closed callbacks') 422 console.info('Closed callbacks') 479 console.info('Closed callbacks') 533 console.info('Closed callbacks') 582 console.info('Closed callbacks')
|
/ohos5.0/base/update/update_app/feature/ota/src/main/ets/dialog/ |
H A D | DialogHelper.ets | 70 logInfo('Closed callbacks'); 183 logInfo('Closed callbacks');
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | mpsc_test.rs | 73 assert_eq!(rx.try_recv(), Err(TryRecvError::Closed)); in sdv_unbounded_send_try_recv_test() 155 assert_eq!(rx.try_recv(), Err(TryRecvError::Closed)); in sdv_bounded_try_send_try_recv_test()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.8.2/ |
H A D | changelogs-arkui.md | 174 console.info('Closed callbacks')
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-sheet-page.md | 145 console.info('AlertDialog Closed callbacks')
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | errorcode-datashare.md | 68 ## 15700013 DataShareHelper Instance Closed
|
H A D | errorcode-distributedKVStore.md | 90 ## 15100005 KV Store or Result Set Closed
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-methods-alert-dialog-box.md | 261 console.info('Closed callbacks') 305 console.info('Closed callbacks') 357 console.info('Closed callbacks') 433 console.info('Closed callbacks') 490 console.info('Closed callbacks') 544 console.info('Closed callbacks') 593 console.info('Closed callbacks')
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.8.2/ |
H A D | changelogs-arkui.md | 174 console.info('Closed callbacks')
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/ |
H A D | deviceFound.ets | 280 LogUtil.info(ConfigData.TAG + 'Closed callbacks'); 786 LogUtil.info('Closed callbacks')
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subBrTestManager/ |
H A D | deviceFound.ets | 271 LogUtil.info(ConfigData.TAG + 'Closed callbacks'); 776 LogUtil.info('Closed callbacks')
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/ |
H A D | BrInterfaceTest.ets | 309 LogUtil.info('Closed callbacks')
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/ |
H A D | brTestManager.ets | 305 LogUtil.info('Closed callbacks')
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subSppTest/ |
H A D | sppServerTest.ets | 368 LogUtil.info('Closed callbacks')
|
H A D | sppClientTest.ets | 394 LogUtil.info('Closed callbacks')
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subSppTestManager/ |
H A D | sppServerManager.ets | 366 LogUtil.info('Closed callbacks')
|
H A D | sppClientManager.ets | 397 LogUtil.info('Closed callbacks')
|