Searched refs:GetNotifier (Results 1 – 5 of 5) sorted by relevance
33 auto notifier = GetNotifier(); in OnChange()55 sptr<RdbNotifierProxy> RdbWatcher::GetNotifier() const in GetNotifier() function in OHOS::DistributedRdb::RdbWatcher
30 sptr<RdbNotifierProxy> GetNotifier() const;
132 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()
38 sptr<IRemoteObject> GetNotifier(const std::string& cbType) const;
20 sptr<IRemoteObject> NotifierInfo::GetNotifier(const std::string& cbType) const in GetNotifier() function in OHOS::DistributedSchedule::NotifierInfo