Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbinder_invoker_unittest.cpp288 bool isStubRet = false; variable
290 EXPECT_EQ(binderInvoker.HandleReply(nullptr, isStubRet), IPC_INVOKER_INVALID_DATA_ERR);
300 bool isStubRet = false; variable
304 EXPECT_EQ(binderInvoker.HandleReply(nullptr, isStubRet), IPC_INVOKER_INVALID_REPLY_ERR);
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp919 int BinderInvoker::HandleReply(MessageParcel *reply, bool &isStubRet) in HandleReply() argument
936 isStubRet = true; in HandleReply()
1228 bool isStubRet = false; in OnReply() local
1229 error = HandleReply(reply, isStubRet); in OnReply()
1230 if (isStubRet || error != IPC_INVOKER_INVALID_REPLY_ERR) { in OnReply()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dbinder_invoker.h194 int HandleReply(MessageParcel *reply, bool &isStubRet);