Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp238 std::string illegalData(ILLEGAL_SIZE, 'a'); variable
239 testService->TransOversizedPkt(illegalData, reply);
240 ASSERT_TRUE(illegalData != reply);