Home
last modified time | relevance | path

Searched defs:paramName (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_custom_component.ts349 const paramName: ts.Identifier = builderParamsResult.firstParam.name as ts.Identifier; constant
Dprocess_component_build.ts911 const paramName: ts.Identifier = builderParamsResult.firstParam.name as ts.Identifier; constant
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java746 protected String getParamValue(String paramName, String paramValue) { in getParamValue()