Searched refs:OTHER_ERROR (Results 1 - 9 of 9) sorted by relevance
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_input_device_manager.cpp | 70 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 D | pasteboard_error.h | 36 OTHER_ERROR, member in OHOS::MiscServices::PasteboardError 77 {PasteboardError::OTHER_ERROR, "OTHER_ERROR"},
|
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_event.h | 29 OTHER_ERROR, member
|
/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_event.h | 29 OTHER_ERROR, member
|
/foundation/multimodalinput/input/util/napi/include/ |
H A D | util_napi_error.h | 39 OTHER_ERROR = -1,
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/ |
H A D | http_lite_source_plugin.cpp | 250 PluginEvent{PluginEventType::OTHER_ERROR, errorCode, "http lite error"});
in OnHttpEvent()
|
/foundation/multimedia/media_foundation/engine/pipeline/core/ |
H A D | filter_base.cpp | 309 event.type == Plugin::PluginEventType::OTHER_ERROR) { in OnEvent()
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
H A D | socket_exec.cpp | 56 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 D | pasteboard_service.cpp | 351 return static_cast<int32_t>(PasteboardError::OTHER_ERROR); in GetRecordValueByType()
|
Completed in 12 milliseconds