Home
last modified time | relevance | path

Searched refs:exdIn (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()
61 OhCloudExtVectorFree(exdIn.first); in BatchInsert()
65 table.size(), valIn.first, exdIn.first); in BatchInsert()
70 OhCloudExtVectorFree(exdIn.first); in BatchInsert()
78 if (valIn.first == nullptr || exdIn.first == nullptr) { in BatchUpdate()
80 OhCloudExtVectorFree(exdIn.first); in BatchUpdate()
84 table.size(), valIn.first, exdIn.first); in BatchUpdate()
88 OhCloudExtVectorFree(exdIn.first); in BatchUpdate()
99 OhCloudExtVectorFree(exdIn.first); in BatchUpdate()
103 table.size(), valIn.first, exdIn.first); in BatchUpdate()
[all …]