Home
last modified time | relevance | path

Searched refs:compileResults (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp794 std::vector<std::string> &compileResults) const in HandleCompile()
805 compileResults.emplace_back(compileResult); in HandleCompile()
811 compileResults.emplace_back(compileResult); in HandleCompile()
817 compileResults.emplace_back(compileResult); in HandleCompile()
824 compileResults.emplace_back(compileResult); in HandleCompile()
833 ErrCode ret = HandleCompileBundles(bundleNames, compileMode, dataMgr, compileResults); in HandleCompile()
835 compileResults.clear(); in HandleCompile()
846 [this, dataMgr, &compileMode, &ret, &compileResults](const auto &bundleToCompile) { in HandleCompileBundles()
852 compileResults.emplace_back(compileResult); in HandleCompileBundles()
859 compileResults.emplace_back(compileResult); in HandleCompileBundles()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_handler.h40 std::vector<std::string> &compileResults) const;
63 std::shared_ptr<BundleDataMgr> &dataMgr, std::vector<std::string> &compileResults) const;
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp498 std::string compileResults = ""; in RunAsCompileCommand() local
499 APP_LOGD("compileResults: %{public}s", compileResults.c_str()); in RunAsCompileCommand()
501 compileResults = CompileProcessAot(bundleName, compileMode, isAllBundle); in RunAsCompileCommand()
503 compileResults = CompileReset(bundleName, isAllBundle); in RunAsCompileCommand()
505 if (compileResults.empty() || (compileResults == "")) { in RunAsCompileCommand()
506 compileResults = HELP_MSG_COMPILE_FAILED + "\n"; in RunAsCompileCommand()
508 resultReceiver_.append(compileResults); in RunAsCompileCommand()
2065 std::vector<std::string> compileResults; in CompileProcessAot() local
2066 …pileRet = bundleMgrProxy_->CompileProcessAOT(bundleName, compileMode, isAllBundle, compileResults); in CompileProcessAot()
2069 for (const auto &compileResult : compileResults) { in CompileProcessAot()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h809 bool isAllBundle, std::vector<std::string> &compileResults) in CompileProcessAOT() argument
H A Dbundle_mgr_proxy.h577 bool isAllBundle, std::vector<std::string> &compileResults) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h556 bool isAllBundle, std::vector<std::string> &compileResults) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1783 std::vector<std::string> compileResults; in HandleCompileProcessAOT() local
1786 ErrCode ret = CompileProcessAOT(bundleName, compileMode, isAllBundle, compileResults); in HandleCompileProcessAOT()
1793 if (!reply.WriteStringVector(compileResults)) { in HandleCompileProcessAOT()
H A Dbundle_mgr_proxy.cpp4751 bool isAllBundle, std::vector<std::string> &compileResults) in CompileProcessAOT() argument
4780 if (!reply.ReadStringVector(&compileResults)) { in CompileProcessAOT()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1834 bool isAllBundle, std::vector<std::string> &compileResults) in CompileProcessAOT() argument
1840 …turn AOTHandler::GetInstance().HandleCompile(bundleName, compileMode, isAllBundle, compileResults); in CompileProcessAOT()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9281 std::vector<std::string> compileResults; variable
9282 ErrCode ret = hostImpl->CompileProcessAOT(bundleName, compileMode, true, compileResults);
9308 std::vector<std::string> compileResults; variable
9309 ErrCode ret = hostImpl->CopyAp(bundleName, true, compileResults);