Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_extension.rs292 let table_bytes = &*slice_from_raw_parts(sql.table, sql.table_len as usize); in OhCloudExtCloudDbExecuteSql() localVariable
293 let table = std::str::from_utf8_unchecked(table_bytes); in OhCloudExtCloudDbExecuteSql()
331 let table_bytes = &*slice_from_raw_parts(table, table_len as usize); in OhCloudExtCloudDbBatchInsert() localVariable
332 let table = std::str::from_utf8_unchecked(table_bytes); in OhCloudExtCloudDbBatchInsert()
375 let table_bytes = &*slice_from_raw_parts(table, table_len as usize); in OhCloudExtCloudDbBatchUpdate() localVariable
376 let table = std::str::from_utf8_unchecked(table_bytes); in OhCloudExtCloudDbBatchUpdate()
418 let table_bytes = &*slice_from_raw_parts(table, table_len as usize); in OhCloudExtCloudDbBatchDelete() localVariable
419 let table = std::str::from_utf8_unchecked(table_bytes); in OhCloudExtCloudDbBatchDelete()
462 let table_bytes = &*slice_from_raw_parts(info.table, info.table_len as usize); in OhCloudExtCloudDbBatchQuery() localVariable
463 let table = std::str::from_utf8_unchecked(table_bytes); in OhCloudExtCloudDbBatchQuery()