Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_ext_types.h292 int OhCloudExtTableGetFields(const OhCloudExtTable *tb, OhCloudExtVector **fields);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs596 pub unsafe extern "C" fn OhCloudExtTableGetFields( in OhCloudExtTableGetFields() function
1548 OhCloudExtTableGetFields(tb, &mut vec as *mut _ as *mut *const OhCloudExtVector), in ut_table()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp232 status = OhCloudExtTableGetFields(pTable.get(), &fields); in GetTables()