Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp528 thread_local OHIPCParcel *NativeRemoteStubTest::currentReply_ = nullptr; member in OHOS::NativeRemoteStubTest
598 stubTest->currentReply_ = reply; in OnRemoteRequest()
615 OH_IPCParcel_WriteInt32(this->currentReply_, a + b); in SyncAdd()
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()
719 return OH_IPCParcel_WriteString(this->currentReply_, readString); in SendAndEchoString()
[all …]
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_capi_skeleton.h115 [[maybe_unused]] static thread_local OHIPCParcel *currentReply_;