Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dcloud_db.rs165 pub fn batch_query(&mut self, table: &str, cursor: &str) -> SyncResult<CloudDbData> { in batch_query() method
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_extension.rs468 match cdb.batch_query(table, cursor) { in OhCloudExtCloudDbBatchQuery()