OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icid
(Results
1 - 6
of
6
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingVectorHeader.java
46
* P-Charging-Vector = "P-Charging-Vector" HCOLON
icid
-value (SEMI charge-params)
47
* charge-params =
icid
-gen-addr / orig-ioi / term-ioi / generic-param
48
*
icid
-value = "
icid
-value" EQUAL gen-value
49
*
icid
-gen-addr = "
icid
-generated-at" EQUAL host
90
* P-Charging-Vector:
icid
-value=1234bc9876e;
icid
-generated-at=192.0.6.8; orig-ioi=home1.net </p>
110
* @return --
icid
value.
116
* @param
icid
[
all
...]
PChargingVector.java
65
* no need to check for the presence of
icid
-value. According to the
69
* JvB 26/5: fix for issue #159, check for quotes around
icid
value
96
* Get the
icid
-value parameter value
99
* @return the value of the
icid
-value parameter
108
* Set the
icid
-value parameter
111
* @param
icid
-
112
* value to set in the
icid
-value parameter
115
public void setICID(String
icid
) throws ParseException {
117
if (
icid
== null)
120
+ "P-Charging-Vector, setICID(), the
icid
parameter is null.")
[
all
...]
/bionic/libc/kernel/uapi/rdma/
qedr-abi.h
46
__u16
icid
;
member in struct:qedr_create_cq_uresp
/external/kernel-headers/original/uapi/rdma/
qedr-abi.h
69
__u16
icid
;
member in struct:qedr_create_cq_uresp
/external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryExt.java
133
* @param
icid
-
134
*
icid
string
139
public PChargingVectorHeader createChargingVectorHeader(String
icid
) throws ParseException;
HeaderFactoryImpl.java
[
all
...]
Completed in 151 milliseconds