Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_watcher.cpp31 auto notifier = GetNotifier(); in OnChange()
53 sptr<RdbNotifierProxy> RdbWatcher::GetNotifier() const in GetNotifier() function in OHOS::DistributedRdb::RdbWatcher
H A Drdb_watcher.h31 sptr<RdbNotifierProxy> GetNotifier() const;
/foundation/ability/dmsfwk/services/dtbabilitymgr/include/continuation_manager/
H A Dnotifier_info.h38 sptr<IRemoteObject> GetNotifier(const std::string& cbType) const;
/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
/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()

Completed in 2 milliseconds