Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp254 size_t tbAliasLen = 0; in GetTableInfo() local
255 OhCloudExtTableGetAlias(pTable.get(), &tbAlias, reinterpret_cast<unsigned int *>(&tbAliasLen)); in GetTableInfo()
259 dbTable.alias = std::string(reinterpret_cast<char *>(tbAlias), tbAliasLen); in GetTableInfo()