Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_ext_types.h562 void OhCloudExtRelationSetFree(OhCloudExtRelationSet *ptr);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs1118 pub unsafe extern "C" fn OhCloudExtRelationSetFree(re: *mut OhCloudExtRelationSet) { in OhCloudExtRelationSetFree() function
1649 OhCloudExtRelationSetFree(set); in ut_relation_set()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp444 OhCloudExtRelationSetFree(relationSet); in SaveRelation()