Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.cpp54 OhCloudExtValueBucketFree(vBucket); in CloudCursorImpl()
169 OhCloudExtValueBucketFree(vBucket); in GetEntry()
274 OhCloudExtValueBucketFree(vBucket); in Get()
278 OhCloudExtValueBucketFree(vBucket); in Get()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_ext_types.h629 void OhCloudExtValueBucketFree(OhCloudExtValueBucket *info);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs1295 pub unsafe extern "C" fn OhCloudExtValueBucketFree(info: *mut OhCloudExtValueBucket) { in OhCloudExtValueBucketFree() function