Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp502 APP_LOGI("OTACompileSwitch off, no need to compile"); in HandleOTACompile()
511 std::string OTACompileSwitch = system::GetParameter(OTA_COMPILE_SWITCH, OTA_COMPILE_SWITCH_DEFAULT); in IsOTACompileSwitchOn() local
512 APP_LOGI("OTACompileSwitch %{public}s", OTACompileSwitch.c_str()); in IsOTACompileSwitchOn()
513 return OTACompileSwitch == OTA_COMPILE_SWITCH_ON; in IsOTACompileSwitchOn()

Completed in 3 milliseconds