Home
last modified time | relevance | path

Searched defs:OhCloudExtField (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.rs76 pub type OhCloudExtField = SafeCffiWrapper<types::Field>; typedef
640 ) -> *mut OhCloudExtField { in OhCloudExtFieldNew()
657 fd: *const OhCloudExtField, in OhCloudExtFieldGetColName()
677 fd: *const OhCloudExtField, in OhCloudExtFieldGetAlias()
697 fd: *const OhCloudExtField, in OhCloudExtFieldGetTyp()
715 fd: *const OhCloudExtField, in OhCloudExtFieldGetPrimary()
733 fd: *const OhCloudExtField, in OhCloudExtFieldGetNullable()
750 pub unsafe extern "C" fn OhCloudExtFieldFree(src: *mut OhCloudExtField) { in OhCloudExtFieldFree()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_ext_types.h306 } OhCloudExtField; typedef