Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_installer_proxy.h129 …ErrCode WriteSignatureFileToStream(sptr<IBundleStreamInstaller> &streamInstaller, const std::strin…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_installer_proxy.cpp526 ErrCode BundleInstallerProxy::WriteSignatureFileToStream(sptr<IBundleStreamInstaller> &streamInstal… in WriteSignatureFileToStream() function in OHOS::AppExecFwk::BundleInstallerProxy
630 ErrCode res = WriteSignatureFileToStream(streamInstaller, realPath, param.first); in CopySignatureFileToService()