Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_common.cpp96 const RegedHugeObject *outObj = inMsg->GetObject<RegedHugeObject>(); in RegFuncForHugeMsg()
101 int errCode = inMsg->SetCopiedObject(RegedHugeObject()); in RegFuncForHugeMsg()
212 RegedHugeObject *obj = new (nothrow) RegedHugeObject(); in BuildRegedHugeMessage()
H A Ddistributeddb_communicator_common.h50 struct RegedHugeObject { struct