/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_ipc_test.cpp | 489 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 D | bundle_stream_installer_interface.h | 40 virtual int32_t CreatePgoFileStream(const std::string &moduleName, const std::string &fileName) in CreatePgoFileStream() function
|
H A D | bundle_stream_installer_proxy.h | 35 …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 D | mock_bundle_stream_installer_host_impl.cpp | 67 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 D | bundle_stream_installer_host_impl.h | 40 …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 D | bundle_stream_installer_host.cpp | 92 int32_t fd = CreatePgoFileStream(moduleName, fileName); in HandleCreatePgoFileStream()
|
H A D | bundle_stream_installer_proxy.cpp | 156 int32_t BundleStreamInstallerProxy::CreatePgoFileStream(const std::string &moduleName, in CreatePgoFileStream() function in OHOS::AppExecFwk::BundleStreamInstallerProxy
|
H A D | bundle_installer_proxy.cpp | 600 int32_t outputFd = streamInstaller->CreatePgoFileStream(moduleName, fileName); in WritePgoFileToStream()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_stream_installer_host_impl.cpp | 255 int32_t BundleStreamInstallerHostImpl::CreatePgoFileStream(const std::string &moduleName, in CreatePgoFileStream() function in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
|