Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp79 OhCloudExtHashMapFree(briefInfo); in GetServerInfo()
196 OhCloudExtHashMapFree(tables); in GetDatabases()
321 OhCloudExtHashMapFree(databases); in Subscribe()
361 OhCloudExtHashMapFree(relations); in DoSubscribe()
465 OhCloudExtHashMapFree(relations); in SaveRelation()
533 …auto pSubs = std::shared_ptr<OhCloudExtHashMap>(subs, [](auto *subs) { OhCloudExtHashMapFree(subs)… in Unsubscribe()
H A Dcloud_db_impl.cpp50 OhCloudExtHashMapFree(data.first); in Execute()
H A Dextension_util.cpp195 OhCloudExtHashMapFree(val); in ConvertBuckets()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dbasic_rust_types.h180 void OhCloudExtHashMapFree(OhCloudExtHashMap *src);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dbasic_rust_types.rs866 pub unsafe extern "C" fn OhCloudExtHashMapFree(hash_map: *mut OhCloudExtHashMap) { in OhCloudExtHashMapFree() function
1218 OhCloudExtHashMapFree(new_map);
1309 OhCloudExtHashMapFree(new_map); in ut_hashmap_null()