Home
last modified time | relevance | path

Searched defs:solutions (Results 1 – 8 of 8) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DErrorMsg.java38 private final List<String> solutions; field in ErrorMsg
49 List<String> solutions) { in ErrorMsg()
117 private List<String> solutions = new ArrayList<>(); field in ErrorMsg.Builder
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/
DErrorMsg.java47 private final List<String> solutions; field in ErrorMsg
61 String position, List<String> solutions) { in ErrorMsg()
153 private List<String> solutions = new ArrayList<>(); field in ErrorMsg.Builder
/developtools/ace_ets2bundle/compiler/src/hvigor_error_code/
Dhvigor_error_info.ts32 solutions?: string[]; property
41 solutions: string[] = []; property in HvigorErrorInfo
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dlogger.ts132 const { code, description, solutions } = ES2ABC_ERROR_MAPPING[prefix]; constant
147 solutions: string[]; property in LogData
Derror_code.ts84 solutions: [], constant
89 solutions: [ES2ABC_PATCH_FIX_ERROR_ACTION], constant
/developtools/ace_ets2bundle/compiler/test/transform_ut/helpers/
Dlogger.ts33 solutions?: string[]; property
/developtools/ace_ets2bundle/compiler/test/
Dtransform_ut_error.json6 "solutions": ["Please initialize the rules according to the decorator."] array
12 "solutions": ["Please initialize the rules according to the decorator."] array
94 …"solutions": ["A structurally modified page must have at least one and no more than one 'build' me… array
125 "solutions": ["Please initialize the rules according to the decorator."] array
236 … "solutions": ["Please make sure that the splash page has one and only one '@Entry' decorator."] array
359 … "solutions": ["Please make sure that the splash page has one and only one '@Entry' decorator."] array
366 … "solutions": ["Please make sure that the splash page has one and only one '@Entry' decorator."] array
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts691 solutions: [`Please modify the code based on the error information.`], constant