/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
H A D | streams.rs | 97 Closed(CloseReason), 101 pub(crate) enum CloseReason { enum 171 H2StreamState::Closed(CloseReason::EndStream) 549 CloseReason::LocalRst in send_local_reset() 550 | CloseReason::LocalGoAway in send_local_reset() 551 | CloseReason::RemoteRst in send_local_reset() 552 | CloseReason::RemoteGoAway, in send_local_reset() 554 H2StreamState::Closed(CloseReason::EndStream) => { in send_local_reset() 599 H2StreamState::Closed(CloseReason::EndStream) in send_headers_frame() 686 H2StreamState::Closed(CloseReason::LocalGoAway | CloseReason::LocalRst) => { in recv_headers() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_context_select_overlay.cpp | 111 CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnMenuItemAction() 115 CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnMenuItemAction() 119 CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnMenuItemAction() 123 CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnMenuItemAction() 142 void WebContextSelectOverlay::OnCloseOverlay(OptionMenuType menuType, CloseReason reason, RefPtr<Ov… in OnCloseOverlay() 153 CloseOverlay(false, CloseReason::CLOSE_REASON_CLICK_OUTSIDE); in OnHandleGlobalTouchEvent()
|
H A D | web_context_select_overlay.h | 56 …void OnCloseOverlay(OptionMenuType menuType, CloseReason reason, RefPtr<OverlayInfo> info = nullpt…
|
H A D | web_pattern.cpp | 423 contextSelectOverlay_->CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in CloseContextSelectionMenu()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/ |
H A D | select_content_overlay_manager.h | 47 void Close(int32_t id, bool animation, CloseReason reason); 48 bool CloseCurrent(bool animation, CloseReason reason); 49 void CloseWithOverlayId(int32_t overlayId, CloseReason reason, bool animation); 104 bool CloseInternal(int32_t holderId, bool animation, CloseReason reason);
|
H A D | select_content_overlay_manager.cpp | 94 CloseInternal(prevOwnerId, false, CloseReason::CLOSE_REASON_HOLD_BY_OTHER); in SetHolder() 130 … CloseInternal(selectOverlayHolder_->GetOwnerId(), false, CloseReason::CLOSE_REASON_BY_RECREATE); in Show() 611 bool SelectContentOverlayManager::CloseInternal(int32_t id, bool animation, CloseReason reason) in CloseInternal() 692 bool SelectContentOverlayManager::CloseCurrent(bool animation, CloseReason reason) in CloseCurrent() 699 void SelectContentOverlayManager::CloseWithOverlayId(int32_t overlayId, CloseReason reason, bool an… in CloseWithOverlayId() 710 void SelectContentOverlayManager::Close(int32_t id, bool animation, CloseReason reason) in Close()
|
H A D | select_overlay_callback.h | 95 …virtual void OnCloseOverlay(OptionMenuType menuType, CloseReason reason, RefPtr<OverlayInfo> info …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_select_overlay.cpp | 231 CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnHandleMoveDone() 362 CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnMenuItemAction() 396 void RichEditorSelectOverlay::OnCloseOverlay(OptionMenuType menuType, CloseReason reason, RefPtr<Ov… in OnCloseOverlay() 404 reason != CloseReason::CLOSE_REASON_DRAG_FLOATING; in OnCloseOverlay() 405 auto isBackPressed = reason == CloseReason::CLOSE_REASON_BACK_PRESSED; in OnCloseOverlay() 406 auto isHoldByOther = reason == CloseReason::CLOSE_REASON_HOLD_BY_OTHER; in OnCloseOverlay() 421 CloseOverlay(false, CloseReason::CLOSE_REASON_CLICK_OUTSIDE); in OnHandleGlobalTouchEvent()
|
H A D | rich_editor_select_overlay.h | 53 …void OnCloseOverlay(OptionMenuType menuType, CloseReason reason, RefPtr<OverlayInfo> info = nullpt…
|
H A D | rich_editor_pattern.cpp | 6730 selectOverlay_->CloseOverlay(false, CloseReason::CLOSE_REASON_NORMAL); in OnBackPressed() 7514 selectOverlay_->CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnBackPressed() 7519 selectOverlay_->CloseOverlay(false, CloseReason::CLOSE_REASON_DRAG_FLOATING); in OnBackPressed()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/ |
H A D | select_overlay_manager.cpp | 56 selectContentManager_->CloseCurrent(false, CloseReason::CLOSE_REASON_HOLD_BY_OTHER); in CreateAndShowSelectOverlay() 160 …animation, isBackPressed ? CloseReason::CLOSE_REASON_BACK_PRESSED : CloseReason::CLOSE_REASON_NORM… in ResetSelectionAndDestroySelectOverlay() 423 void SelectOverlayManager::CloseSelectContentOverlay(int32_t overlayId, CloseReason reason, bool an… in CloseSelectContentOverlay()
|
H A D | select_overlay_manager.h | 116 void CloseSelectContentOverlay(int32_t overlayId, CloseReason reason, bool animation);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_select_overlay.cpp | 246 CloseOverlay(false, CloseReason::CLOSE_REASON_NORMAL); in OnHandleMoveDone() 382 void TextSelectOverlay::OnCloseOverlay(OptionMenuType menuType, CloseReason reason, RefPtr<OverlayI… in OnCloseOverlay() 387 …if (reason == CloseReason::CLOSE_REASON_HOLD_BY_OTHER || reason == CloseReason::CLOSE_REASON_TOOL_… in OnCloseOverlay() 388 reason == CloseReason::CLOSE_REASON_BACK_PRESSED) { in OnCloseOverlay()
|
H A D | base_text_select_overlay.h | 85 void CloseOverlay(bool animation, CloseReason reason); 221 …void OnCloseOverlay(OptionMenuType menuType, CloseReason reason, RefPtr<OverlayInfo> info) overrid…
|
H A D | text_select_overlay.h | 58 …void OnCloseOverlay(OptionMenuType menuType, CloseReason reason, RefPtr<OverlayInfo> info = nullpt…
|
H A D | base_text_select_overlay.cpp | 126 void BaseTextSelectOverlay::CloseOverlay(bool animation, CloseReason reason) in CloseOverlay() 210 CloseOverlay(false, CloseReason::CLOSE_REASON_CLICK_OUTSIDE); in OnHandleGlobalTouchEvent() 719 void BaseTextSelectOverlay::OnCloseOverlay(OptionMenuType menuType, CloseReason reason, RefPtr<Over… in OnCloseOverlay()
|
H A D | text_pattern.cpp | 169 selectOverlay_->CloseOverlay(animation, CloseReason::CLOSE_REASON_NORMAL); in CloseSelectOverlay()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_context_select_overlay_test.cpp | 651 CloseReason reason = CloseReason::CLOSE_REASON_NORMAL; 676 CloseReason reason = CloseReason::CLOSE_REASON_NORMAL; 706 CloseReason reason = CloseReason::CLOSE_REASON_NORMAL;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_select_overlay.h | 64 …void OnCloseOverlay(OptionMenuType menuType, CloseReason reason, RefPtr<OverlayInfo> info = nullpt…
|
H A D | text_field_select_overlay.cpp | 105 void TextFieldSelectOverlay::OnCloseOverlay(OptionMenuType menuType, CloseReason reason, RefPtr<Ove… in OnCloseOverlay() 111 if (CloseReason::CLOSE_REASON_BACK_PRESSED == reason) { in OnCloseOverlay() 494 CloseOverlay(true, CloseReason::CLOSE_REASON_NORMAL); in OnHandleMoveDone()
|
H A D | text_field_pattern.cpp | 3411 selectOverlay_->CloseOverlay(animation, CloseReason::CLOSE_REASON_NORMAL); in CloseSelectOverlay()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | select_overlay_manager_test_ng.cpp | 1801 CloseReason reason = CloseReason::CLOSE_REASON_NORMAL; 1853 CloseReason reason = CloseReason::CLOSE_REASON_NORMAL;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_property.h | 139 enum class CloseReason { enum
|
H A D | select_overlay_node.cpp | 323 … overlayManager->CloseSelectContentOverlay(overlayId, CloseReason::CLOSE_REASON_TOOL_BAR, false); in BindButtonClickEvent() 1116 … overlayManager->CloseSelectContentOverlay(overlayId, CloseReason::CLOSE_REASON_TOOL_BAR, false); in GetDefaultOptionCallback() 1199 … overlayManager->CloseSelectContentOverlay(overlayId, CloseReason::CLOSE_REASON_TOOL_BAR, false); in addMenuOptionItemsParams()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_overlay_test_ng.cpp | 1488 OptionMenuType::MOUSE_MENU, CloseReason::CLOSE_REASON_BACK_PRESSED, info); 1714 OptionMenuType::MOUSE_MENU, CloseReason::CLOSE_REASON_BACK_PRESSED, info);
|