Home
last modified time | relevance | path

Searched refs:WritePgoFileToStream (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.h135 …ErrCode WritePgoFileToStream(sptr<IBundleStreamInstaller> &streamInstaller, const std::string &pat…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_installer_proxy.cpp583 ErrCode BundleInstallerProxy::WritePgoFileToStream(sptr<IBundleStreamInstaller> &streamInstaller, in WritePgoFileToStream() function in OHOS::AppExecFwk::BundleInstallerProxy
657 ErrCode res = WritePgoFileToStream(streamInstaller, realPath, param.first); in CopyPgoFileToService()