Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp80 constexpr const char* COMPILE_NONE = "none"; member
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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp75 constexpr const char* COMPILE_NONE = "none"; member
608 AOTHandler::GetInstance().HandleCompile(bundleName, COMPILE_NONE, true, results); in HWTEST_F()
1579 auto result = AOTHandler::GetInstance().HandleCompile(AOT_BUNDLE_NAME, COMPILE_NONE, false, compileResults); in HWTEST_F()

Completed in 5 milliseconds