Home
last modified time | relevance | path

Searched defs:relationSet (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp442 OhCloudExtRelationSet *relationSet = reinterpret_cast<OhCloudExtRelationSet *>(value); in SaveRelation() local
443 … auto pRelationSet = std::shared_ptr<OhCloudExtRelationSet>(relationSet, [](auto *relationSet) { in SaveRelation()