Searched refs:ReadAndEchoBaseType (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_capi_skeleton.cpp | 660 static int ReadAndEchoBaseType(const OHIPCParcel *data, OHIPCParcel *reply, in ReadAndEchoBaseType() function 673 int ret = ReadAndEchoBaseType<int8_t>(this->currentData_, this->currentReply_, in SendAndEchoBase() 679 ret = ReadAndEchoBaseType<int16_t>(this->currentData_, this->currentReply_, in SendAndEchoBase() 685 ret = ReadAndEchoBaseType<int32_t>(this->currentData_, this->currentReply_, in SendAndEchoBase() 691 ret = ReadAndEchoBaseType<int64_t>(this->currentData_, this->currentReply_, in SendAndEchoBase() 697 ret = ReadAndEchoBaseType<float>(this->currentData_, this->currentReply_, in SendAndEchoBase() 703 ret = ReadAndEchoBaseType<double>(this->currentData_, this->currentReply_, in SendAndEchoBase()
|