Home
last modified time | relevance | path

Searched refs:OhCloudExtTableGetName (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.h274 int OhCloudExtTableGetName(const OhCloudExtTable *tb, unsigned char **name, unsigned int *len);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs555 pub unsafe extern "C" fn OhCloudExtTableGetName( in OhCloudExtTableGetName() function
1536 OhCloudExtTableGetName( in ut_table()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp248 OhCloudExtTableGetName(pTable.get(), &tbName, reinterpret_cast<unsigned int *>(&tbNameLen)); in GetTableInfo()