Home
last modified time | relevance | path

Searched refs:getParameterValue (Results 1 – 6 of 6) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
DParametersHeader.java94 public Object getParameterValue(String name) { in getParameterValue() method in ParametersHeader
328 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 …]
DAuthenticationHeader.java463 return (String) getParameterValue(ParameterNames.RESPONSE); in getResponse()
/external/parameter-framework/upstream/test/functional-tests/
DAutoSync.cpp66 bool getParameterValue() { return mGetParamFunc(); } in getParameterValue() function
110 REQUIRE_FALSE(getParameterValue());
122 CHECK(getParameterValue());
133 REQUIRE_FALSE(getParameterValue());
139 CHECK(getParameterValue());
/external/parameter-framework/upstream/test/introspection-subsystem/
DIntrospectionEntryPoint.cpp39 bool getParameterValue() in getParameterValue() function
DCMakeLists.txt34 # header and use the getParameterValue() function.
/external/parameter-framework/upstream/test/introspection-subsystem/include/
DIntrospectionEntryPoint.h43 INTROSPECTION_SUBSYSTEM_EXPORT bool getParameterValue();