Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.h63 int32_t DoUnsubscribe(std::shared_ptr<OhCloudExtCloudSync> server,
H A Dcloud_server_impl.cpp560 if (DoUnsubscribe(pServer, pSubs, bundles, sub) != DBErr::E_OK) { in Unsubscribe()
567 int32_t CloudServerImpl::DoUnsubscribe(std::shared_ptr<OhCloudExtCloudSync> server, in DoUnsubscribe() function in OHOS::CloudData::CloudServerImpl