Searched refs:OhCloudExtRelationSet (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/ |
H A D | cloud_ext_types.h | 526 } OhCloudExtRelationSet; typedef 534 OhCloudExtRelationSet *OhCloudExtRelationSetNew( 544 int OhCloudExtRelationSetGetBundleName(const OhCloudExtRelationSet *re, unsigned char **name, unsig… 549 int OhCloudExtRelationSetGetExpireTime(const OhCloudExtRelationSet *re, unsigned long long *time); 557 int OhCloudExtRelationSetGetRelations(const OhCloudExtRelationSet *re, OhCloudExtHashMap **relation… 562 void OhCloudExtRelationSetFree(OhCloudExtRelationSet *ptr);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | cloud_ext_types.rs | 80 pub type OhCloudExtRelationSet = SafeCffiWrapper<cloud_service::RelationSet>; typedef 1032 ) -> *mut OhCloudExtRelationSet { in OhCloudExtRelationSetNew() argument 1038 OhCloudExtRelationSet::new(relation, SafetyCheckId::RelationSet).into_ptr() in OhCloudExtRelationSetNew() 1057 relation: *mut OhCloudExtRelationSet, in OhCloudExtRelationSetGetBundleName() argument 1066 match OhCloudExtRelationSet::get_inner_ref(relation, SafetyCheckId::RelationSet) { in OhCloudExtRelationSetGetBundleName() 1078 relation: *mut OhCloudExtRelationSet, in OhCloudExtRelationSetGetExpireTime() argument 1086 match OhCloudExtRelationSet::get_inner_ref(relation, SafetyCheckId::RelationSet) { in OhCloudExtRelationSetGetExpireTime() 1098 relation: *mut OhCloudExtRelationSet, in OhCloudExtRelationSetGetRelations() argument 1106 match OhCloudExtRelationSet::get_inner_ref(relation, SafetyCheckId::RelationSet) { in OhCloudExtRelationSetGetRelations() 1118 pub unsafe extern "C" fn OhCloudExtRelationSetFree(re: *mut OhCloudExtRelationSet) { in OhCloudExtRelationSetFree() argument [all …]
|
H A D | basic_rust_types.rs | 221 match OhCloudExtRelationSet::get_inner(value as *mut _, SafetyCheckId::RelationSet) in OhCloudExtVectorPush() 355 get_content_clone!(vec, index, value, OhCloudExtRelationSet, RelationSet) in OhCloudExtVectorGet() 609 match OhCloudExtRelationSet::get_inner(value as *mut _, SafetyCheckId::RelationSet) in OhCloudExtHashMapInsert() 826 *value = OhCloudExtRelationSet::new(val.clone(), SafetyCheckId::RelationSet) in OhCloudExtHashMapGet()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_server_impl.cpp | 442 OhCloudExtRelationSet *relationSet = reinterpret_cast<OhCloudExtRelationSet *>(value); in SaveRelation() 443 … auto pRelationSet = std::shared_ptr<OhCloudExtRelationSet>(relationSet, [](auto *relationSet) { in SaveRelation()
|