Home
last modified time | relevance | path

Searched refs:CreatePgoFileStream (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_ipc_test.cpp489 auto id = proxy->CreatePgoFileStream("", "");
492 id = proxy->CreatePgoFileStream(HSPNAME, "");
495 id = proxy->CreatePgoFileStream("", HSPNAME);
510 auto id = proxy->CreatePgoFileStream(HSPNAME, HSPNAME);
999 auto res = impl.CreatePgoFileStream("", "");
1002 res = impl.CreatePgoFileStream(HSPNAME, "");
1005 res = impl.CreatePgoFileStream("", HSPNAME);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_stream_installer_interface.h40 virtual int32_t CreatePgoFileStream(const std::string &moduleName, const std::string &fileName) in CreatePgoFileStream() function
H A Dbundle_stream_installer_proxy.h35 …virtual int32_t CreatePgoFileStream(const std::string &moduleName, const std::string &fileName) ov…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_bundle_stream_installer_host_impl.cpp67 int BundleStreamInstallerHostImpl::CreatePgoFileStream(const std::string &moduleName, const std::st… in CreatePgoFileStream() function in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_stream_installer_host_impl.h40 …virtual int32_t CreatePgoFileStream(const std::string &moduleName, const std::string &fileName) ov…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_stream_installer_host.cpp92 int32_t fd = CreatePgoFileStream(moduleName, fileName); in HandleCreatePgoFileStream()
H A Dbundle_stream_installer_proxy.cpp156 int32_t BundleStreamInstallerProxy::CreatePgoFileStream(const std::string &moduleName, in CreatePgoFileStream() function in OHOS::AppExecFwk::BundleStreamInstallerProxy
H A Dbundle_installer_proxy.cpp600 int32_t outputFd = streamInstaller->CreatePgoFileStream(moduleName, fileName); in WritePgoFileToStream()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp255 int32_t BundleStreamInstallerHostImpl::CreatePgoFileStream(const std::string &moduleName, in CreatePgoFileStream() function in OHOS::AppExecFwk::BundleStreamInstallerHostImpl