Home
last modified time | relevance | path

Searched refs:UpdateNotify (Results 1 - 3 of 3) sorted by relevance

/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
32 ENGINE_LOGD("UpdateNotify"); in UpdateNotify()
35 UpdateNotify::~UpdateNotify() in ~UpdateNotify()
37 ENGINE_LOGD("~UpdateNotify"); in ~UpdateNotify()
40 sptr<UpdateNotify> UpdateNotif
[all...]
/base/update/updateservice/services/engine/include/
H A Dupdate_notify.h34 class UpdateNotify : public IRemoteStub<IUpdateNotify> { class
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;
/base/update/updateservice/services/core/ability/callback/src/
H A Dbase_callback_utils.cpp102 UpdateNotify::GetInstance()->ConnectToAppService(eventInfoStr, subscribeInfo.ToJson()); in NotifyToHap()

Completed in 1 milliseconds