Home
last modified time | relevance | path

Searched refs:OH_IPC_INNER_ERROR (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cskeleton.cpp76 return OHOS::IPCSkeleton::SetMaxWorkThreadNum(maxThreadNum) ? OH_IPC_SUCCESS : OH_IPC_INNER_ERROR; in OH_IPCSkeleton_SetMaxWorkThreadNum()
86 return OHOS::IPCSkeleton::SetCallingIdentity(str) ? OH_IPC_SUCCESS : OH_IPC_INNER_ERROR; in OH_IPCSkeleton_SetCallingIdentity()
104 return OH_IPC_INNER_ERROR; in OH_IPCSkeleton_ResetCallingIdentity()
H A Dipc_cremote_object.cpp92 {OHOS::IPC_INVOKER_CONNECT_ERR, OH_IPC_INNER_ERROR},
97 {BR_FAILED_REPLY, OH_IPC_INNER_ERROR},
116 return OH_IPC_INNER_ERROR; in ConvertSendRequestError()
220 return proxy->remote->AddDeathRecipient(recipient->recipient) ? OH_IPC_SUCCESS : OH_IPC_INNER_ERROR; in OH_IPCRemoteProxy_AddDeathRecipient()
231 return proxy->remote->RemoveDeathRecipient(recipient->recipient) ? OH_IPC_SUCCESS : OH_IPC_INNER_ERROR; in OH_IPCRemoteProxy_RemoveDeathRecipient()
H A Dipc_remote_object_internal.cpp69 return OH_IPC_INNER_ERROR; in OnRemoteRequest()
H A Dipc_cparcel.cpp63 : OH_IPC_INNER_ERROR; in SetParcelProperty()
/foundation/communication/ipc/interfaces/innerkits/c_api/include/
H A Dipc_error_code.h64 OH_IPC_INNER_ERROR = OH_IPC_ERROR_CODE_BASE + 7, enumerator
/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()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp560 return OH_IPC_INNER_ERROR; in RegisterRemoteStub()
571 return OH_IPC_INNER_ERROR; in UnRegisterRemoteStub()
582 return OH_IPC_INNER_ERROR; in OnRemoteRequest()
593 return OH_IPC_INNER_ERROR; in OnRemoteRequest()
604 return OH_IPC_INNER_ERROR; in OnRemoteRequest()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_parcel_unittest.cpp466 EXPECT_EQ(OH_IPCParcel_RewindReadPosition(parcel, -1), OH_IPC_INNER_ERROR); in HWTEST_F() local
486 EXPECT_EQ(OH_IPCParcel_RewindWritePosition(parcel, -1), OH_IPC_INNER_ERROR); in HWTEST_F() local

Completed in 7 milliseconds