Home
last modified time | relevance | path

Searched refs:TestRawDataReply (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_service_skeleton.h69 virtual int TestRawDataReply(int length) = 0;
143 int TestRawDataReply(int length) override;
H A Dtest_service.h39 int TestRawDataReply(int length) override;
/ohos5.0/foundation/communication/ipc/ipc/test/moduletest/native/common/
H A Dipc_core_module_test.cpp433 int result = testService->TestRawDataReply(rawData10M);
437 result = testService->TestRawDataReply(rawData100M);
655 int result = testService->TestRawDataReply(rawData33K);
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp188 int TestService::TestRawDataReply(int length) in TestRawDataReply() function in OHOS::TestService
H A Dtest_service_skeleton.cpp320 int TestServiceProxy::TestRawDataReply(int length) in TestRawDataReply() function in OHOS::TestServiceProxy