Searched refs:localCodeSignProxy_ (Results 1 – 2 of 2) sorted by relevance
42 if (localCodeSignProxy_ != nullptr && localCodeSignSvrRecipient_ != nullptr) { in ~LocalCodeSignClient()79 [this]() { return localCodeSignProxy_ != nullptr; }); in StartSA()99 localCodeSignProxy_ = iface_cast<LocalCodeSignInterface>(remoteObject); in FinishStartSA()100 if ((localCodeSignProxy_ == nullptr) || (localCodeSignProxy_->AsObject() == nullptr)) { in FinishStartSA()110 localCodeSignProxy_ = nullptr; in FailStartSA()118 if (localCodeSignProxy_ != nullptr) { in CheckLocalCodeSignProxy()146 if (localCodeSignProxy_ == nullptr) { in InitLocalCertificate()168 if (localCodeSignProxy_ == nullptr) { in SignLocalCode()183 if (localCodeSignProxy_ == nullptr) { in OnRemoteLocalCodeSignSvrDied()193 if (localCodeSignProxy_->AsObject() != remoteObject) { in OnRemoteLocalCodeSignSvrDied()[all …]
62 sptr<LocalCodeSignInterface> localCodeSignProxy_ = nullptr; variable