Home
last modified time | relevance | path

Searched refs:OH_IPC_USER_ERROR_CODE_MIN (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/c_api/include/
H A Dipc_error_code.h68 OH_IPC_USER_ERROR_CODE_MIN = 1909000, enumerator
/foundation/communication/ipc/ipc/native/src/c_api/include/
H A Dipc_remote_object_internal.h26 return (error >= OH_IPC_USER_ERROR_CODE_MIN) && (error <= OH_IPC_USER_ERROR_CODE_MAX); in IsUserDefinedError()
/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_remote_object_internal.cpp78 err, OH_IPC_USER_ERROR_CODE_MIN, OH_IPC_USER_ERROR_CODE_MAX); in OnRemoteRequest()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp468 { OH_IPC_USER_ERROR_CODE_MIN, OH_IPC_USER_ERROR_CODE_MIN }, in SendErrorCode()
470 { OH_IPC_USER_ERROR_CODE_MIN - 1, OH_IPC_INVALID_USER_ERROR_CODE }, in SendErrorCode()

Completed in 2 milliseconds