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.cpp65 bool getParameterValue() in getParameterValue() function
112 REQUIRE_FALSE(getParameterValue());
124 CHECK(getParameterValue());
135 REQUIRE_FALSE(getParameterValue());
141 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();