Home
last modified time | relevance | path

Searched refs:HandleCompile (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_handler.h39 ErrCode HandleCompile(const std::string &bundleName, const std::string &compileMode, bool isAllBundle,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp608 AOTHandler::GetInstance().HandleCompile(bundleName, COMPILE_NONE, true, results); in HWTEST_F()
612 AOTHandler::GetInstance().HandleCompile(bundleName, ServiceConstants::COMPILE_PARTIAL, true, results); in HWTEST_F()
615 AOTHandler::GetInstance().HandleCompile(bundleName, ServiceConstants::COMPILE_PARTIAL, false, results); in HWTEST_F()
1573 * @tc.name: Test HandleCompile
1574 * @tc.desc: 1.HandleCompile
1579 auto result = AOTHandler::GetInstance().HandleCompile(AOT_BUNDLE_NAME, COMPILE_NONE, false, compileResults); in HWTEST_F()
1585 * @tc.name: Test HandleCompile
1586 * @tc.desc: 1.HandleCompile
1592 auto result = AOTHandler::GetInstance().HandleCompile(AOT_BUNDLE_NAME, AOT_MODULE_NAME, true, compileResults); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp793 ErrCode AOTHandler::HandleCompile(const std::string &bundleName, const std::string &compileMode, bool isAllBundle, in HandleCompile() function in OHOS::AppExecFwk::AOTHandler
796 APP_LOGI("HandleCompile begin"); in HandleCompile()
837 APP_LOGI("HandleCompile end"); in HandleCompile()
847 APP_LOGD("HandleCompile bundleToCompile : %{public}s", bundleToCompile.c_str()); in HandleCompileBundles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1790 return AOTHandler::GetInstance().HandleCompile(bundleName, compileMode, isAllBundle, compileResults); in CompileProcessAOT()

Completed in 12 milliseconds