Home
last modified time | relevance | path

Searched refs:RegTransformFunction (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dmessage_transform.cpp20 int MessageTransform::RegTransformFunction(uint32_t msgId, const TransformFunc &inFunc) in RegTransformFunction() function in DistributedDB::MessageTransform
22 return ProtocolProto::RegTransformFunction(msgId, inFunc); in RegTransformFunction()
H A Dprotocol_proto.h83 static int RegTransformFunction(uint32_t msgId, const TransformFunc &inFunc);
H A Dprotocol_proto.cpp382 int ProtocolProto::RegTransformFunction(uint32_t msgId, const TransformFunc &inFunc) in RegTransformFunction() function in DistributedDB::ProtocolProto
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_common.cpp88 MessageTransform::RegTransformFunction(REGED_TINY_MSG_ID, funcForTinyMsg); in RegFuncForTinyMsg()
106 MessageTransform::RegTransformFunction(REGED_HUGE_MSG_ID, funcForHugeMsg); in RegFuncForHugeMsg()
152 MessageTransform::RegTransformFunction(REGED_GIANT_MSG_ID, funcForGiantMsg); in RegFuncForGiantMsg()
170 MessageTransform::RegTransformFunction(REGED_OVERSIZE_MSG_ID, funcForOverSizeMsg); in RegFuncForOverSizeMsg()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dmessage_transform.h41 static int RegTransformFunction(uint32_t msgId, const TransformFunc &inFunc);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Ddevice_manager.cpp66 return MessageTransform::RegTransformFunction(LOCAL_DATA_CHANGED, func); in RegisterTransformFunc()
H A Dcommit_history_sync.cpp209 return MessageTransform::RegTransformFunction(COMMIT_HISTORY_SYNC_MESSAGE, func); in RegisterTransformFunc()
H A Dtime_sync.cpp178 return MessageTransform::RegTransformFunction(TIME_SYNC_MESSAGE, func); in RegisterTransformFunc()
H A Dability_sync.cpp624 return MessageTransform::RegTransformFunction(ABILITY_SYNC_MESSAGE, func); in RegisterTransformFunc()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dvalue_slice_sync.cpp166 return MessageTransform::RegTransformFunction(VALUE_SLICE_SYNC_MESSAGE, func); in RegisterTransformFunc()
H A Dmulti_ver_data_sync.cpp166 return MessageTransform::RegTransformFunction(MULTI_VER_DATA_SYNC_MESSAGE, func); in RegisterTransformFunc()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_serialize_manager.cpp753 int retCode = MessageTransform::RegTransformFunction(static_cast<uint32_t>(id), func); in RegisterCommunicatorTransformFunc()