Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_common.cpp113 const RegedGiantObject *outObj = inMsg->GetObject<RegedGiantObject>(); in RegFuncForGiantMsg()
120 const RegedGiantObject *outObj = inMsg->GetObject<RegedGiantObject>(); in RegFuncForGiantMsg()
134 RegedGiantObject *obj = new (nothrow) RegedGiantObject(); in RegFuncForGiantMsg()
246 RegedGiantObject *obj = new (nothrow) RegedGiantObject(); in BuildRegedGiantMessage()
336 bool RegedGiantObject::CheckEqual(const RegedGiantObject &inLeft, const RegedGiantObject &inRight) in CheckEqual()
H A Ddistributeddb_communicator_common.h54 struct RegedGiantObject { struct
56 static bool CheckEqual(const RegedGiantObject &inLeft, const RegedGiantObject &inRight); argument
H A Ddistributeddb_communicator_deep_test.cpp361 const RegedGiantObject *oriObjForAB = oriMsgForAB->GetObject<RegedGiantObject>();
363 const RegedGiantObject *recvObjForBB = recvMsgForBB->GetObject<RegedGiantObject>();
365 bool isEqual = RegedGiantObject::CheckEqual(*oriObjForAB, *recvObjForBB);
432 const RegedGiantObject *recvObjForCC = recvMsgForCC->GetObject<RegedGiantObject>();
557 auto *recvObjForBB = recvMsgForBB->GetObject<RegedGiantObject>();
559 auto *oriObjForAB = oriMsgForAB->GetObject<RegedGiantObject>();
561 bool isEqual = RegedGiantObject::CheckEqual(*oriObjForAB, *recvObjForBB);