Searched refs:TransOversizedPkt (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/ |
H A D | dbinder_test_service_skeleton.h | 77 virtual int TransOversizedPkt(const std::string &dataStr, std::string &repStr) = 0; 160 int TransOversizedPkt(const std::string &dataStr, std::string &repStr) override;
|
H A D | dbinder_test_service.h | 39 int TransOversizedPkt(const std::string &dataStr, std::string &repStr) override;
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_distributed_test.cpp | 205 testService->TransOversizedPkt(emptyData, reply); 211 testService->TransOversizedPkt(legalDataS, reply); 221 testService->TransOversizedPkt(legalDataM, reply); 231 testService->TransOversizedPkt(legalDataL, reply); 239 testService->TransOversizedPkt(illegalData, reply);
|
H A D | dbinder_test_service.cpp | 147 int DBinderTestService::TransOversizedPkt(const std::string &dataStr, std::string &repStr) in TransOversizedPkt() function in OHOS::DBinderTestService
|
H A D | dbinder_test_service_skeleton.cpp | 226 int DBinderTestServiceProxy::TransOversizedPkt(const std::string &dataStr, std::string &repStr) in TransOversizedPkt() function in OHOS::DBinderTestServiceProxy
|