Searched refs:bootslots (Results 1 – 1 of 1) sorted by relevance
29 …std::string bootslots = OHOS::system::GetParameter(PARAM_NAME_FOR_BOOTSLOTS, BOOTSLOTS_DEFAULT_VAL… in IsAbUpdate() local30 ENGINE_LOGI("bootslots is [%s]", bootslots.c_str()); in IsAbUpdate()31 return (bootslots == BOOTSLOTS_AB_UPDATE_VALUE); in IsAbUpdate()