Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dconnect.rs1568 let mut schema_order_tables = SchemaOrderTables::default(); in ut_schema_order_tables_serialize() localVariable
1571 schema_order_tables.0.push(order_table_one); in ut_schema_order_tables_serialize()
1572 schema_order_tables.0.push(order_table_two); in ut_schema_order_tables_serialize()
1575 msg_parcel.write(&schema_order_tables).unwrap(); in ut_schema_order_tables_serialize()
1601 let mut schema_order_tables = SchemaOrderTables::default(); in ut_schema_order_tables_deserialize() localVariable
1604 schema_order_tables.0.push(order_table_one); in ut_schema_order_tables_deserialize()
1605 schema_order_tables.0.push(order_table_two); in ut_schema_order_tables_deserialize()
1608 msg_parcel.write(&schema_order_tables).unwrap(); in ut_schema_order_tables_deserialize()
1612 schema_order_tables in ut_schema_order_tables_deserialize()