Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.cpp587 std::vector<Type> cloudPkVal; in CalOpType() local
590 cloudPkVal); in CalOpType()
596 …auto iter = std::find_if(param.insertPk.begin(), param.insertPk.end(), [&cloudPkVal](const auto &i… in CalOpType()
597 return item == cloudPkVal; in CalOpType()
602 param.insertPk.push_back(cloudPkVal); in CalOpType()