Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp194 aotArgs.compileMode = ServiceConstants::COMPILE_PARTIAL; in HWTEST_F()
242 aotArgs.compileMode = ServiceConstants::COMPILE_PARTIAL; in HWTEST_F()
443 AOTHandler::GetInstance().HandleInstallWithSingleHap(info, ServiceConstants::COMPILE_PARTIAL); in HWTEST_F()
569 AOT_MODULE_NAME, ServiceConstants::COMPILE_PARTIAL); in HWTEST_F()
575 AOT_MODULE_NAME, ServiceConstants::COMPILE_PARTIAL); in HWTEST_F()
578 AOT_MODULE_NAME, ServiceConstants::COMPILE_PARTIAL); 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()
890 string compileMode = ServiceConstants::COMPILE_PARTIAL; in HWTEST_F()
994 string compileMode = ServiceConstants::COMPILE_PARTIAL; in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h144 constexpr const char* COMPILE_PARTIAL = "partial"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_executor.cpp90 if (aotArgs.compileMode == ServiceConstants::COMPILE_PARTIAL && aotArgs.arkProfilePath.empty()) { in CheckArgs()
H A Daot_handler.cpp147 if (compileMode == ServiceConstants::COMPILE_PARTIAL) { in BuildAOTArgs()
757 std::string compileMode = system::GetParameter(IDLE_COMPILE_MODE, ServiceConstants::COMPILE_PARTIAL); in HandleIdle()

Completed in 6 milliseconds