Home
last modified time | relevance | path

Searched refs:relation_struct (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_ext_types.rs1065 let relation_struct = in OhCloudExtRelationSetGetBundleName() localVariable
1070 *bundle_name = relation_struct.bundle_name.as_ptr() as *const c_uchar; in OhCloudExtRelationSetGetBundleName()
1071 *len = relation_struct.bundle_name.len() as c_uint; in OhCloudExtRelationSetGetBundleName()
1085 let relation_struct = in OhCloudExtRelationSetGetExpireTime() localVariable
1090 *expire_time = relation_struct.expire_time as c_ulonglong; in OhCloudExtRelationSetGetExpireTime()
1105 let relation_struct = in OhCloudExtRelationSetGetRelations() localVariable
1110 let res = relation_struct.relations(); in OhCloudExtRelationSetGetRelations()