Home
last modified time | relevance | path

Searched refs:updateInterface_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updater/services/hdi/client/
H A Dupdate_hdi_client.cpp39 if (updateInterface_ == nullptr && !Init()) { in GetLockStatus()
43 return updateInterface_->GetLockStatus(status); in GetLockStatus()
48 if (updateInterface_ != nullptr) { in Init()
58 if (updateInterface_ != nullptr) { in LoadLibrary()
76 updateInterface_ = getInterface(); in LoadLibrary()
77 if (updateInterface_ == nullptr) { in LoadLibrary()
92 updateInterface_ = nullptr; in CloseLibrary()
H A Dupdate_hdi_client.h36 IUpdateInterface *updateInterface_ = nullptr; variable