Searched refs:LocalCodeSignProxy (Results 1 – 2 of 2) sorted by relevance
26 class LocalCodeSignProxy : public IRemoteProxy<LocalCodeSignInterface> {28 explicit LocalCodeSignProxy(const sptr<IRemoteObject> &impl) in LocalCodeSignProxy() function30 ~LocalCodeSignProxy() {} in ~LocalCodeSignProxy()34 static inline BrokerDelegator<LocalCodeSignProxy> delegator_;
26 int32_t LocalCodeSignProxy::InitLocalCertificate(const ByteBuffer &challenge, ByteBuffer &cert) in InitLocalCertificate()51 int32_t LocalCodeSignProxy::SignLocalCode(const std::string &ownerID, const std::string &filePath, in SignLocalCode()83 int32_t LocalCodeSignProxy::ReadResultFromReply(MessageParcel &reply, ByteBuffer &buffer) in ReadResultFromReply()