Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp182 aotArgs.compileMode = ServiceConstants::COMPILE_PARTIAL;
230 aotArgs.compileMode = ServiceConstants::COMPILE_PARTIAL;
557 AOT_MODULE_NAME, ServiceConstants::COMPILE_PARTIAL);
563 AOT_MODULE_NAME, ServiceConstants::COMPILE_PARTIAL);
566 AOT_MODULE_NAME, ServiceConstants::COMPILE_PARTIAL);
878 string compileMode = ServiceConstants::COMPILE_PARTIAL;
980 string compileMode = ServiceConstants::COMPILE_PARTIAL;
1000 string compileMode = ServiceConstants::COMPILE_PARTIAL;
1030 string compileMode = ServiceConstants::COMPILE_PARTIAL;
1045 bundleNames, ServiceConstants::COMPILE_PARTIAL, dataMgr, results);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h146 constexpr const char* COMPILE_PARTIAL = "partial"; variable
/ohos5.0/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 …d::string compileMode = system::GetParameter(IDLE_COMPILE_MODE, ServiceConstants::COMPILE_PARTIAL); in HandleIdle()