Searched refs:TestMessageParcelAppendWithIpc (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/ |
H A D | test_service_skeleton.h | 80 virtual int TestMessageParcelAppendWithIpc(MessageParcel &dst, MessageParcel &src, 154 int TestMessageParcelAppendWithIpc(MessageParcel &dst, MessageParcel &src,
|
H A D | test_service.h | 51 int TestMessageParcelAppendWithIpc(MessageParcel &dst, MessageParcel &src,
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_service.cpp | 218 int TestService::TestMessageParcelAppendWithIpc(MessageParcel &dst, MessageParcel &src, in TestMessageParcelAppendWithIpc() function in OHOS::TestService
|
H A D | test_service_skeleton.cpp | 639 int TestServiceProxy::TestMessageParcelAppendWithIpc(MessageParcel &dst, MessageParcel &src, in TestMessageParcelAppendWithIpc() function in OHOS::TestServiceProxy
|
/ohos5.0/foundation/communication/ipc/ipc/test/moduletest/native/common/ |
H A D | ipc_core_module_test.cpp | 824 int ret = testService->TestMessageParcelAppendWithIpc(dstParcel, srcParcel, reply, false); 871 int ret = testService->TestMessageParcelAppendWithIpc(dstParcel, srcParcel, reply, true);
|