Searched refs:getParameterValue (Results 1 – 6 of 6) sorted by relevance
94 public Object getParameterValue(String name) { in getParameterValue() method in ParametersHeader328 if (this.getParameterValue(parameterName) != null) { in getParameterAsInt()330 if (this.getParameterValue(parameterName) instanceof String) { in getParameterAsInt()333 return ((Integer) getParameterValue(parameterName)) in getParameterAsInt()350 if (this.getParameterValue(parameterName) != null) { in getParameterAsHexInt()352 if (this.getParameterValue(parameterName) instanceof String) { in getParameterAsHexInt()357 return ((Integer) getParameterValue(parameterName)) in getParameterAsHexInt()375 if (this.getParameterValue(parameterName) != null) { in getParameterAsFloat()377 if (this.getParameterValue(parameterName) instanceof String) { in getParameterAsFloat()380 return ((Float) getParameterValue(parameterName)) in getParameterAsFloat()[all …]
463 return (String) getParameterValue(ParameterNames.RESPONSE); in getResponse()
65 bool getParameterValue() in getParameterValue() function112 REQUIRE_FALSE(getParameterValue());124 CHECK(getParameterValue());135 REQUIRE_FALSE(getParameterValue());141 CHECK(getParameterValue());
39 bool getParameterValue() in getParameterValue() function
34 # header and use the getParameterValue() function.
43 INTROSPECTION_SUBSYSTEM_EXPORT bool getParameterValue();