package com.cvte.tv.api.functions;

import com.cvte.tv.api.ResetAction;
import com.cvte.tv.api.aidl.EnumBurningKeyStatus;
import com.cvte.tv.api.aidl.EnumResetLevel;

/* JADX INFO: loaded from: classes.dex */
@ResetAction(reset = {"eventSystemCiPlusKeyReset"})
public interface ITVApiSystemCiPlus {
    boolean eventSystemCiPlusKeyBurning(String str, byte[] bArr, int i);

    boolean eventSystemCiPlusKeyBurningByPath(String str);

    EnumBurningKeyStatus eventSystemCiPlusKeyCheck();

    String eventSystemCiPlusKeyGetName();

    boolean eventSystemCiPlusKeyReset(EnumResetLevel enumResetLevel);
}
