Home
last modified time | relevance | path

Searched refs:FORBIDDEN (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/update/updateservice/foundations/model/include/
H A Dcall_result.h35 FORBIDDEN = 103, enumerator
46 constexpr int32_t INT_FORBIDDEN = CAST_INT(CallResult::FORBIDDEN);
/ohos5.0/base/msdp/device_status/test/unittest/services/unittest/src/
H A Ddrag_data_manager_test.cpp133 DRAG_DATA_MGR.SetDragStyle(DragCursorStyle::FORBIDDEN);
134 EXPECT_TRUE(DRAG_DATA_MGR.GetDragStyle() == DragCursorStyle::FORBIDDEN);
154 DRAG_DATA_MGR.SetDragStyle(DragCursorStyle::FORBIDDEN);
155 EXPECT_FALSE(DRAG_DATA_MGR.GetDragStyle() != DragCursorStyle::FORBIDDEN);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_types.h70 FORBIDDEN = 0xC3, // 403 Forbidden - operation is understood but refused enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/interaction/
H A Dinteraction_data.h26 FORBIDDEN, enumerator
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_response.h45 FORBIDDEN, enumerator
/ohos5.0/foundation/communication/netstack/interfaces/kits/js/
H A D@ohos.net.http.d.ts1780 FORBIDDEN,
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h42 FORBIDDEN, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H A Dinteraction_impl.cpp179 case OHOS::Ace::DragCursorStyleCore::FORBIDDEN: in TranslateDragCursorStyle()
180 return Msdp::DeviceStatus::DragCursorStyle::FORBIDDEN; in TranslateDragCursorStyle()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h133 FORBIDDEN, enumerator
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_hisysevent.cpp37 { DragCursorStyle::FORBIDDEN, "FORBIDDEN" },
H A Ddrag_manager.cpp722 { DragCursorStyle::FORBIDDEN, "forbidden" }, in GetDragCursorStyle()
1217 (DRAG_DATA_MGR.GetDragStyle() == DragCursorStyle::FORBIDDEN)) { in DragKeyEventCallback()
1283 case DragCursorStyle::FORBIDDEN : { in GetDragStyleName()
H A Ddrag_drawing.cpp1572 if ((g_drawingInfo.currentStyle == DragCursorStyle::FORBIDDEN) && in NeedAdjustSvgInfo()
1596 case DragCursorStyle::FORBIDDEN: { in GetFilePath()
/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_drag_drawing_test.cpp200 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::FORBIDDEN);
242 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::FORBIDDEN);
293 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::FORBIDDEN);
332 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::FORBIDDEN);
H A Dinteraction_manager_test.cpp229 { DragCursorStyle::FORBIDDEN, "forbidden"}, in PrintStyleMessage()
/ohos5.0/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Ddrag_data.h211 FORBIDDEN, enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/response/
H A Dstatus.rs359 (403, FORBIDDEN, "Forbidden"),
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Ddefine_property.cpp72 DECLARE_CALL_RESULT_PROPERTY(CallResult::FORBIDDEN), in DefineCallResult()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp167 DECLARE_RESPONSE_CODE(FORBIDDEN), in InitResponseCode()
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp215 { DragCursorStyle::FORBIDDEN, "forbidden"}, in PrintStyleMessage()
477 DragCursorStyle::FORBIDDEN, DragCursorStyle::COPY, DragCursorStyle::MOVE};
1078 std::vector<DragCursorStyle> dragCursorStyles = {DragCursorStyle::FORBIDDEN,
/ohos5.0/foundation/communication/netstack/
H A DREADME_zh.md119 | FORBIDDEN | 403 | 服务器理解请求客户端的请求,但是拒绝执行此请求。 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-network.md99 | ohos.net.http | ResponseCode | FORBIDDEN | 新增 |
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-common-events-drag-event.md177 …定义接收的数据类型,这将影响角标显示。当拖拽的数据符合定义的允许落入的数据类型时,显示“COPY”角标。当拖拽的数据类型不在允许范围内时,显示“FORBIDDEN”角标。若未设置allowDrop…
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-network.md99 | ohos.net.http | ResponseCode | FORBIDDEN | Added|
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-events-drag-event.md177 …e is displayed when the drag data matches the allowed data types, the **FORBIDDEN** badge is displ…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Djs-apis-http.md1158 | FORBIDDEN | 403 | 服务器理解请求客户端的请求,但是拒绝执行此请求。<br>**原子化服务API:** 从API version 11开始,该接口支持在原子化服…

12