Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h135 static int GetTransformFunc(uint32_t messageId, TransformFunc &function);
H A Dprotocol_proto.cpp604 if (GetTransformFunc(messageId, function) != E_OK) { in CalculateDataSerializeLength()
647 if (GetTransformFunc(inMsg->GetMessageId(), function) != E_OK) { in SerializeMessage()
699 if (GetTransformFunc(inMsg->GetMessageId(), function) != E_OK) { in DeSerializeMessage()
1112 int ProtocolProto::GetTransformFunc(uint32_t messageId, DistributedDB::TransformFunc &function) in GetTransformFunc() function in DistributedDB::ProtocolProto