Home
last modified time | relevance | path

Searched refs:compileResults (Results 1 - 11 of 11) sorted by relevance

/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()
842 std::shared_ptr<BundleDataMgr> &dataMgr, std::vector<std::string> &compileResults) const in HandleCompileBundles()
846 [this, dataMgr, &compileMode, &ret, &compileResults](const auto &bundleToCompile) { in HandleCompileBundles()
852 compileResults in HandleCompileBundles()
[all...]
/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;
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp488 std::string compileResults = ""; in RunAsCompileCommand() local
489 APP_LOGD("compileResults: %{public}s", compileResults.c_str()); in RunAsCompileCommand()
491 compileResults = CompileProcessAot(bundleName, compileMode, isAllBundle); in RunAsCompileCommand()
493 compileResults = CompileReset(bundleName, isAllBundle); in RunAsCompileCommand()
495 if (compileResults.empty() || (compileResults == "")) { in RunAsCompileCommand()
496 compileResults = HELP_MSG_COMPILE_FAILED + "\n"; in RunAsCompileCommand()
498 resultReceiver_.append(compileResults); in RunAsCompileCommand()
1959 std::vector<std::string> compileResults; in CompileProcessAot() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp1578 std::vector<std::string> compileResults; in HWTEST_F() local
1579 auto result = AOTHandler::GetInstance().HandleCompile(AOT_BUNDLE_NAME, COMPILE_NONE, false, compileResults); in HWTEST_F()
1590 std::vector<std::string> compileResults; in HWTEST_F() local
1592 auto result = AOTHandler::GetInstance().HandleCompile(AOT_BUNDLE_NAME, AOT_MODULE_NAME, true, compileResults); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h808 bool isAllBundle, std::vector<std::string> &compileResults) in CompileProcessAOT()
807 CompileProcessAOT(const std::string &bundleName, const std::string &compileMode, bool isAllBundle, std::vector<std::string> &compileResults) CompileProcessAOT() argument
H A Dbundle_mgr_proxy.h577 bool isAllBundle, std::vector<std::string> &compileResults) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h556 bool isAllBundle, std::vector<std::string> &compileResults) override;
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1775 std::vector<std::string> compileResults; in HandleCompileProcessAOT() local
1778 ErrCode ret = CompileProcessAOT(bundleName, compileMode, isAllBundle, compileResults); in HandleCompileProcessAOT()
1785 if (!reply.WriteStringVector(compileResults)) { in HandleCompileProcessAOT()
H A Dbundle_mgr_proxy.cpp4776 bool isAllBundle, std::vector<std::string> &compileResults) in CompileProcessAOT()
4805 if (!reply.ReadStringVector(&compileResults)) { in CompileProcessAOT()
4775 CompileProcessAOT(const std::string &bundleName, const std::string &compileMode, bool isAllBundle, std::vector<std::string> &compileResults) CompileProcessAOT() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1784 bool isAllBundle, std::vector<std::string> &compileResults) in CompileProcessAOT()
1790 return AOTHandler::GetInstance().HandleCompile(bundleName, compileMode, isAllBundle, compileResults); in CompileProcessAOT()
1783 CompileProcessAOT(const std::string &bundleName, const std::string &compileMode, bool isAllBundle, std::vector<std::string> &compileResults) CompileProcessAOT() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9289 std::vector<std::string> compileResults; in HWTEST_F() local
9290 ErrCode ret = hostImpl->CompileProcessAOT(bundleName, compileMode, true, compileResults); in HWTEST_F()
9318 std::vector<std::string> compileResults; in HWTEST_F() local
9319 ErrCode ret = hostImpl->CopyAp(bundleName, true, compileResults); in HWTEST_F()

Completed in 56 milliseconds