Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp278 …auto pField = std::shared_ptr<OhCloudExtField>(field, [](auto *field) { OhCloudExtFieldFree(field)… in GetFields() local
282 … OhCloudExtFieldGetColName(pField.get(), &colName, reinterpret_cast<unsigned int *>(&colLen)); in GetFields()
289 … OhCloudExtFieldGetAlias(pField.get(), &fdAlias, reinterpret_cast<unsigned int *>(&fdAliasLen)); in GetFields()
295 OhCloudExtFieldGetTyp(pField.get(), &fdtype); in GetFields()
298 OhCloudExtFieldGetPrimary(pField.get(), &primary); in GetFields()
301 OhCloudExtFieldGetNullable(pField.get(), &nullable); in GetFields()