Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
Drequest_data.h53 std::string responseType; variable
/foundation/arkui/ace_engine/adapter/preview/osal/
Drequest_data.h70 void SetResponseType(const std::string responseType) in SetResponseType()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dricheditor_model_impl.cpp42 void RichEditorModelImpl::BindSelectionMenu(RichEditorType& editorType, ResponseType& responseType, in BindSelectionMenu()
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
Dhttp_async_callback.cpp73 std::string responseType = requestData.GetResponseType(); in ResponseDataToJsValue() local
Dfetch_module.cpp259 …std::unique_ptr<char, decltype(&FreeString)> responseType(JSI::ValueToString(value.get()), FreeStr… in GetResponseTypeFromOptions() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_pattern.h61 ResponseType responseType; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_richeditor.cpp452 ResponseType responseType = ResponseType::LONG_PRESS; in BindSelectionMenu() local
Djs_view_abstract.cpp5280 ResponseType responseType = ResponseType::LONG_PRESS; in JsBindContextMenu() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_hal/hdi/inc/
Dwifi_hdi_struct.h271 const uint8_t *responseType; member
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dinspector_composed_element.cpp1377 auto responseType = AceType::DynamicCast<RenderBox>(node); in GetBindContextMenu() local