Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dextension_util.cpp205 OhCloudExtVector *valKeys = nullptr; in ConvertBucket() local
207 auto status = OhCloudExtHashMapIterGetKeyValuePair(value, &valKeys, &valValues); in ConvertBucket()
208 if (status != ERRNO_SUCCESS || valKeys == nullptr || valValues == nullptr) { in ConvertBucket()
211 …auto pValKeys = std::shared_ptr<OhCloudExtVector>(valKeys, [](auto *valkey) { OhCloudExtVectorFree… in ConvertBucket()