/ohos5.0/base/update/updateservice/foundations/model/include/ |
H A D | call_result.h | 35 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 D | drag_data_manager_test.cpp | 133 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 D | obex_types.h | 70 FORBIDDEN = 0xC3, // 403 Forbidden - operation is understood but refused enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/interaction/ |
H A D | interaction_data.h | 26 FORBIDDEN, enumerator
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/ |
H A D | http_client_response.h | 45 FORBIDDEN, enumerator
|
/ohos5.0/foundation/communication/netstack/interfaces/kits/js/ |
H A D | @ohos.net.http.d.ts | 1780 FORBIDDEN,
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/include/ |
H A D | constant.h | 42 FORBIDDEN, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/ |
H A D | interaction_impl.cpp | 179 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 D | constant.h | 133 FORBIDDEN, enumerator
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_hisysevent.cpp | 37 { DragCursorStyle::FORBIDDEN, "FORBIDDEN" },
|
H A D | drag_manager.cpp | 722 { DragCursorStyle::FORBIDDEN, "forbidden" }, in GetDragCursorStyle() 1217 (DRAG_DATA_MGR.GetDragStyle() == DragCursorStyle::FORBIDDEN)) { in DragKeyEventCallback() 1283 case DragCursorStyle::FORBIDDEN : { in GetDragStyleName()
|
H A D | drag_drawing.cpp | 1572 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 D | interaction_drag_drawing_test.cpp | 200 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 D | interaction_manager_test.cpp | 229 { DragCursorStyle::FORBIDDEN, "forbidden"}, in PrintStyleMessage()
|
/ohos5.0/base/msdp/device_status/interfaces/innerkits/interaction/include/ |
H A D | drag_data.h | 211 FORBIDDEN, enumerator
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/response/ |
H A D | status.rs | 359 (403, FORBIDDEN, "Forbidden"),
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | define_property.cpp | 72 DECLARE_CALL_RESULT_PROPERTY(CallResult::FORBIDDEN), in DefineCallResult()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/ |
H A D | http_module.cpp | 167 DECLARE_RESPONSE_CODE(FORBIDDEN), in InitResponseCode()
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/ |
H A D | drag_manager_test.cpp | 215 { 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 D | README_zh.md | 119 | FORBIDDEN | 403 | 服务器理解请求客户端的请求,但是拒绝执行此请求。 |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-network.md | 99 | ohos.net.http | ResponseCode | FORBIDDEN | 新增 |
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-common-events-drag-event.md | 177 …定义接收的数据类型,这将影响角标显示。当拖拽的数据符合定义的允许落入的数据类型时,显示“COPY”角标。当拖拽的数据类型不在允许范围内时,显示“FORBIDDEN”角标。若未设置allowDrop…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-network.md | 99 | ohos.net.http | ResponseCode | FORBIDDEN | Added|
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-common-events-drag-event.md | 177 …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 D | js-apis-http.md | 1158 | FORBIDDEN | 403 | 服务器理解请求客户端的请求,但是拒绝执行此请求。<br>**原子化服务API:** 从API version 11开始,该接口支持在原子化服…
|