Home
last modified time | relevance | path

Searched defs:RET_ERR (Results 1 - 17 of 17) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/tcp/
H A Dtcp_socket.h71 static constexpr int RET_ERR = -1; member in OHOS::CastEngine::CastEngineService::TcpSocket
H A Dtcp_connection.h60 static constexpr int RET_ERR = -1; member in OHOS::CastEngine::CastEngineService::TcpConnection
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_wrapper.h59 static constexpr int RET_ERR = -1; member in OHOS::CastEngine::CastEngineService::SoftBusWrapper
H A Dsoftbus_connection.h90 static const int RET_ERR = -1; member in OHOS::CastEngine::CastEngineService::SoftBusConnection
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/tcp/
H A Dtcp_socket.h71 static constexpr int RET_ERR = -1; member in OHOS::CastEngine::CastEngineService::TcpSocket
H A Dtcp_connection.h60 static constexpr int RET_ERR = -1; member in OHOS::CastEngine::CastEngineService::TcpConnection
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/
H A Dchannel_manager.h84 static const int RET_ERR = -1; member in OHOS::CastEngine::CastEngineService::ChannelManager
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/
H A Dchannel_manager.h84 static const int RET_ERR = -1; member in OHOS::CastEngine::CastEngineService::ChannelManager
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_wrapper.h59 static constexpr int RET_ERR = -1; member in OHOS::CastEngine::CastEngineService::SoftBusWrapper
H A Dsoftbus_connection.h90 static const int RET_ERR = -1; member in OHOS::CastEngine::CastEngineService::SoftBusConnection
/foundation/multimodalinput/input/util/rust_key/src/
H A Dlib.rs28 static RET_ERR: i32 = -1; consts
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Ddisplay_utils.h63 RET_ERR = -1, member in OHOS::Rosen::DisplayRetCode
/foundation/multimedia/camera_lite/test/unittest/
H A Dcamera_lite_test.h24 const int32_t RET_ERR = -1; member
/foundation/multimodalinput/input/service/rust/src/
H A Dlib.rs29 static RET_ERR: i32 = -1; consts
[all...]
/foundation/multimodalinput/input/util/common/include/
H A Ddefine_multimodal.h28 #define RET_ERR (-1) macro
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp490 CHKRR(SetNameProperty(jsEnv_, result, it.first, it.second()), setProperty, RET_ERR); in SetInputEventProperty() local
573 CHKRR(SetNameProperty(jsEnv_, value, "id", item.GetPointerId()), "Set id", RET_ERR); in GetJsPointerItem() local
574 CHKRR(SetNameProperty(jsEnv_, value, "pressedTime", item.GetDownTime()), "Set pressedTime", RET_ERR); in GetJsPointerItem() local
575 CHKRR(SetNameProperty(jsEnv_, value, "screenX", item.GetDisplayX()), "Set screenX", RET_ERR); in GetJsPointerItem() local
576 CHKRR(SetNameProperty(jsEnv_, value, "screenY", item.GetDisplayY()), "Set screenY", RET_ERR); GetJsPointerItem() local
577 CHKRR(SetNameProperty(jsEnv_, value, "windowX", item.GetWindowX()), "Set windowX", RET_ERR); GetJsPointerItem() local
578 CHKRR(SetNameProperty(jsEnv_, value, "windowY", item.GetWindowY()), "Set windowY", RET_ERR); GetJsPointerItem() local
579 CHKRR(SetNameProperty(jsEnv_, value, "pressure", item.GetPressure()), "Set pressure", RET_ERR); GetJsPointerItem() local
580 CHKRR(SetNameProperty(jsEnv_, value, "width", item.GetWidth()), "Set width", RET_ERR); GetJsPointerItem() local
581 CHKRR(SetNameProperty(jsEnv_, value, "height", item.GetHeight()), "Set height", RET_ERR); GetJsPointerItem() local
582 CHKRR(SetNameProperty(jsEnv_, value, "tiltX", item.GetTiltX()), "Set tiltX", RET_ERR); GetJsPointerItem() local
583 CHKRR(SetNameProperty(jsEnv_, value, "tiltY", item.GetTiltY()), "Set tiltY", RET_ERR); GetJsPointerItem() local
584 CHKRR(SetNameProperty(jsEnv_, value, "toolX", item.GetToolDisplayX()), "Set toolX", RET_ERR); GetJsPointerItem() local
585 CHKRR(SetNameProperty(jsEnv_, value, "toolY", item.GetToolDisplayY()), "Set toolY", RET_ERR); GetJsPointerItem() local
586 CHKRR(SetNameProperty(jsEnv_, value, "toolWidth", item.GetToolWidth()), "Set toolWidth", RET_ERR); GetJsPointerItem() local
587 CHKRR(SetNameProperty(jsEnv_, value, "toolHeight", item.GetToolHeight()), "Set toolHeight", RET_ERR); GetJsPointerItem() local
588 CHKRR(SetNameProperty(jsEnv_, value, "rawX", item.GetRawDx()), "Set rawX", RET_ERR); GetJsPointerItem() local
589 CHKRR(SetNameProperty(jsEnv_, value, "rawY", item.GetRawDy()), "Set rawY", RET_ERR); GetJsPointerItem() local
590 CHKRR(SetNameProperty(jsEnv_, value, "toolType", item.GetToolType()), "Set toolType", RET_ERR); GetJsPointerItem() local
610 CHKRR(napi_create_array(jsEnv_, &pointers), "napi_create_array is", RET_ERR); TransformPointerEvent() local
623 CHKRR(napi_create_object(jsEnv_, &element), "napi_create_object is", RET_ERR); TransformPointerEvent() local
628 CHKRR(napi_set_element(jsEnv_, pointers, index, element), "napi_set_element is", RET_ERR); TransformPointerEvent() local
631 CHKRR(SetNameProperty(jsEnv_, result, "touches", pointers), "Set touches", RET_ERR); TransformPointerEvent() local
1386 CHKRR(napi_create_array(jsEnv_, &pointers), "napi_create_array is", RET_ERR); TransformGestureEvent() local
1399 CHKRR(napi_create_object(jsEnv_, &element), "napi_create_object is", RET_ERR); TransformGestureEvent() local
1404 CHKRR(napi_set_element(jsEnv_, pointers, index, element), "napi_set_element is", RET_ERR); TransformGestureEvent() local
1407 CHKRR(SetNameProperty(jsEnv_, result, "touches", pointers), "Set touches", RET_ERR); TransformGestureEvent() local
[all...]
/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp482 CHKPR(realpath(filePath.c_str(), realPath), RET_ERR); in ReadTomlFile() local
519 CHKPR(realpath(filePath.c_str(), realPath), RET_ERR); ReadCursorStyleFile() local
[all...]

Completed in 8 milliseconds