Searched refs:COMPILE_NONE (Results 1 – 2 of 2) sorted by relevance
80 constexpr const char* COMPILE_NONE = "none"; variable257 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()
66 constexpr const char* COMPILE_NONE = "none"; variable596 AOTHandler::GetInstance().HandleCompile(bundleName, COMPILE_NONE, true, results);