Home
last modified time | relevance | path

Searched defs:responseType (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Drequest_data.h53 std::string responseType; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Drequest_data.h70 void SetResponseType(const std::string responseType) in SetResponseType()
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_async_callback.cpp73 std::string responseType = requestData.GetResponseType(); in ResponseDataToJsValue() local
H A Dfetch_module.cpp259 …std::unique_ptr<char, decltype(&FreeString)> responseType(JSI::ValueToString(value.get()), FreeStr… in GetResponseTypeFromOptions() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model.h142 virtual void BindSelectionMenu(NG::TextSpanType& spanType, NG::TextResponseType& responseType, in BindSelectionMenu()
H A Dtext_pattern.cpp3515 void TextPattern::BindSelectionMenu(TextSpanType spanType, TextResponseType responseType, in BindSelectionMenu()
3546 …lectionMenuParams> TextPattern::GetMenuParams(TextSpanType spanType, TextResponseType responseType) in GetMenuParams()
3558 … TextPattern::CopySelectionMenuParams(SelectOverlayInfo& selectInfo, TextResponseType responseType) in CopySelectionMenuParams()
H A Dtext_model_ng.cpp618 void TextModelNG::BindSelectionMenu(TextSpanType& spanType, TextResponseType& responseType, in BindSelectionMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dricheditor_model_impl.h34 void BindSelectionMenu(NG::TextSpanType& editorType, NG::TextResponseType& responseType, in BindSelectionMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp297 auto responseType = pattern->textResponseType_.value_or(TextResponseType::NONE); in OnUpdateSelectOverlayInfo() local
335 TextSpanType selectType, TextResponseType responseType) in CheckMenuParamChange()
H A Drich_editor_pattern.cpp7153 …ditorPattern::CopySelectionMenuParams(SelectOverlayInfo& selectInfo, TextResponseType responseType) in OnBackPressed()
7169 TextResponseType responseType, bool handleReverse) in OnBackPressed()
7892 auto responseType = static_cast<TextResponseType>( in OnBackPressed() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_ffi.cpp64 … int32_t spantype, void(*content)(), int32_t responseType, void(*onAppear)(), void(*onDisappear)()) in FfiOHOSAceFrameworkRichEditorBindSelectionMenu()
H A Dcj_view_abstract_ffi.cpp1163 void FfiOHOSAceFrameworkViewAbstractBindContextMenu(void (*builder)(), int32_t responseType) in FfiOHOSAceFrameworkViewAbstractBindContextMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_selector.h256 TextResponseType responseType; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test_ng.cpp730 auto responseType = TextResponseType::RIGHT_CLICK; variable
755 auto responseType = TextResponseType::RIGHT_CLICK; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h179 std::optional<int32_t> responseType; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h90 ResponseType responseType; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text.cpp992 NG::TextResponseType responseType = NG::TextResponseType::LONG_PRESS; in BindSelectionMenu() local
H A Djs_richeditor.cpp989 NG::TextResponseType responseType = NG::TextResponseType::LONG_PRESS; in BindSelectionMenu() local
H A Djs_web.cpp3233 ResponseType responseType = in BindSelectionMenu() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp1343 const WebElementType& type, const ResponseType& responseType) in GetPreviewSelectionMenuParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1381 auto responseType = AceType::DynamicCast<RenderBox>(node); in GetBindContextMenu() local
/ohos5.0/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_common.h282 SmsCmaeResponseType responseType; member
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_struct.h275 const uint8_t *responseType; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp413 TextResponseType responseType, bool handleReverse) in ShowContextSelectOverlay()
491 const WebElementType& type, const ResponseType& responseType) in GetPreviewSelectionMenuParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4270 bindContextMenu(content, responseType, options) { argument
8455 bindSelectionMenu(spanType, content, responseType, options) { argument
10330 bindContextMenu(content, responseType, options) { argument
25721 bindContextMenu(content, responseType, options) { argument

12