Searched refs:updateInterface_ (Results 1 – 2 of 2) sorted by relevance
39 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()
36 IUpdateInterface *updateInterface_ = nullptr; variable