Home
last modified time | relevance | path

Searched refs:UpdateNotify (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_notify.cpp27 std::mutex UpdateNotify::instanceLock_;
28 sptr<UpdateNotify> UpdateNotify::instance_ = nullptr;
30 UpdateNotify::UpdateNotify() in UpdateNotify() function in OHOS::UpdateEngine::UpdateNotify
35 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 …]
/ohos5.0/base/update/updateservice/services/engine/include/
H A Dupdate_notify.h34 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;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Ddelay_notify.h35 void UpdateNotify(const DistributedRdb::RdbChangedData &changedData, bool isFull = false);
/ohos5.0/base/update/updateservice/services/core/ability/callback/src/
H A Dbase_callback_utils.cpp102 UpdateNotify::GetInstance()->ConnectToAppService(eventInfoStr, subscribeInfo.ToJson()); in NotifyToHap()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Ddelay_notify.cpp43 void DelayNotify::UpdateNotify(const DistributedRdb::RdbChangedData &changedData, bool isFull) in UpdateNotify() function in OHOS::NativeRdb::DelayNotify
H A Drdb_store_impl.cpp284 delayNotifier_->UpdateNotify(rdbChangedData, true); in NotifyDataChange()
756 delayNotifier->UpdateNotify(rdbChangedData); in RegisterDataChangeCallback()