Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service_skeleton.h81 virtual int FlushAsyncCommands(int count, int length) = 0;
168 int FlushAsyncCommands(int count, int length) override;
H A Ddbinder_test_service.h44 int FlushAsyncCommands(int count, int length) override;
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service.cpp172 int DBinderTestService::FlushAsyncCommands(int count, int length) in FlushAsyncCommands() function in OHOS::DBinderTestService
H A Ddbinder_test_service_skeleton.cpp327 int DBinderTestServiceProxy::FlushAsyncCommands(int count, int length) in FlushAsyncCommands() function in OHOS::DBinderTestServiceProxy
H A Ddbinder_distributed_test.cpp1171 int result = remoteTestService->FlushAsyncCommands(MULTIPLEX_TIMES, rawData10K);