Home
last modified time | relevance | path

Searched defs:OhCloudExtTable (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.rs74 pub type OhCloudExtTable = SafeCffiWrapper<types::Table>; typedef
530 ) -> *mut OhCloudExtTable { in OhCloudExtTableNew()
556 tb: *const OhCloudExtTable, in OhCloudExtTableGetName()
576 tb: *const OhCloudExtTable, in OhCloudExtTableGetAlias()
597 tb: *const OhCloudExtTable, in OhCloudExtTableGetFields()
615 pub unsafe extern "C" fn OhCloudExtTableFree(src: *mut OhCloudExtTable) { in OhCloudExtTableFree()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_ext_types.h251 } OhCloudExtTable; typedef