Home
last modified time | relevance | path

Searched defs:OhCloudExtValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs64 pub type OhCloudExtValue = SafeCffiWrapper<types::Value>; typedef
92 ) -> *mut OhCloudExtValue { in OhCloudExtValueNew()
153 src: *mut OhCloudExtValue, in OhCloudExtValueGetContent()
211 pub unsafe extern "C" fn OhCloudExtValueFree(src: *mut OhCloudExtValue) { in OhCloudExtValueFree()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_ext_types.h38 } OhCloudExtValue; typedef