Home
last modified time | relevance | path

Searched refs:CHECK_PARAM_ERROR (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_sequence_write.cpp100 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_writeByte()
107 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_writeByte()
138 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_writeShort()
145 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_writeShort()
176 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_writeInt()
183 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_writeInt()
214 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_writeLong()
221 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_writeLong()
252 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_writeFloat()
259 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_writeFloat()
[all …]
H A Dnapi_ashmem.cpp145 return napiErr.ThrowError(env, OHOS::errorDesc::CHECK_PARAM_ERROR); in Create()
156 return napiErr.ThrowError(env, OHOS::errorDesc::CHECK_PARAM_ERROR); in Create()
162 return napiErr.ThrowError(env, OHOS::errorDesc::CHECK_PARAM_ERROR); in Create()
168 return napiErr.ThrowError(env, OHOS::errorDesc::CHECK_PARAM_ERROR); in Create()
175 return napiErr.ThrowError(env, OHOS::errorDesc::CHECK_PARAM_ERROR); in Create()
225 return napiErr.ThrowError(env, OHOS::errorDesc::CHECK_PARAM_ERROR); in GetAshmemFromExisting()
231 return napiErr.ThrowError(env, OHOS::errorDesc::CHECK_PARAM_ERROR); in GetAshmemFromExisting()
248 return napiErr.ThrowError(env, OHOS::errorDesc::CHECK_PARAM_ERROR); in getNewAshmemConstructor()
310 return napiErr.ThrowError(env, OHOS::errorDesc::CHECK_PARAM_ERROR); in MapTypedAshmem()
736 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in CheckWriteToAshmemParams()
[all …]
H A Dnapi_message_sequence_read.cpp107 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_rewindRead()
114 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_rewindRead()
357 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_readParcelable()
836 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_readParcelableArray()
989 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_ReadRawData()
995 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_ReadRawData()
1047 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_ReadRawDataBuffer()
1054 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_ReadRawDataBuffer()
1115 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_readArrayBuffer()
1122 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in JS_readArrayBuffer()
[all …]
H A Dnapi_remote_object.cpp963 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteObject_getLocalInterface()
969 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteObject_getLocalInterface()
976 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteObject_getLocalInterface()
983 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteObject_getLocalInterface()
1272 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteObject_checkSendMessageRequestArgs()
1278 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteObject_checkSendMessageRequestArgs()
1283 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteObject_checkSendMessageRequestArgs()
1288 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteObject_checkSendMessageRequestArgs()
1293 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteObject_checkSendMessageRequestArgs()
1317 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteObject_sendMessageRequest()
[all …]
H A Dnapi_rpc_error.cpp24 {CHECK_PARAM_ERROR, errorInfo{401, "check param error"}},
92 GetNapiInt32(env, NapiError::napiErrMap_[CHECK_PARAM_ERROR].errorCode)), in NAPIRpcErrorEnumExport()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/
H A Dnapi_remote_proxy.cpp248 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteProxy_checkSendMessageRequestArgs()
253 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteProxy_checkSendMessageRequestArgs()
258 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteProxy_checkSendMessageRequestArgs()
263 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteProxy_checkSendMessageRequestArgs()
269 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteProxy_checkSendMessageRequestArgs()
274 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteProxy_checkSendMessageRequestArgs()
279 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteProxy_checkSendMessageRequestArgs()
296 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteProxy_sendMessageRequest()
404 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteProxy_checkRegisterDeathRecipientArgs()
410 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_RemoteProxy_checkRegisterDeathRecipientArgs()
[all …]
H A Dnapi_ipc_skeleton.cpp167 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_IPCSkeleton_flushCmdBuffer()
174 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_IPCSkeleton_flushCmdBuffer()
433 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_IPCSkeleton_restoreCallingIdentity()
439 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_IPCSkeleton_restoreCallingIdentity()
446 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_IPCSkeleton_restoreCallingIdentity()
453 return napiErr.ThrowError(env, errorDesc::CHECK_PARAM_ERROR); in NAPI_IPCSkeleton_restoreCallingIdentity()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_rpc_error.h26 CHECK_PARAM_ERROR, enumerator
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-communication.md111 |新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法名 or 属性名:CHECK_PARAM_ERROR|@ohos.rpc.d.ts|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-communication.md139 |新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法名 or 属性名:CHECK_PARAM_ERROR|@ohos.rpc.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-communication.md111 …ame: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: CHECK_PARAM_ERROR|@ohos.rpc.d.…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-communication.md139 …ame: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: CHECK_PARAM_ERROR|@ohos.rpc.d.…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/
H A Djs-apis-rpc.md25 | CHECK_PARAM_ERROR | 401 | 检查参数失败。 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-communication.md8 | 新增 | NA | 类名:ErrorCode; <br>方法or属性:CHECK_PARAM_ERROR = 401 | @ohos.rpc.d.ts |
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/
H A Djs-apis-rpc.md25 | CHECK_PARAM_ERROR | 401 | Parameter check failed. …
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-communication.md8 | Added | NA | Class name: ErrorCode; <br>Method or attribute name: CHECK_PARAM_ERROR = 401 |…