Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp294 static std::map<StorageType, void(*)(DataValue&)> typeMapFunction = { in GenerateValue() local
303 if (typeMapFunction.find(fieldInfo.GetStorageType()) == typeMapFunction.end()) { in GenerateValue()
306 typeMapFunction[fieldInfo.GetStorageType()](dataValue); in GenerateValue()