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 D | bms_data_aot_test.cpp | 194 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 D | bundle_service_constants.h | 144 constexpr const char* COMPILE_PARTIAL = "partial"; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_executor.cpp | 90 if (aotArgs.compileMode == ServiceConstants::COMPILE_PARTIAL && aotArgs.arkProfilePath.empty()) { in CheckArgs()
|
H A D | aot_handler.cpp | 147 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