Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper.cpp45 static bool FindObserver(const Uri& uri, const std::shared_ptr<DataShareObserver> &observer);
259 if (!ObserverImpl::FindObserver(uri, dataObserver)) { in UnregisterObserverExt()
345 bool ObserverImpl::FindObserver(const Uri& uri, const std::shared_ptr<DataShareObserver> &observer) in FindObserver() function in OHOS::DataShare::ObserverImpl
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_sync_napi.cpp45 static bool FindObserver(const Uri &uri, const shared_ptr<CloudNotifyObserver> &observer);
92 bool ObserverImpl::FindObserver(const Uri &uri, const shared_ptr<CloudNotifyObserver> &observer) in FindObserver() function in OHOS::FileManagement::CloudSync::ObserverImpl
558 if (!ObserverImpl::FindObserver(Uri(uri), observer)) { in UnregisterFromObs()