Home
last modified time | relevance | path

Searched refs:TransOversizedPkt (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service.h39 int TransOversizedPkt(const std::string &dataStr, std::string &repStr) override;
H A Ddbinder_test_service_skeleton.h77 virtual int TransOversizedPkt(const std::string &dataStr, std::string &repStr) = 0;
160 int TransOversizedPkt(const std::string &dataStr, std::string &repStr) override;
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service.cpp147 int DBinderTestService::TransOversizedPkt(const std::string &dataStr, std::string &repStr) in TransOversizedPkt() function in OHOS::DBinderTestService
H A Ddbinder_distributed_test.cpp205 testService->TransOversizedPkt(emptyData, reply); in HWTEST_F()
211 testService->TransOversizedPkt(legalDataS, reply); in HWTEST_F()
221 testService->TransOversizedPkt(legalDataM, reply); in HWTEST_F()
231 testService->TransOversizedPkt(legalDataL, reply); in HWTEST_F()
239 testService->TransOversizedPkt(illegalData, reply); in HWTEST_F()
H A Ddbinder_test_service_skeleton.cpp226 int DBinderTestServiceProxy::TransOversizedPkt(const std::string &dataStr, std::string &repStr) in TransOversizedPkt() function in OHOS::DBinderTestServiceProxy

Completed in 5 milliseconds