/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_handler.cpp | 794 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 D | aot_handler.h | 40 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 D | bundle_command.cpp | 488 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 D | bms_data_aot_test.cpp | 1578 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 D | bundle_mgr_interface.h | 808 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 D | bundle_mgr_proxy.h | 577 bool isAllBundle, std::vector<std::string> &compileResults) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 556 bool isAllBundle, std::vector<std::string> &compileResults) override;
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 1775 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 D | bundle_mgr_proxy.cpp | 4776 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 D | bundle_mgr_host_impl.cpp | 1784 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 D | bms_bundle_kit_service_test.cpp | 9289 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()
|