Home
last modified time | relevance | path

Searched refs:keysLen (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp95 size_t keysLen = 0; in GetAppInfo() local
96 OhCloudExtVectorGetLength(pKeys.get(), reinterpret_cast<unsigned int *>(&keysLen)); in GetAppInfo()
99 if (keysLen == 0 || keysLen != valuesLen) { in GetAppInfo()
102 for (size_t i = 0; i < keysLen; i++) { in GetAppInfo()
213 size_t keysLen = 0; in GetTables() local
214 OhCloudExtVectorGetLength(pKeys.get(), reinterpret_cast<unsigned int *>(&keysLen)); in GetTables()
217 if (keysLen == 0 || keysLen != valuesLen) { in GetTables()
488 size_t keysLen in GetRelation() local
[all...]
H A Dcloud_cursor_impl.cpp177 size_t keysLen = 0; in GetData() local
178 auto status = OhCloudExtValueBucketGetKeys(vb, &keys, reinterpret_cast<unsigned int *>(&keysLen)); in GetData()
183 for (size_t i = 0; i < keysLen; i++) { in GetData()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_ext_types.h618 int OhCloudExtValueBucketGetKeys(OhCloudExtValueBucket *info, OhCloudExtVector **keys, unsigned int *keysLen);

Completed in 4 milliseconds