Home
last modified time | relevance | path

Searched refs:OH_IPC_ERROR_CODE_BASE (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/c_api/include/
H A Dipc_error_code.h48 OH_IPC_ERROR_CODE_BASE = 1901000, enumerator
50 OH_IPC_CHECK_PARAM_ERROR = OH_IPC_ERROR_CODE_BASE,
52 OH_IPC_PARCEL_WRITE_ERROR = OH_IPC_ERROR_CODE_BASE + 1,
54 OH_IPC_PARCEL_READ_ERROR = OH_IPC_ERROR_CODE_BASE + 2,
56 OH_IPC_MEM_ALLOCATOR_ERROR = OH_IPC_ERROR_CODE_BASE + 3,
58 OH_IPC_CODE_OUT_OF_RANGE = OH_IPC_ERROR_CODE_BASE + 4,
60 OH_IPC_DEAD_REMOTE_OBJECT = OH_IPC_ERROR_CODE_BASE + 5,
62 OH_IPC_INVALID_USER_ERROR_CODE = OH_IPC_ERROR_CODE_BASE + 6,
64 OH_IPC_INNER_ERROR = OH_IPC_ERROR_CODE_BASE + 7,
66 OH_IPC_ERROR_CODE_MAX = OH_IPC_ERROR_CODE_BASE
[all...]
/foundation/communication/ipc/ipc/native/src/c_api/include/
H A Dipc_remote_object_internal.h31 return (error >= OH_IPC_ERROR_CODE_BASE) && (error <= OH_IPC_INNER_ERROR); in IsIpcErrorCode()

Completed in 1 milliseconds