Home
last modified time | relevance | path

Searched refs:TestSendTooManyRequest (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_client.cpp225 void TestServiceClient::TestSendTooManyRequest() in TestSendTooManyRequest() function in OHOS::TestServiceClient
231 testService_->TestSendTooManyRequest(data, ret); in TestSendTooManyRequest()
H A Dmain_client.cpp121 testClient->TestSendTooManyRequest(); in main()
H A Dtest_service.cpp329 int TestService::TestSendTooManyRequest(int data, int &reply) in TestSendTooManyRequest() function in OHOS::TestService
H A Dtest_service_skeleton.cpp115 int TestServiceProxy::TestSendTooManyRequest(int data, int &reply) in TestSendTooManyRequest() function in OHOS::TestServiceProxy
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_service_client.h48 void TestSendTooManyRequest();
H A Dtest_service_skeleton.h87 virtual int TestSendTooManyRequest(int data, int &reply) = 0;
161 int TestSendTooManyRequest(int data, int &reply) override;
H A Dtest_service.h57 int TestSendTooManyRequest(int data, int &reply) override;