Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dconnect.rs314 pub(crate) tables: SchemaOrderTables,
330 let tables = parcel.read::<SchemaOrderTables>()?; in deserialize()
495 pub(crate) struct SchemaOrderTables(pub(crate) Vec<OrderTable>); struct
497 impl Serialize for SchemaOrderTables { implementation
503 impl Deserialize for SchemaOrderTables { implementation
907 OrderTable, Schema, SchemaOrderTables, ValueBucket, ValueBuckets,
1490 msg_parcel.read::<SchemaOrderTables>().unwrap(), in ut_database_serialize()
1491 SchemaOrderTables::default() in ut_database_serialize()
1568 let mut schema_order_tables = SchemaOrderTables::default(); in ut_schema_order_tables_serialize()
1601 let mut schema_order_tables = SchemaOrderTables::default(); in ut_schema_order_tables_deserialize()
[all …]
H A Dmod.rs29 OrderTable, Schema, SchemaOrderTables, ServiceInfo, UnsubscriptionInfo, ValueBuckets,
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dtypes.rs149 tables: ipc_conn::SchemaOrderTables(tables), in try_from()