Searched refs:bmsCompileStatus (Results 1 – 1 of 1) sorted by relevance
60 std::string bmsCompileStatus = system::GetParameter(BMS_COMPILE_STATUS, "-1"); in CheckNeedOtaCompile() local61 LOGI("bmsCompileStatus is: %{public}s", bmsCompileStatus.c_str()); in CheckNeedOtaCompile()62 bool isCompileDone = bmsCompileStatus == BMS_COMPILE_STATUS_END; in CheckNeedOtaCompile()