Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_watcher.cpp33 auto notifier = GetNotifier(); in OnChange()
55 sptr<RdbNotifierProxy> RdbWatcher::GetNotifier() const in GetNotifier() function in OHOS::DistributedRdb::RdbWatcher
H A Drdb_watcher.h30 sptr<RdbNotifierProxy> GetNotifier() const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/src/
H A Ddistributed_ability_manager_service.cpp132 if (callbackMap_[token]->GetNotifier(EVENT_CONNECT) != nullptr) { in DumpNotifierLocked()
136 if (callbackMap_[token]->GetNotifier(EVENT_DISCONNECT) != nullptr) { in DumpNotifierLocked()
451 auto notifier = callbackMap_[token]->GetNotifier(EVENT_CONNECT); in OnDeviceConnect()
471 auto notifier = callbackMap_[token]->GetNotifier(EVENT_DISCONNECT); in OnDeviceDisconnect()
575 if (callbackMap_[token]->GetNotifier(cbType) != nullptr) { in IsNotifierRegisteredLocked()
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/include/continuation_manager/
H A Dnotifier_info.h38 sptr<IRemoteObject> GetNotifier(const std::string& cbType) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/
H A Dnotifier_info.cpp20 sptr<IRemoteObject> NotifierInfo::GetNotifier(const std::string& cbType) const in GetNotifier() function in OHOS::DistributedSchedule::NotifierInfo