Home
last modified time | relevance | path

Searched refs:OTHER_ERROR (Results 1 - 9 of 9) sorted by relevance

/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_manager.cpp70 if (napiCode != OTHER_ERROR && napiCode != RET_OK) { in SupportKeys()
95 if (napiCode != OTHER_ERROR && napiCode != RET_OK) { in SupportKeysSync()
109 if (napiCode != OTHER_ERROR && napiCode != RET_OK) { in GetKeyboardType()
132 if (napiCode != OTHER_ERROR && napiCode != RET_OK) { in GetKeyboardTypeSync()
157 if (napiCode != OTHER_ERROR && napiCode != RET_OK) { in GetDeviceInfo()
191 if (napiCode != OTHER_ERROR && napiCode != RET_OK) { in GetDeviceInfoSync()
205 if (napiCode != OTHER_ERROR && napiCode != RET_OK) { in SetKeyboardRepeatDelay()
219 if (napiCode != OTHER_ERROR && napiCode != RET_OK) { in SetKeyboardRepeatRate()
233 if (napiCode != OTHER_ERROR && napiCode != RET_OK) { in GetKeyboardRepeatDelay()
247 if (napiCode != OTHER_ERROR in GetKeyboardRepeatRate()
[all...]
/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_error.h36 OTHER_ERROR, member in OHOS::MiscServices::PasteboardError
77 {PasteboardError::OTHER_ERROR, "OTHER_ERROR"},
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_event.h29 OTHER_ERROR, member
/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dplugin_event.h29 OTHER_ERROR, member
/foundation/multimodalinput/input/util/napi/include/
H A Dutil_napi_error.h39 OTHER_ERROR = -1,
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/
H A Dhttp_lite_source_plugin.cpp250 PluginEvent{PluginEventType::OTHER_ERROR, errorCode, "http lite error"}); in OnHttpEvent()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dfilter_base.cpp309 event.type == Plugin::PluginEventType::OTHER_ERROR) { in OnEvent()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp56 static constexpr const int OTHER_ERROR = 100; variable
1634 context->SetError(OTHER_ERROR, "client fd is invalid"); in ExecTcpConnectionGetRemoteAddress()
1754 context->SetError(OTHER_ERROR, "client fd is invalid"); in ExecTcpConnectionSend()
1794 context->SetError(OTHER_ERROR, "client fd is invalid"); in ExecTcpConnectionClose()
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp351 return static_cast<int32_t>(PasteboardError::OTHER_ERROR); in GetRecordValueByType()

Completed in 11 milliseconds