Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_db_impl.cpp59 if (valIn.first == nullptr || exdIn.first == nullptr) { in BatchInsert()
60 OhCloudExtVectorFree(valIn.first); in BatchInsert()
65 table.size(), valIn.first, exdIn.first); in BatchInsert()
69 OhCloudExtVectorFree(valIn.first); in BatchInsert()
77 auto valIn = ExtensionUtil::Convert(std::move(values)); in BatchUpdate() local
79 OhCloudExtVectorFree(valIn.first); in BatchUpdate()
84 table.size(), valIn.first, exdIn.first); in BatchUpdate()
89 OhCloudExtVectorFree(valIn.first); in BatchUpdate()
98 OhCloudExtVectorFree(valIn.first); in BatchUpdate()
103 table.size(), valIn.first, exdIn.first); in BatchUpdate()
[all …]