Searched refs:READ_FROM_ASHMEM_ERROR (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_rpc_error.cpp | 28 {READ_FROM_ASHMEM_ERROR, errorInfo{1900004, "read from ashmem failed"}}, 100 GetNapiInt32(env, NapiError::napiErrMap_[READ_FROM_ASHMEM_ERROR].errorCode)), in NAPIRpcErrorEnumExport()
|
H A D | napi_ashmem.cpp | 475 return napiErr.ThrowError(env, OHOS::errorDesc::READ_FROM_ASHMEM_ERROR); in ReadAshmem() 507 return napiErr.ThrowError(env, OHOS::errorDesc::READ_FROM_ASHMEM_ERROR); in TransferByteToJsData() 515 return napiErr.ThrowError(env, OHOS::errorDesc::READ_FROM_ASHMEM_ERROR); in TransferByteToJsData() 840 return napiErr.ThrowError(env, OHOS::errorDesc::READ_FROM_ASHMEM_ERROR); in ReadDataFromAshmem() 847 return napiErr.ThrowError(env, OHOS::errorDesc::READ_FROM_ASHMEM_ERROR); in ReadDataFromAshmem() 853 return napiErr.ThrowError(env, OHOS::errorDesc::READ_FROM_ASHMEM_ERROR); in ReadDataFromAshmem() 862 return napiErr.ThrowError(env, errorDesc::READ_FROM_ASHMEM_ERROR); in ReadDataFromAshmem() 867 return napiErr.ThrowError(env, OHOS::errorDesc::READ_FROM_ASHMEM_ERROR); in ReadDataFromAshmem()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/ |
H A D | napi_rpc_error.h | 30 READ_FROM_ASHMEM_ERROR, enumerator
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-communication.md | 115 |新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法名 or 属性名:READ_FROM_ASHMEM_ERROR|@ohos.rpc.d.ts|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-communication.md | 143 |新增|NA|模块名: ohos.rpc<br>类名: ErrorCode<br>方法名 or 属性名:READ_FROM_ASHMEM_ERROR|@ohos.rpc.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-communication.md | 115 …: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: READ_FROM_ASHMEM_ERROR|@ohos.rpc.…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-communication.md | 143 …: ohos.rpc<br>Class name: ErrorCode<br>Method or attribute name: READ_FROM_ASHMEM_ERROR|@ohos.rpc.…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 29 | READ_FROM_ASHMEM_ERROR | 1900004 | 从共享内存读数据失败。 |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-communication.md | 12 | 新增 | NA | 类名:ErrorCode; <br/>方法or属性:READ_FROM_ASHMEM_ERROR = 1900004 | @ohos.rpc.d.ts |
|
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 29 | READ_FROM_ASHMEM_ERROR | 1900004 | Failed to read data from the shared memory. …
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-communication.md | 12 | Added | NA | Class name: ErrorCode; <br/>Method or attribute name: READ_FROM_ASHMEM_ERROR = 190…
|