Home
last modified time | relevance | path

Searched refs:ConnectToAppService (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updateservice/services/engine/include/
H A Dupdate_notify.h41 bool ConnectToAppService(const std::string &eventInfo, const std::string &subscribeInfo);
/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/base/update/updateservice/services/engine/src/
H A Dupdate_notify.cpp67 bool UpdateNotify::ConnectToAppService(const std::string &eventInfo, const std::string &subscribeIn… in ConnectToAppService() function in OHOS::UpdateEngine::UpdateNotify