Searched refs:UpdateNotify (Results 1 – 6 of 6) sorted by relevance
27 std::mutex UpdateNotify::instanceLock_;28 sptr<UpdateNotify> UpdateNotify::instance_ = nullptr;30 UpdateNotify::UpdateNotify() in UpdateNotify() function in OHOS::UpdateEngine::UpdateNotify35 UpdateNotify::~UpdateNotify() in ~UpdateNotify()40 sptr<UpdateNotify> UpdateNotify::GetInstance() in GetInstance()45 instance_ = new UpdateNotify(); in GetInstance()59 ErrCode UpdateNotify::DisconnectAbility(const sptr<AAFwk::AbilityConnectionStub> &connect) in DisconnectAbility()67 bool UpdateNotify::ConnectToAppService(const std::string &eventInfo, const std::string &subscribeIn… in ConnectToAppService()88 bool UpdateNotify::HandleMessage(const std::string &message) in HandleMessage()121 void UpdateNotify::HandleAbilityConnect(const sptr<IRemoteObject> &remoteObject) in HandleAbilityConnect()[all …]
34 class UpdateNotify : public IRemoteStub<IUpdateNotify> {36 DISALLOW_COPY_AND_MOVE(UpdateNotify);38 UpdateNotify();39 ~UpdateNotify();40 static sptr<UpdateNotify> GetInstance();51 static sptr<UpdateNotify> instance_;64 explicit NotifyConnection(const sptr<UpdateNotify> &instance);71 sptr<UpdateNotify> instance_ = nullptr;
35 void UpdateNotify(const DistributedRdb::RdbChangedData &changedData, bool isFull = false);
102 UpdateNotify::GetInstance()->ConnectToAppService(eventInfoStr, subscribeInfo.ToJson()); in NotifyToHap()
43 void DelayNotify::UpdateNotify(const DistributedRdb::RdbChangedData &changedData, bool isFull) in UpdateNotify() function in OHOS::NativeRdb::DelayNotify
284 delayNotifier_->UpdateNotify(rdbChangedData, true); in NotifyDataChange()756 delayNotifier->UpdateNotify(rdbChangedData); in RegisterDataChangeCallback()