Home
last modified time | relevance | path

Searched refs:COMPILE_NONE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp80 constexpr const char* COMPILE_NONE = "none"; variable
257 std::string compileMode = system::GetParameter(INSTALL_COMPILE_MODE, COMPILE_NONE); in HandleInstall()
259 if (compileMode == COMPILE_NONE) { in HandleInstall()
557 std::string compileMode = system::GetParameter(OTA_COMPILE_MODE, COMPILE_NONE); in OTACompileInternal()
559 if (compileMode == COMPILE_NONE) { in OTACompileInternal()
759 if (compileMode == COMPILE_NONE) { in HandleIdle()
814 if (compileMode == COMPILE_NONE) { in HandleCompile()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp66 constexpr const char* COMPILE_NONE = "none"; variable
596 AOTHandler::GetInstance().HandleCompile(bundleName, COMPILE_NONE, true, results);