Searched refs:OTA_COMPILE_MODE (Results 1 – 2 of 2) sorted by relevance
41 constexpr const char* OTA_COMPILE_MODE = "persist.bm.ota.arkopt"; variable557 std::string compileMode = system::GetParameter(OTA_COMPILE_MODE, COMPILE_NONE); in OTACompileInternal()558 APP_LOGI("%{public}s = %{public}s", OTA_COMPILE_MODE, compileMode.c_str()); in OTACompileInternal()560 APP_LOGI("%{public}s none, no need to AOT", OTA_COMPILE_MODE); in OTACompileInternal()
63 constexpr const char* OTA_COMPILE_MODE = "persist.bm.ota.arkopt"; variable865 system::SetParameter(OTA_COMPILE_MODE, "on");