Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/interfaces/innerkits/local_code_sign/include/
H A Dlocal_code_sign_proxy.h26 class LocalCodeSignProxy : public IRemoteProxy<LocalCodeSignInterface> {
28 explicit LocalCodeSignProxy(const sptr<IRemoteObject> &impl) in LocalCodeSignProxy() function
30 ~LocalCodeSignProxy() {} in ~LocalCodeSignProxy()
34 static inline BrokerDelegator<LocalCodeSignProxy> delegator_;
/ohos5.0/base/security/code_signature/interfaces/innerkits/local_code_sign/src/
H A Dlocal_code_sign_proxy.cpp26 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()