Lines Matching refs:Box
67 sptr<IInterface> stringIt = String::Box(key);
96 sptr<IInterface> longIt = Long::Box(longValue);
99 sptr<IInterface> floatIt = Float::Box(floatValue);
127 sptr<IInterface> byteIt = Byte::Box(byteValue);
129 sptr<IInterface> stringIt = String::Box(key);
132 sptr<IInterface> boolIt = Boolean::Box(boolValue);
135 sptr<IInterface> charIt = Char::Box(charValue);
138 sptr<IInterface> shortIt = Short::Box(shortValue);
141 sptr<IInterface> doubleIt = Double::Box(doubleValue);
144 sptr<IInterface> intIt = Integer::Box(intValue);
183 wantParams->SetParam(keyStr, String::Box(value));